fields property

  1. @JsonKey()
List<PaymentProductField> fields
final

The PaymentProductGroup specific PaymentProductFields that the customer will need to provide to finish a payment.

Implementation

@JsonKey()
final List<PaymentProductField> fields;