pub struct InvoicesResourceInvoiceTaxId {
pub type_: InvoicesResourceInvoiceTaxIdType,
pub value: Option<String>,
}
Fields§
§type_: InvoicesResourceInvoiceTaxIdType
The type of the tax ID, one of ad_nrt
, ar_cuit
, eu_vat
, bo_tin
, br_cnpj
, br_cpf
, cn_tin
, co_nit
, cr_tin
, do_rcn
, ec_ruc
, eu_oss_vat
, hr_oib
, pe_ruc
, ro_tin
, rs_pib
, sv_nit
, uy_ruc
, ve_rif
, vn_tin
, gb_vat
, nz_gst
, au_abn
, au_arn
, in_gst
, no_vat
, no_voec
, za_vat
, ch_vat
, mx_rfc
, sg_uen
, ru_inn
, ru_kpp
, ca_bn
, hk_br
, es_cif
, tw_vat
, th_vat
, jp_cn
, jp_rn
, jp_trn
, li_uid
, li_vat
, my_itn
, us_ein
, kr_brn
, ca_qst
, ca_gst_hst
, ca_pst_bc
, ca_pst_mb
, ca_pst_sk
, my_sst
, sg_gst
, ae_trn
, cl_tin
, sa_vat
, id_npwp
, my_frp
, il_vat
, ge_vat
, ua_vat
, is_vat
, bg_uic
, hu_tin
, si_tin
, ke_pin
, tr_tin
, eg_tin
, ph_tin
, al_tin
, bh_vat
, kz_bin
, ng_tin
, om_vat
, de_stn
, ch_uid
, tz_vat
, uz_vat
, uz_tin
, md_vat
, ma_vat
, by_tin
, ao_tin
, bs_tin
, bb_tin
, cd_nif
, mr_nif
, me_pib
, zw_tin
, ba_tin
, gn_nif
, mk_vat
, sr_fin
, sn_ninea
, am_tin
, np_pan
, tj_tin
, ug_tin
, zm_tin
, kh_tin
, aw_tin
, az_tin
, bd_bin
, bj_ifu
, et_tin
, kg_tin
, la_tin
, cm_niu
, cv_nif
, bf_ifu
, or unknown
.
value: Option<String>
The value of the tax ID.
Trait Implementations§
Source§impl Clone for InvoicesResourceInvoiceTaxId
impl Clone for InvoicesResourceInvoiceTaxId
Source§fn clone(&self) -> InvoicesResourceInvoiceTaxId
fn clone(&self) -> InvoicesResourceInvoiceTaxId
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more