minAmount property

  1. @JsonKey()
int? minAmount
final

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

Implementation

@JsonKey()
final int? minAmount;