Share via


PaymentRequestChangedArgs.Acknowledge(PaymentRequestChangedResult) Method

Definition

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.

Applies to