PaymentResponse 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Bot Framework no longer supports payments.
사용자가 결제 방법을 선택하고 결제 요청을 승인하면 PaymentResponse가 반환됩니다.
[System.Obsolete("Bot Framework no longer supports payments.")]
public class PaymentResponse
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentResponse = class
Public Class PaymentResponse
- 상속
-
PaymentResponse
- 특성
생성자
PaymentResponse() |
사용되지 않음.
PaymentResponse 클래스의 새 인스턴스를 초기화합니다. |
PaymentResponse(String, Object, PaymentAddress, String, String, String) |
사용되지 않음.
PaymentResponse 클래스의 새 인스턴스를 초기화합니다. |
속성
Details |
사용되지 않음.
판매자가 거래를 처리하고 성공적인 자금 이체를 결정하는 데 사용하는 결제 방법별 메시지를 제공하는 JSON 직렬화 가능 개체를 가져오거나 설정합니다. |
MethodName |
사용되지 않음.
사용자가 트랜잭션을 수행하기 위해 선택한 결제 방법에 대한 결제 방법 식별자를 가져오거나 설정합니다. |
PayerEmail |
사용되지 않음.
PaymentRequest 생성자에 전달된 PaymentOptions에서 requestPayerEmail 플래그가 true로 설정된 경우 payerEmail이 사용자가 선택한 이메일 주소가 되는지 여부를 가져오거나 설정합니다. |
PayerPhone |
사용되지 않음.
PaymentRequest 생성자에 전달된 PaymentOptions에서 requestPayerPhone 플래그가 true로 설정된 경우 payerPhone이 사용자가 선택한 전화 번호가 되는지 여부를 가져오거나 설정합니다. |
ShippingAddress |
사용되지 않음.
PaymentRequest 생성자에 전달된 PaymentOptions에서 requestShipping 플래그가 true로 설정된 경우 shippingAddress가 사용자가 선택한 전체 및 최종 배송 주소가 되는지 여부를 가져오거나 설정합니다. |
ShippingOption |
사용되지 않음.
PaymentRequest 생성자에 전달된 PaymentOptions에서 requestShipping 플래그가 true로 설정된 경우 shippingOption이 선택한 배송 옵션의 ID 특성이 되는지 여부를 가져오거나 설정합니다. |