PaymentRequestChangedResult.ChangeAcceptedByMerchant Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.