The User Emoney object
Parameters
UserId
string:
Maximum length is 255 characters
The object owner's UserId
CreditedEMoney
Money:
View Sub-parameters
The amount of money that has been credited to this user
CreditedEMoney.Currency
CurrencyIso:
EUR, GBP, PLN, CHF, NOK, SEK, DKK, USD, CAD , AUD, JPY, HKD, AED, ZAR, CZK
ISO 4217 format
The currency - should be ISO_4217 format
CreditedEMoney.Amount
int
An amount of money in the smallest sub-division of the currency, e.g. 12.60 EUR would be represented as 1260 whereas 12 JPY would be represented as just 12)
DebitedEMoney
Money:
View Sub-parameters
The amount of money that has been debited from this user
DebitedEMoney.Currency
CurrencyIso:
EUR, GBP, PLN, CHF, NOK, SEK, DKK, USD, CAD , AUD, JPY, HKD, AED, ZAR, CZK
ISO 4217 format
The currency - should be ISO_4217 format
DebitedEMoney.Amount
int
An amount of money in the smallest sub-division of the currency, e.g. 12.60 EUR would be represented as 1260 whereas 12 JPY would be represented as just 12)