fields property
The fields that are specific to a payment product, which the customer will need to provide.
Implementation
@JsonKey(required: true)
List<PaymentProductField> fields;
The fields that are specific to a payment product, which the customer will need to provide.
@JsonKey(required: true)
List<PaymentProductField> fields;