fields property

  1. @JsonKey(required: true)
List<PaymentProductField> fields
getter/setter pair

The fields that are specific to a payment product, which the customer will need to provide.

Implementation

@JsonKey(required: true)
List<PaymentProductField> fields;