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() | |
PaymentDetails(PaymentItem, IList<PaymentItem>, IList<PaymentShippingOption>, IList<PaymentDetailsModifier>, String) |
PaymentDetails()
public PaymentDetails ();
Public Sub New ()
Van toepassing op
PaymentDetails(PaymentItem, IList<PaymentItem>, IList<PaymentShippingOption>, IList<PaymentDetailsModifier>, String)
public PaymentDetails (Microsoft.Bot.Connector.PaymentItem total = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.PaymentItem> displayItems = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.PaymentShippingOption> shippingOptions = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.PaymentDetailsModifier> modifiers = default, string error = default);
new Microsoft.Bot.Connector.PaymentDetails : Microsoft.Bot.Connector.PaymentItem * System.Collections.Generic.IList<Microsoft.Bot.Connector.PaymentItem> * System.Collections.Generic.IList<Microsoft.Bot.Connector.PaymentShippingOption> * System.Collections.Generic.IList<Microsoft.Bot.Connector.PaymentDetailsModifier> * string -> Microsoft.Bot.Connector.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
- displayItems
- IList<PaymentItem>
- shippingOptions
- IList<PaymentShippingOption>
- modifiers
- IList<PaymentDetailsModifier>
- error
- String