Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.Bill.LineItem
-
Packages that use Bill.LineItem Package Description com.yahoo.vespa.hosted.controller.api.integration.billing -
-
Uses of Bill.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 Bill.LineItem Modifier and Type Method Description List<Bill.LineItem>BillingController. getUnusedLineItems(com.yahoo.config.provision.TenantName tenant)Get line items that have been manually added to a tenant, but is not yet part of a billList<Bill.LineItem>BillingDatabaseClient. getUnusedLineItems(com.yahoo.config.provision.TenantName tenantName)List<Bill.LineItem>BillingDatabaseClientMock. getUnusedLineItems(com.yahoo.config.provision.TenantName tenantName)List<Bill.LineItem>MockBillingController. getUnusedLineItems(com.yahoo.config.provision.TenantName tenant)List<Bill.LineItem>Bill. lineItems()Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type Bill.LineItem Modifier and Type Method Description StringBillingDatabaseClient. addLineItem(com.yahoo.config.provision.TenantName tenantName, Bill.LineItem lineItem, Optional<Bill.Id> billId)Add a line item to an open billStringBillingDatabaseClientMock. addLineItem(com.yahoo.config.provision.TenantName tenantName, Bill.LineItem lineItem, Optional<Bill.Id> invoiceId)Constructor parameters in com.yahoo.vespa.hosted.controller.api.integration.billing with type arguments of type Bill.LineItem Constructor Description Bill(Bill.Id id, com.yahoo.config.provision.TenantName tenant, Bill.StatusHistory statusHistory, List<Bill.LineItem> lineItems, ZonedDateTime startTime, ZonedDateTime endTime)
-