An issued bank account number tied to a Rapyd wallet.
Summary
Types
@type status() :: :ACT | :PEN | :ERR | :REJ | :CLO
@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()] }