Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.billing.Bill
Packages that use Bill
-
Uses of Bill in com.yahoo.vespa.hosted.controller.api.integration.billing
Fields in com.yahoo.vespa.hosted.controller.api.integration.billing with type parameters of type BillMethods in com.yahoo.vespa.hosted.controller.api.integration.billing that return BillModifier and TypeMethodDescriptionBillingController.createUncommittedBill(com.yahoo.config.provision.TenantName tenant, LocalDate until) Create an unpersisted bill of unbilled use for the given tenant from the end of last bill until the given date.MockBillingController.createUncommittedBill(com.yahoo.config.provision.TenantName tenant, LocalDate until) Get the bill with the given idMethods in com.yahoo.vespa.hosted.controller.api.integration.billing that return types with arguments of type BillModifier and TypeMethodDescriptionBillingController.createUncommittedBills(LocalDate until) Run {createUncommittedBill} for all tenants with unbilled useMockBillingController.createUncommittedBills(LocalDate until) BillingController.getBillsForTenant(com.yahoo.config.provision.TenantName tenant) Get all bills for the given tenantMockBillingController.getBillsForTenant(com.yahoo.config.provision.TenantName tenant) Read the given bill from the data sourceBillingDatabaseClient.readBills()Read all bills, ordered by dateBillingDatabaseClientMock.readBills()BillingDatabaseClient.readBillsForTenant(com.yahoo.config.provision.TenantName tenant) Get all bills for a given tenant, ordered by dateBillingDatabaseClientMock.readBillsForTenant(com.yahoo.config.provision.TenantName tenant) Methods in com.yahoo.vespa.hosted.controller.api.integration.billing with parameters of type BillModifier and TypeMethodDescriptionvoidMockBillingController.addBill(com.yahoo.config.provision.TenantName tenantName, Bill bill, boolean committed) default StringBillingReporter.exportBill(Bill bill, String exportMethod, CloudTenant tenant) Export a bill to a payment service.BillingReporterMock.exportBill(Bill bill, String exportMethod, CloudTenant tenant) BillingReporter.maintainInvoice(CloudTenant teannt, Bill bill) BillingReporterMock.maintainInvoice(CloudTenant tenant, Bill bill)