storeAndForward property

  1. @BuiltValueField.new(wireName: r'storeAndForward')
StoreAndForward? get storeAndForward

Settings for store-and-forward offline payments. The maxAmount, maxPayments, and supportedCardTypes parameters must be configured, either in the request or inherited from a higher level in your account structure.

Implementation

@BuiltValueField(wireName: r'storeAndForward')
StoreAndForward? get storeAndForward;