다음을 통해 공유


PaymentResponse 클래스

정의

결제 응답을 포함하는 클래스입니다. 이 클래스는 W3C PaymentResponse 인터페이스를 반영합니다.

public ref class PaymentResponse sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PaymentResponse final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PaymentResponse
Public NotInheritable Class PaymentResponse
상속
Object Platform::Object IInspectable PaymentResponse
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

설명

이 클래스 형식의 개체는 PaymentRequestSubmitResult.Response 속성을 통해 만들어지고 검색됩니다.

속성

PayerEmail

지불인 전자 메일입니다.

PayerName

지불인 이름입니다.

PayerPhoneNumber

지불인 전화 번호입니다.

PaymentToken

결제 토큰입니다.

ShippingAddress

배송 주소입니다.

ShippingOption

배송 옵션

메서드

CompleteAsync(PaymentRequestCompletionStatus)

결제 응답을 완료합니다.

적용 대상