| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(String taxId,
TaxIdType taxIdType)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TaxInfo |
build()
Builds a new
TaxInfo object using the set fields. |
TaxInfo.Builder |
taxId(String taxId)
Setter for taxId.
|
TaxInfo.Builder |
taxIdType(TaxIdType taxIdType)
Setter for taxIdType.
|
public TaxInfo.Builder taxId(String taxId)
taxId - String value for taxId.public TaxInfo.Builder taxIdType(TaxIdType taxIdType)
taxIdType - TaxIdType value for taxIdType.Copyright © 2025. All rights reserved.