Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.Invoice.LineItem
-
Packages that use Invoice.LineItem Package Description com.yahoo.vespa.hosted.controller.api.integration.billing -
-
Uses of Invoice.LineItem 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 Invoice.LineItem Modifier and Type Method Description java.util.List<Invoice.LineItem>BillingController. getUnusedLineItems(com.yahoo.config.provision.TenantName tenant)java.util.List<Invoice.LineItem>MockBillingController. getUnusedLineItems(com.yahoo.config.provision.TenantName tenant)java.util.List<Invoice.LineItem>Invoice. lineItems()Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.billing with type arguments of type Invoice.LineItem Constructor Description Invoice(Invoice.Id id, Invoice.StatusHistory statusHistory, java.util.List<Invoice.LineItem> lineItems, java.time.ZonedDateTime startTime, java.time.ZonedDateTime endTime)
-