Plaid.PaymentInitiation.Recipients.Recipient (plaid v2.5.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.PaymentInitiation.Recipients.Recipient{
  address: Plaid.PaymentInitiation.Recipients.Recipient.Address.t(),
  iban: String.t(),
  name: String.t(),
  recipient_id: String.t(),
  request_id: String.t()
}

Link to this section Functions

Link to this function

%Plaid.PaymentInitiation.Recipients.Recipient{}

View Source (struct)

Plaid Recipient data structure.