View Source Plaid.PaymentInitiation.Payments.Payment (plaid v3.3.0)
Plaid Payment data structure.
Link to this section Summary
Link to this section Types
@type t() :: %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() }