Interface BillingReporter
- All Known Implementing Classes:
BillingReporterMock
public interface BillingReporter
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringexportBill(Bill bill, String exportMethod, CloudTenant tenant) Export a bill to a payment service.maintainInvoice(CloudTenant teannt, Bill bill) maintainTenant(CloudTenant tenant)
-
Method Details
-
maintainTenant
-
maintainInvoice
-
exportBill
Export a bill to a payment service. Returns the invoice ID in the external system.
-