The top-level Ramp business account.
Summary
Types
@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 }