PaymentDetails Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| PaymentDetails() |
Initialiseert een nieuw exemplaar van de PaymentDetails klasse. |
| PaymentDetails(PaymentItem, IList<PaymentItem>, IList<PaymentShippingOption>, IList<PaymentDetailsModifier>, String) |
Initialiseert een nieuw exemplaar van de PaymentDetails klasse. |
PaymentDetails()
Initialiseert een nieuw exemplaar van de PaymentDetails klasse.
public PaymentDetails();
Public Sub New ()
Van toepassing op
PaymentDetails(PaymentItem, IList<PaymentItem>, IList<PaymentShippingOption>, IList<PaymentDetailsModifier>, String)
Initialiseert een nieuw exemplaar van de PaymentDetails klasse.
public PaymentDetails(Microsoft.Bot.Schema.PaymentItem total = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.PaymentItem> displayItems = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.PaymentShippingOption> shippingOptions = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.PaymentDetailsModifier> modifiers = default, string error = default);
new Microsoft.Bot.Schema.PaymentDetails : Microsoft.Bot.Schema.PaymentItem * System.Collections.Generic.IList<Microsoft.Bot.Schema.PaymentItem> * System.Collections.Generic.IList<Microsoft.Bot.Schema.PaymentShippingOption> * System.Collections.Generic.IList<Microsoft.Bot.Schema.PaymentDetailsModifier> * string -> Microsoft.Bot.Schema.PaymentDetails
Public Sub New (Optional total As PaymentItem = Nothing, Optional displayItems As IList(Of PaymentItem) = Nothing, Optional shippingOptions As IList(Of PaymentShippingOption) = Nothing, Optional modifiers As IList(Of PaymentDetailsModifier) = Nothing, Optional error As String = Nothing)
Parameters
- total
- PaymentItem
Bevat het totale bedrag van de betalingsaanvraag.
- displayItems
- IList<PaymentItem>
Bevat regelitems voor de betalingsaanvraag die de gebruikersagent kan weergeven.
- shippingOptions
- IList<PaymentShippingOption>
Een reeks met de verschillende verzendopties waaruit de gebruiker kan kiezen.
- modifiers
- IList<PaymentDetailsModifier>
Bevat wijzigingsfuncties voor bepaalde betalingswijze-id's.
- error
- String
Foutbeschrijving.