Class Invoice.CustomerTaxId

    • Constructor Summary

      Constructors 
      Constructor Description
      CustomerTaxId()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getType()
      The type of the tax ID, one of eu_vat, br_cnpj, br_cpf, gb_vat, nz_gst, au_abn, in_gst, no_vat, 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, li_uid, 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, or unknown.
      java.lang.String getValue()
      The value of the tax ID.
      int hashCode()  
      void setType​(java.lang.String type)
      The type of the tax ID, one of eu_vat, br_cnpj, br_cpf, gb_vat, nz_gst, au_abn, in_gst, no_vat, 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, li_uid, 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, or unknown.
      void setValue​(java.lang.String value)
      The value of the tax ID.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CustomerTaxId

        public CustomerTaxId()
    • Method Detail

      • getType

        public java.lang.String getType()
        The type of the tax ID, one of eu_vat, br_cnpj, br_cpf, gb_vat, nz_gst, au_abn, in_gst, no_vat, 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, li_uid, 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, or unknown.
      • getValue

        public java.lang.String getValue()
        The value of the tax ID.
      • setType

        public void setType​(java.lang.String type)
        The type of the tax ID, one of eu_vat, br_cnpj, br_cpf, gb_vat, nz_gst, au_abn, in_gst, no_vat, 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, li_uid, 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, or unknown.
      • setValue

        public void setValue​(java.lang.String value)
        The value of the tax ID.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object