InvoiceHelperCreatePostpaidInvoice Method (UsageReport, IAtomiaBillingApi) |
Creates the postpaid invoice.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static Invoice CreatePostpaidInvoice(
UsageReport report,
IAtomiaBillingApi atomiaBillingApi
)
Public Shared Function CreatePostpaidInvoice (
report As UsageReport,
atomiaBillingApi As IAtomiaBillingApi
) As Invoice
public:
static Invoice^ CreatePostpaidInvoice(
UsageReport^ report,
IAtomiaBillingApi^ atomiaBillingApi
)
static member CreatePostpaidInvoice :
report : UsageReport *
atomiaBillingApi : IAtomiaBillingApi -> Invoice
Parameters
- report
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsUsageReport
The usage report used for creating invoice. - atomiaBillingApi
- Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The Atomia Billing API instance.
Return Value
Type:
InvoiceCreated invoice.
See Also