Tipalti.PayeeExtended.Properties (tipalti v0.10.0) View Source
Represents the properties of a detailed Tipalti Payee.
Link to this section Summary
Link to this section Types
Specs
t() :: %Tipalti.PayeeExtended.Properties{
actual_payer_entity: String.t() | nil,
alias: String.t() | nil,
city: String.t() | nil,
company_name: String.t() | nil,
country: String.t() | nil,
email: String.t() | nil,
first_name: String.t() | nil,
idap: String.t(),
last_name: String.t() | nil,
middle_name: String.t() | nil,
payable: boolean(),
payment_currency: String.t() | nil,
payment_method: String.t() | nil,
phone: String.t() | nil,
portal_user: String.t() | nil,
preferred_payer_entity: String.t() | nil,
state: String.t() | nil,
status: String.t() | nil,
street1: String.t() | nil,
street2: String.t() | nil,
tax_form_entity_name: String.t() | nil,
tax_form_entity_type: String.t() | nil,
tax_form_status: String.t() | nil,
tax_form_type: String.t() | nil,
withholding_rate: String.t() | nil,
zip: String.t() | nil
}