Plaid.PaymentInitiation.Recipients.Recipient.Address (plaid v3.0.0) View Source

Plaid Recipient Address data structure.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.PaymentInitiation.Recipients.Recipient.Address{
  city: String.t(),
  country: String.t(),
  postal_code: String.t(),
  street: [String.t()]
}