public class TaxIds extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TaxIds.Builder
Class to build instances of
TaxIds. |
| Modifier | Constructor and Description |
|---|---|
protected |
TaxIds(io.apimatic.core.types.OptionalNullable<String> euVat,
io.apimatic.core.types.OptionalNullable<String> frSiret,
io.apimatic.core.types.OptionalNullable<String> frNaf,
io.apimatic.core.types.OptionalNullable<String> esNif)
Internal initialization constructor.
|
|
TaxIds(String euVat,
String frSiret,
String frNaf,
String esNif)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEsNif()
Getter for EsNif.
|
String |
getEuVat()
Getter for EuVat.
|
String |
getFrNaf()
Getter for FrNaf.
|
String |
getFrSiret()
Getter for FrSiret.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEsNif()
Internal Getter for EsNif.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEuVat()
Internal Getter for EuVat.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetFrNaf()
Internal Getter for FrNaf.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetFrSiret()
Internal Getter for FrSiret.
|
TaxIds.Builder |
toBuilder()
Builds a new
TaxIds.Builder object. |
String |
toString()
Converts this TaxIds into string format.
|
public TaxIds(String euVat, String frSiret, String frNaf, String esNif)
euVat - String value for euVat.frSiret - String value for frSiret.frNaf - String value for frNaf.esNif - String value for esNif.protected io.apimatic.core.types.OptionalNullable<String> internalGetEuVat()
public String getEuVat()
protected io.apimatic.core.types.OptionalNullable<String> internalGetFrSiret()
public String getFrSiret()
protected io.apimatic.core.types.OptionalNullable<String> internalGetFrNaf()
public String getFrNaf()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEsNif()
public String getEsNif()
public String toString()
public TaxIds.Builder toBuilder()
TaxIds.Builder object.
Creates the instance with the state of the current model.TaxIds.Builder objectCopyright © 2023. All rights reserved.