Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 922 Bytes

paymentcurrencyamount_paymentcurrencyamount_1001825332.md

File metadata and controls

37 lines (25 loc) · 922 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Payments.PaymentCurrencyAmount.#ctor(System.String,System.String,System.String)
winrt method

Windows.ApplicationModel.Payments.PaymentCurrencyAmount.PaymentCurrencyAmount

-description

Creates a new PaymentCurrencyAmount object.

-parameters

-param value

The monetary value. An exception will be thrown if this value doesn't match the following regex pattern.

^-?[0-9]+(\.[0-9]+)?$

-param currency

The currency. Valid values are determined by currencySystem. For example, if currencySystem is urn:iso:std:iso:4217 then USD is a valid currency value.

Important

Validity of currency values are not enforced.

-param currencySystem

The currency system.

-remarks

-examples

-see-also