PaymentCurrencyAmount.CurrencySystem Property

Definition

The currency system.

public:
 property Platform::String ^ CurrencySystem { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CurrencySystem();

void CurrencySystem(winrt::hstring value);
public string CurrencySystem { get; set; }
var string = paymentCurrencyAmount.currencySystem;
paymentCurrencyAmount.currencySystem = string;
Public Property CurrencySystem As String

Property Value

String

Platform::String

winrt::hstring

Gets or sets the CurrencySystem.

Applies to