Tipalti.Payee (tipalti v0.10.0) View Source

Represents a simplified Tipalti Payee.

Link to this section Summary

Link to this section Types

Specs

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
}