public static class Invoice.CustomerTaxId extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
CustomerTaxId() |
| Modifier and Type | Method and 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, nz_gst, au_abn, in_gst, no_vat, za_vat, ch_vat,
mx_rfc, sg_uen, ru_inn, ca_bn, hk_br, es_cif,
tw_vat, th_vat, jp_cn, li_uid, my_itn, us_ein, kr_brn, ca_qst, my_sst, sg_gst, ae_trn,
cl_tin, sa_vat, id_npwp, my_frp, 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, nz_gst, au_abn, in_gst, no_vat, za_vat, ch_vat,
mx_rfc, sg_uen, ru_inn, ca_bn, hk_br, es_cif,
tw_vat, th_vat, jp_cn, li_uid, my_itn, us_ein, kr_brn, ca_qst, my_sst, sg_gst, ae_trn,
cl_tin, sa_vat, id_npwp, my_frp, or unknown. |
void |
setValue(java.lang.String value)
The value of the tax ID.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.String getType()
eu_vat, br_cnpj, br_cpf, nz_gst, au_abn, in_gst, no_vat, za_vat, ch_vat,
mx_rfc, sg_uen, ru_inn, ca_bn, hk_br, es_cif,
tw_vat, th_vat, jp_cn, li_uid, my_itn, us_ein, kr_brn, ca_qst, my_sst, sg_gst, ae_trn,
cl_tin, sa_vat, id_npwp, my_frp, or unknown.public java.lang.String getValue()
public void setType(java.lang.String type)
eu_vat, br_cnpj, br_cpf, nz_gst, au_abn, in_gst, no_vat, za_vat, ch_vat,
mx_rfc, sg_uen, ru_inn, ca_bn, hk_br, es_cif,
tw_vat, th_vat, jp_cn, li_uid, my_itn, us_ein, kr_brn, ca_qst, my_sst, sg_gst, ae_trn,
cl_tin, sa_vat, id_npwp, my_frp, or unknown.public void setValue(java.lang.String value)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object