maxValue property

  1. @BuiltValueField.new(wireName: r'maxValue')
int? get maxValue

The maximum number of installments offered for this payment method.

Implementation

@BuiltValueField(wireName: r'maxValue')
int? get maxValue;