recurringAmount property
For a billing plan where the payment amount is fixed, the amount the shopper will be charged for each recurring payment.
Implementation
@BuiltValueField(wireName: r'recurringAmount')
Amount? get recurringAmount;
For a billing plan where the payment amount is fixed, the amount the shopper will be charged for each recurring payment.
@BuiltValueField(wireName: r'recurringAmount')
Amount? get recurringAmount;