Uses of Record Class
com.yahoo.vespa.hosted.controller.tenant.TaxId
Packages that use TaxId
Package
Description
-
Uses of TaxId in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type TaxIdModifier and TypeMethodDescriptionvoidBillingController.validateTaxId(TaxId id) Validation of tax idvoidMockBillingController.validateTaxId(TaxId id) -
Uses of TaxId in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return TaxIdModifier and TypeMethodDescriptionstatic TaxIdTaxId.empty()TenantBilling.getTaxId()static TaxIdMethods in com.yahoo.vespa.hosted.controller.tenant with parameters of type TaxIdConstructors in com.yahoo.vespa.hosted.controller.tenant with parameters of type TaxIdModifierConstructorDescriptionTenantBilling(TenantContact contact, TenantAddress address, TaxId taxId, PurchaseOrder purchaseOrder, Email invoiceEmail)