ExchangeRateCurrencyFrom Property |
Gets or sets the currency from.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Currency CurrencyFrom { get; set; }
Public Property CurrencyFrom As Currency
Get
Set
public:
property Currency^ CurrencyFrom {
Currency^ get ();
void set (Currency^ value);
}
member CurrencyFrom : Currency with get, set
Property Value
Type:
CurrencyThe currency from.
See Also