PaymentRequestChangedArgs.Acknowledge(PaymentRequestChangedResult) Method
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.
This method is called by the merchant to confirm that it has received and processed the changes to the payment request. And it provides a way for the merchant to update the details of the request, if required.
public:
virtual void Acknowledge(PaymentRequestChangedResult ^ changeResult) = Acknowledge;
void Acknowledge(PaymentRequestChangedResult const& changeResult);
public void Acknowledge(PaymentRequestChangedResult changeResult);
function acknowledge(changeResult)
Public Sub Acknowledge (changeResult As PaymentRequestChangedResult)
Parameters
- changeResult
- PaymentRequestChangedResult
The change result.