default TaxExemption.Builder |
TaxExemption.Builder.authority(Consumer<Authority.Builder> authority) |
The address domain associate with tax exemption.
|
TaxExemption.Builder |
TaxExemption.Builder.authority(Authority authority) |
The address domain associate with tax exemption.
|
static TaxExemption.Builder |
TaxExemption.builder() |
|
TaxExemption.Builder |
TaxExemption.Builder.effectiveDate(Instant effectiveDate) |
The tax exemption effective date.
|
TaxExemption.Builder |
TaxExemption.Builder.expirationDate(Instant expirationDate) |
The tax exemption expiration date.
|
TaxExemption.Builder |
TaxExemption.Builder.status(String status) |
The tax exemption status.
|
TaxExemption.Builder |
TaxExemption.Builder.status(EntityExemptionAccountStatus status) |
The tax exemption status.
|
TaxExemption.Builder |
TaxExemption.Builder.systemEffectiveDate(Instant systemEffectiveDate) |
The tax exemption recording time in the TaxSettings system.
|
default TaxExemption.Builder |
TaxExemption.Builder.taxExemptionType(Consumer<TaxExemptionType.Builder> taxExemptionType) |
The tax exemption type.
|
TaxExemption.Builder |
TaxExemption.Builder.taxExemptionType(TaxExemptionType taxExemptionType) |
The tax exemption type.
|
TaxExemption.Builder |
TaxExemption.toBuilder() |
|