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