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

Plaid Recipient Address data structure.

Link to this section Summary

Link to this section Types

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