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