Property DefaultCurrencyMultiplier
DefaultCurrencyMultiplier
Specifies the multipler to convert a System.Decimal value into a valid API amount (integer).
Declaration
public int DefaultCurrencyMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
The API requires amounts to be provided as an integer representing the total value in the minimum unit of the currency being used. For example, in the US, Australia and New Zealand the minimum unit is 'cents', at 0.01 for a single cent. If you want to charge $10.00 then the API requires you to provide an amount of 1000. The multiplier in this case would be 100 (10 * 100 = 1000).
The default value for this property is 100.
DefaultCurrencyMultiplier
Specifies the multipler to convert a System.Decimal value into a valid API amount (integer).
Declaration
public int DefaultCurrencyMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
The API requires amounts to be provided as an integer representing the total value in the minimum unit of the currency being used. For example, in the US, Australia and New Zealand the minimum unit is 'cents', at 0.01 for a single cent. If you want to charge $10.00 then the API requires you to provide an amount of 1000. The multiplier in this case would be 100 (10 * 100 = 1000).
The default value for this property is 100.