storePaymentMethod property
When true and shopperReference is provided, the payment details will be stored for future recurring payments.
Implementation
@BuiltValueField(wireName: r'storePaymentMethod')
bool? get storePaymentMethod;
When true and shopperReference is provided, the payment details will be stored for future recurring payments.
@BuiltValueField(wireName: r'storePaymentMethod')
bool? get storePaymentMethod;