PaymentRequestUpdate 클래스

정의

주의

Bot Framework no longer supports payments.

결제 요청에 대한 업데이트입니다.

[System.Obsolete("Bot Framework no longer supports payments.")]
public class PaymentRequestUpdate
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentRequestUpdate = class
Public Class PaymentRequestUpdate
상속
PaymentRequestUpdate
특성

생성자

PaymentRequestUpdate()
사용되지 않음.

PaymentRequestUpdate 클래스의 새 인스턴스를 초기화합니다.

PaymentRequestUpdate(String, PaymentDetails, PaymentAddress, String)
사용되지 않음.

PaymentRequestUpdate 클래스의 새 인스턴스를 초기화합니다.

속성

Details
사용되지 않음.

업데이트 결제 세부 정보를 가져오거나 설정합니다.

Id
사용되지 않음.

업데이트할 결제 요청의 ID를 가져오거나 설정합니다.

ShippingAddress
사용되지 않음.

업데이트된 배송 주소를 가져오거나 설정합니다.

ShippingOption
사용되지 않음.

업데이트된 배송 옵션을 가져오거나 설정합니다.

적용 대상