Requests.Payments.Payment.Sender (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

Link to this type

identification()

@type identification() :: %{
  type: String.t(),
  number: String.t(),
  issuing_country: <<_::2>>
}
@type t() :: %Requests.Payments.Payment.Sender{
  address: BillingAddress.t(),
  dob: String.t(),
  first_name: String.t(),
  identification: identification(),
  last_name: String.t(),
  reference: term(),
  type: String.t()
}

Link to this section Functions