public class TaxRateLookupBuilder
extends java.lang.Object
TaxRateLookupFactory| Constructor and Description |
|---|
TaxRateLookupBuilder()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
TaxRateLookup |
build()
Builds
TaxRateLookup |
TaxRateLookupBuilder |
register(TaxRateLookupFactory factory)
Registers a
TaxRateLookupFactory |
TaxRateLookupBuilder |
withConfiguration(TaxRateLookupConfiguration configuration)
Sets configuration for the
TaxRateLookupBuilder |
public TaxRateLookupBuilder withConfiguration(TaxRateLookupConfiguration configuration)
TaxRateLookupBuilderconfiguration - TaxRateLookupConfigurationTaxRateLookupBuilderpublic TaxRateLookupBuilder register(TaxRateLookupFactory factory)
TaxRateLookupFactoryfactory - TaxRateLookupFactory to registerTaxRateLookupBuilderpublic TaxRateLookup build() throws TaxRateLookupException
TaxRateLookupTaxRateLookupTaxRateLookupException - exception thrown when it fails building TaxRateLookup