Delen via


PaymentCurrencyAmount Constructors

Definitie

Overloads

PaymentCurrencyAmount()

Initialiseert een nieuw exemplaar van de PaymentCurrencyAmount klasse.

PaymentCurrencyAmount(String, String, String)

Initialiseert een nieuw exemplaar van de PaymentCurrencyAmount klasse.

PaymentCurrencyAmount()

Initialiseert een nieuw exemplaar van de PaymentCurrencyAmount klasse.

public PaymentCurrencyAmount();
Public Sub New ()

Van toepassing op

PaymentCurrencyAmount(String, String, String)

Initialiseert een nieuw exemplaar van de PaymentCurrencyAmount klasse.

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

Parameters

currency
String

Een valuta-id.

value
String

Decimaal geldwaarde.

currencySystem
String

Valutasysteem.

Van toepassing op