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

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Payments.Senders.Corporate{
  address: Customers.BillingAddress.t(),
  company_name: String.t(),
  identification: Requests.Payments.Senders.Identification.t(),
  reference: String.t(),
  reference_type: String.t(),
  source_of_funds: String.t(),
  type: String.t()
}

Link to this section Functions