PaymentRequest.Options Property

Definition

Gets or sets provides information about the options desired for the payment request.

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

Property Value

The options desired for the payment request.

Applies to