Uses of Record Class
com.yahoo.vespa.hosted.controller.api.integration.billing.AcceptedCountries.TaxType
Packages that use AcceptedCountries.TaxType
-
Uses of AcceptedCountries.TaxType in com.yahoo.vespa.hosted.controller.api.integration.billing
Methods in com.yahoo.vespa.hosted.controller.api.integration.billing that return types with arguments of type AcceptedCountries.TaxTypeModifier and TypeMethodDescriptionAcceptedCountries.Country.taxTypes()Returns the value of thetaxTypesrecord component.Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.billing with type arguments of type AcceptedCountries.TaxTypeModifierConstructorDescriptionCountry(String code, String displayName, boolean taxIdMandatory, List<AcceptedCountries.TaxType> taxTypes) Creates an instance of aCountryrecord class.