PaymentRequest.Details Property

Definition

Gets or sets details for this request.

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

Property Value

The details for this request.

Applies to