Click or drag to resize

IAtomiaBillingApiCreateInvoice Method

Creates the invoice.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Invoice CreateInvoice(
	Invoice invoice,
	bool appendToUnsent
)

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice.
appendToUnsent
Type: SystemBoolean
If set to true invoice will be appended to unsent invoice.

Return Value

Type: Invoice
Created invoice.
See Also