PaymentDetails.Modifiers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets contains modifiers for particular payment method identifiers.
public System.Collections.Generic.IList<Microsoft.Bot.Schema.PaymentDetailsModifier> Modifiers { get; set; }
member this.Modifiers : System.Collections.Generic.IList<Microsoft.Bot.Schema.PaymentDetailsModifier> with get, set
Public Property Modifiers As IList(Of PaymentDetailsModifier)
Property Value
The modifiers for a particular payment method.