Click or drag to resize

InvoiceHelperSendInvoiceForProforma Method

Sends the invoice for 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 void SendInvoiceForProforma(
	List<string> proformaNumbers,
	IAtomiaBillingApi atomiaBillingApi
)

Parameters

proformaNumbers
Type: System.Collections.GenericListString
The proforma numbers.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.
See Also