PaymentRequestSubmitResult.Response プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
支払い要求の送信からの応答。 Status が PaymentRequestStatus.Succeeded と等しい場合、これは null 以外になります。
public:
property PaymentResponse ^ Response { PaymentResponse ^ get(); };
PaymentResponse Response();
public PaymentResponse Response { get; }
var paymentResponse = paymentRequestSubmitResult.response;
Public ReadOnly Property Response As PaymentResponse
プロパティ値
応答を取得します。