tipalti v0.5.0 Tipalti.Payee View Source

Represents a simplified Tipalti Payee.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Tipalti.Payee{
  address: String.t() | nil,
  alias: String.t() | nil,
  company_name: String.t() | nil,
  email: String.t() | nil,
  name: String.t() | nil,
  payment_method: String.t() | nil,
  payment_terms_id: String.t() | nil,
  payment_terms_name: String.t() | nil
}