Click or drag to resize

IAtomiaBillingApiSendCreditedInvoices Method

Sends the credited invoices.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
BulkSendJob SendCreditedInvoices(
	List<Guid> invoiceIds,
	BulkSendJob job
)

Parameters

invoiceIds
Type: System.Collections.GenericListGuid
Ids of credited invoices for sending.
job
Type: Atomia.Billing.Core.Sdk.BusinessObjectsBulkSendJob
Bulk job used for sending invoices.

Return Value

Type: BulkSendJob
Created/updated bulk job for sending invoices.
See Also