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