Tiger.Structs.Account (tiger v0.3.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %Tiger.Structs.Account{
  business_profile: map(),
  business_type: String.t(),
  capabilities: map(),
  charges_enabled: boolean(),
  company: map(),
  country: String.t(),
  created: String.t(),
  default_currency: String.t(),
  details_submitted: boolean(),
  email: String.t(),
  external_accounts: [map()],
  id: String.t(),
  individual: map(),
  metadata: map(),
  object: String.t(),
  payouts_enabled: boolean(),
  requirements: map(),
  setting: map(),
  tos_acceptance: map(),
  type: String.t()
}