PaymentRequestSubmitResult.Response 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.
The response from the payment request submission. This will be non-null if Status is equal to PaymentRequestStatus.Succeeded.
public:
property PaymentResponse ^ Response { PaymentResponse ^ get(); };
PaymentResponse Response();
public PaymentResponse Response { get; }
var paymentResponse = paymentRequestSubmitResult.response;
Public ReadOnly Property Response As PaymentResponse
Property Value
Gets the Response.