Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.Bill.LineItem
Packages that use Bill.LineItem
-
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.LineItemModifier and TypeMethodDescriptionBillingController.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 billBillingDatabaseClient.getUnusedLineItems(com.yahoo.config.provision.TenantName tenantName) BillingDatabaseClientMock.getUnusedLineItems(com.yahoo.config.provision.TenantName tenantName) MockBillingController.getUnusedLineItems(com.yahoo.config.provision.TenantName tenant) Bill.lineItems()Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type Bill.LineItemModifier and TypeMethodDescriptionBillingDatabaseClient.addLineItem(com.yahoo.config.provision.TenantName tenantName, Bill.LineItem lineItem, Optional<Bill.Id> billId) Add a line item to an open billBillingDatabaseClientMock.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.LineItemModifierConstructorDescriptionBill(Bill.Id id, com.yahoo.config.provision.TenantName tenant, Bill.StatusHistory statusHistory, List<Bill.LineItem> lineItems, ZonedDateTime startTime, ZonedDateTime endTime)