PaymentDetails.Total Property

Definition

Gets or sets contains the total amount of the payment request.

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

Property Value

The total amount of the payment request.

Applies to