Delen via


PaymentCurrencyAmount Constructors

Definitie

Overloads

PaymentCurrencyAmount()
PaymentCurrencyAmount(String, String, String)

PaymentCurrencyAmount()

public PaymentCurrencyAmount();
Public Sub New ()

Van toepassing op

PaymentCurrencyAmount(String, String, String)

public PaymentCurrencyAmount(string currency = default, string value = default, string currencySystem = default);
new Microsoft.Bot.Connector.PaymentCurrencyAmount : string * string * string -> Microsoft.Bot.Connector.PaymentCurrencyAmount
Public Sub New (Optional currency As String = Nothing, Optional value As String = Nothing, Optional currencySystem As String = Nothing)

Parameters

currency
String
value
String
currencySystem
String

Van toepassing op