removeValue method

dynamic removeValue(
  1. String paymentProductFieldId
)

Removes the value from the PaymentProductField corresponding with the paymentProductFieldId.

Implementation

removeValue(String paymentProductFieldId) {
  fieldValues.remove(paymentProductFieldId);
}