DodoPayments.CustomerWallet (dodo_payments v0.1.0)

Copy Markdown View Source

A customer wallet in one currency.

Summary

Types

t()

@type t() :: %DodoPayments.CustomerWallet{
  balance: number() | nil,
  created_at: String.t() | nil,
  currency: DodoPayments.Enums.decoded_currency() | nil,
  customer_id: String.t() | nil,
  extra: map(),
  updated_at: String.t() | nil
}