public class TaxInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TaxInfo.Builder
Class to build instances of
TaxInfo. |
| Constructor and Description |
|---|
TaxInfo()
Default constructor.
|
TaxInfo(String taxId,
TaxIdType taxIdType)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTaxId()
Getter for TaxId.
|
TaxIdType |
getTaxIdType()
Getter for TaxIdType.
|
void |
setTaxId(String taxId)
Setter for TaxId.
|
void |
setTaxIdType(TaxIdType taxIdType)
Setter for TaxIdType.
|
TaxInfo.Builder |
toBuilder()
Builds a new
TaxInfo.Builder object. |
String |
toString()
Converts this TaxInfo into string format.
|
public String getTaxId()
public void setTaxId(String taxId)
taxId - Value for Stringpublic TaxIdType getTaxIdType()
public void setTaxIdType(TaxIdType taxIdType)
taxIdType - Value for TaxIdTypepublic String toString()
public TaxInfo.Builder toBuilder()
TaxInfo.Builder object.
Creates the instance with the state of the current model.TaxInfo.Builder objectCopyright © 2025. All rights reserved.