showRemovePaymentMethodButton property

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

Set to false to hide the button that lets the shopper remove a stored payment method.

Implementation

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