Package com.stripe.model
Class Invoice.CustomerTaxId
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Invoice.CustomerTaxId
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice
public static class Invoice.CustomerTaxId extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description CustomerTaxId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetType()The type of the tax ID, one ofeu_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,my_sst,sg_gst,ae_trn,cl_tin,sa_vat,id_npwp,my_frp, orunknown.java.lang.StringgetValue()The value of the tax ID.inthashCode()voidsetType(java.lang.String type)The type of the tax ID, one ofeu_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,my_sst,sg_gst,ae_trn,cl_tin,sa_vat,id_npwp,my_frp, orunknown.voidsetValue(java.lang.String value)The value of the tax ID.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getType
public java.lang.String getType()
The type of the tax ID, one ofeu_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,my_sst,sg_gst,ae_trn,cl_tin,sa_vat,id_npwp,my_frp, orunknown.
-
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 ofeu_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,my_sst,sg_gst,ae_trn,cl_tin,sa_vat,id_npwp,my_frp, orunknown.
-
setValue
public void setValue(java.lang.String value)
The value of the tax ID.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-