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
属性值
获取响应。