storePaymentMethod property

  1. @BuiltValueField.new(wireName: r'storePaymentMethod')
bool? get storePaymentMethod

When true and shopperReference is provided, the payment details will be stored for future recurring payments.

Implementation

@BuiltValueField(wireName: r'storePaymentMethod')
bool? get storePaymentMethod;