PaymentItem.Amount Property

Definition

Gets or sets monetary amount for the item.

public Microsoft.Bot.Schema.PaymentCurrencyAmount Amount { get; set; }
member this.Amount : Microsoft.Bot.Schema.PaymentCurrencyAmount with get, set
Public Property Amount As PaymentCurrencyAmount

Property Value

The amount for the item.

Applies to