InvoiceHelperCreateInvoiceFromProforma Method |
Creates the invoice from proforma.
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 CreateInvoiceFromProforma(
Invoice proformaInvoice
)
Public Shared Function CreateInvoiceFromProforma (
proformaInvoice As Invoice
) As Invoice
public:
static Invoice^ CreateInvoiceFromProforma(
Invoice^ proformaInvoice
)
static member CreateInvoiceFromProforma :
proformaInvoice : Invoice -> Invoice
Parameters
- proformaInvoice
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The proforma invoice.
Return Value
Type:
InvoiceCreated invoice
See Also