installmentsPeriodValue property

  1. @BuiltValueField.new(wireName: r'installments.value')
String? get installmentsPeriodValue

The number of installments that the payment amount should be charged with. Example: 5 > Only relevant for card payments in countries that support installments.

Implementation

@BuiltValueField(wireName: r'installments.value')
String? get installmentsPeriodValue;