Share via


PaymentRequestChangedResult.ChangeAcceptedByMerchant Property

Definition

Indicates whether the change was accepted by the merchant. For example, this might be set to false, if the user specified an overseas shipping address but the merchant is unwilling to ship internationally.

public:
 property bool ChangeAcceptedByMerchant { bool get(); void set(bool value); };
bool ChangeAcceptedByMerchant();

void ChangeAcceptedByMerchant(bool value);
public bool ChangeAcceptedByMerchant { get; set; }
var boolean = paymentRequestChangedResult.changeAcceptedByMerchant;
paymentRequestChangedResult.changeAcceptedByMerchant = boolean;
Public Property ChangeAcceptedByMerchant As Boolean

Property Value

Boolean

bool

Gets or sets the ChangeAcceptedByMerchant.

Applies to