getValue method

String? getValue(
  1. String paymentProductFieldId
)

Returns the value of the PaymentProductField corresponding with the paymentProductFieldId.

Implementation

String? getValue(String paymentProductFieldId) {
  return fieldValues[paymentProductFieldId];
}