recurringAmount property

  1. @BuiltValueField.new(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.

Implementation

@BuiltValueField(wireName: r'recurringAmount')
Amount? get recurringAmount;