Rapyd.Types.VirtualAccount (rapyd v1.0.0)

Copy Markdown View Source

An issued bank account number tied to a Rapyd wallet.

Summary

Types

status()

@type status() :: :ACT | :PEN | :ERR | :REJ | :CLO

t()

@type t() :: %Rapyd.Types.VirtualAccount{
  bank_account: map() | nil,
  country: String.t(),
  created_at: integer(),
  currency: String.t(),
  description: String.t() | nil,
  ewallet: String.t(),
  id: String.t(),
  merchant_reference_id: String.t() | nil,
  metadata: map() | nil,
  requested_currency: String.t() | nil,
  status: status(),
  transactions: [map()]
}