plaid v2.3.0 Plaid.PaymentInitiation.Payments.Payment View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
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()
}

Link to this section Functions

Link to this function

%Plaid.PaymentInitiation.Payments.Payment{}

View Source (struct)

Plaid Payment data structure.