maxAmount property

  1. @JsonKey()
int? maxAmount
final

The maximum amount this payment product allows for a payment, expressed as an amount in cents.

Implementation

@JsonKey()
final int? maxAmount;