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
)
Public Shared Sub SendInvoiceForProforma (
proformaNumbers As List(Of String),
atomiaBillingApi As IAtomiaBillingApi
)
public:
static void SendInvoiceForProforma(
List<String^>^ proformaNumbers,
IAtomiaBillingApi^ atomiaBillingApi
)
static member SendInvoiceForProforma :
proformaNumbers : List<string> *
atomiaBillingApi : IAtomiaBillingApi -> unit
Parameters
- proformaNumbers
- Type: System.Collections.GenericListString
The proforma numbers. - atomiaBillingApi
- Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.
See Also