PaymentDetails Constructors
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.
Overloads
PaymentDetails() | |
PaymentDetails(PaymentItem, IList<PaymentItem>, IList<PaymentShippingOption>, IList<PaymentDetailsModifier>, String) |
PaymentDetails()
public PaymentDetails ();
Public Sub New ()
Applies to
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