Class BillingReporterMock
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.billing.BillingReporterMock
- All Implemented Interfaces:
BillingReporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteExportedBill(Bill.Id billId) exportBill(Bill bill, String exportMethod, CloudTenant tenant) Export a bill to a payment service.maintainInvoice(CloudTenant tenant, Bill bill) maintainTenant(CloudTenant tenant)
-
Constructor Details
-
BillingReporterMock
-
-
Method Details
-
maintainTenant
- Specified by:
maintainTenantin interfaceBillingReporter
-
maintainInvoice
- Specified by:
maintainInvoicein interfaceBillingReporter
-
exportBill
Description copied from interface:BillingReporterExport a bill to a payment service. Returns the invoice ID in the external system.- Specified by:
exportBillin interfaceBillingReporter
-
deleteExportedBill
-