Wallet
constructor(id: String, createdAt: Instant, updatedAt: Instant, status: WalletStatus, balances: Balances? = null)
Parameters
id
The unique identifier of this entity across all Lightspark systems. Should be treated as an opaque string.
createdAt 
The date and time when the entity was first created.
updatedAt 
The date and time when the entity was last updated.
status
The status of this wallet.
balances
The balances that describe the funds in this wallet.