showRemovePaymentMethodButton property

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

Set to true to show a button that lets the shopper remove a stored payment method.

Implementation

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