plaid v2.3.0 Plaid.PaymentInitiation.Payments.Payment View Source
Link to this section Summary
Functions
Plaid Payment data structure.
Link to this section Types
Link to this type
t()
View Sourcet() :: %Plaid.PaymentInitiation.Payments.Payment{
amount: Plaid.PaymentInitiation.Payments.Payment.Amount.t(),
last_status_update: String.t(),
payment_id: String.t(),
payment_token: String.t(),
payment_token_expiration_time: String.t(),
recipient_id: String.t(),
reference: String.t(),
request_id: String.t(),
schedule: Plaid.PaymentInitiation.Payments.Payment.Schedule.t(),
status: String.t()
}
Link to this section Functions
Plaid Payment data structure.