java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.organization.BillingInfo

public class BillingInfo extends Object
Information pertinent to billing a tenant for use of hosted Vespa services.
Author:
jonmv
  • Constructor Details

    • BillingInfo

      public BillingInfo(String customerId, String productCode)
      Creates a new BillingInfo with the given data. Assumes data has already been validated.
  • Method Details