PaymentRequestSubmitResult.Response Property

Definition

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.

Applies to