The User EMoney object

Description

The User EMoney object stores, for wallets owned by a given user: 

  • E-money credits, meaning pay-ins and transfers into wallets
  • E-money debits, meaning payouts

Attributes

UserId
string

The unique identifier of the user.

CreditedEMoney
object

Information about the pay-ins and transfers credited to wallets owned by the user.

Currency
string

Returned values: The three-letter ISO 4217 code (EUR, GBP, etc.) of a supported currency (depends on feature, contract, and activation settings).

The currency of the amount.

Amount
integer

An amount of money in the smallest sub-division of the currency (e.g., EUR 12.60 would be represented as 1260 whereas JPY 12 would be represented as just 12).

DebitedEMoney
object

Information about the payouts debited from wallets owned by the user.

Currency
string

Returned values: The three-letter ISO 4217 code (EUR, GBP, etc.) of a supported currency (depends on feature, contract, and activation settings).

The currency of the amount.

Amount
integer

An amount of money in the smallest sub-division of the currency (e.g., EUR 12.60 would be represented as 1260 whereas JPY 12 would be represented as just 12).