CustomerWallet
A wallet represents your balance with an organization.
You can top-up your wallet and use the balance to pay for usage.
Summary
Types
@type t() :: %PolarExpress.Schemas.CustomerWallet{ balance: term(), created_at: term(), currency: term(), customer_id: term(), id: term(), modified_at: term() }
balance- The current balance of the wallet, in cents.created_at- Creation timestamp of the object. Format: date-time.currency- The currency of the wallet.customer_id- The ID of the customer that owns the wallet. Format: uuid4.id- The ID of the object. Format: uuid4.modified_at- Last modification timestamp of the object. Nullable.