Class BillingInfo
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.organization.BillingInfo
Information pertinent to billing a tenant for use of hosted Vespa services.
- Author:
- jonmv
-
Constructor Summary
ConstructorsConstructorDescriptionBillingInfo(String customerId, String productCode) Creates a new BillingInfo with the given data. -
Method Summary
-
Constructor Details
-
BillingInfo
Creates a new BillingInfo with the given data. Assumes data has already been validated.
-
-
Method Details