getValue method
Returns the value of the PaymentProductField corresponding with the paymentProductFieldId.
Implementation
String? getValue(String paymentProductFieldId) {
return fieldValues[paymentProductFieldId];
}
Returns the value of the PaymentProductField corresponding with the paymentProductFieldId.
String? getValue(String paymentProductFieldId) {
return fieldValues[paymentProductFieldId];
}