PaymentRequestSubmitResult.Response プロパティ

定義

支払い要求の送信からの応答。 StatusPaymentRequestStatus.Succeeded と等しい場合、これは null 以外になります。

public:
 property PaymentResponse ^ Response { PaymentResponse ^ get(); };
PaymentResponse Response();
public PaymentResponse Response { get; }
var paymentResponse = paymentRequestSubmitResult.response;
Public ReadOnly Property Response As PaymentResponse

プロパティ値

応答を取得します。

適用対象