View Source Plaid.PaymentInitiation.Payment (elixir_plaid v1.2.1)
Link to this section Summary
Link to this section Types
Specs
t() :: %Plaid.PaymentInitiation.Payment{
adjusted_reference: String.t(),
amount: Plaid.PaymentInitiation.Amount.t() | nil,
last_status_update: String.t(),
payment_id: String.t(),
recipient_id: String.t(),
reference: String.t(),
schedule: Plaid.PaymentInitiation.Schedule.t(),
status: String.t() | nil
}