Requests.Payments.Senders.BankPayoutIndividual (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Payments.Senders.BankPayoutIndividual{
  address: Customers.BillingAddress.t(),
  dob: String.t(),
  first_name: String.t(),
  identification: Customers.Identification.t(),
  last_name: String.t(),
  reference: String.t(),
  type: String.t()
}

Link to this section Functions