Ramp.Business.BusinessAccount (ramp v1.0.0)

Copy Markdown View Source

The top-level Ramp business account.

Summary

Types

t()

@type t() :: %Ramp.Business.BusinessAccount{
  active: boolean() | nil,
  billing_address: Ramp.Address.t() | nil,
  credit_balance: Ramp.Money.t() | nil,
  entity_currency: String.t() | nil,
  id: String.t(),
  limit_locked: boolean() | nil,
  memo_required_threshold: Ramp.Money.t() | nil,
  name: String.t() | nil
}