Share via


PaymentItem 클래스

정의

주의

Bot Framework no longer supports payments.

결제 요청의 대상과 요청된 값을 나타냅니다.

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

생성자

PaymentItem()
사용되지 않음.

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

PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>)
사용되지 않음.

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

속성

Amount
사용되지 않음.

항목의 금액을 가져오거나 설정합니다.

Label
사용되지 않음.

항목에 대한 사람이 읽을 수 있는 설명을 가져오거나 설정합니다.

Pending
사용되지 않음.

true로 설정된 경우 이 플래그를 가져오거나 설정하면 양 필드가 최종 필드가 아님을 의미합니다.

적용 대상