Click or drag to resize

IAtomiaBillingApiPrintCreditedInvoicesWithPrintOption Method

Prints 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
byte[] PrintCreditedInvoicesWithPrintOption(
	List<Guid> invoiceIds,
	PrintOption printOption
)

Parameters

invoiceIds
Type: System.Collections.GenericListGuid
Ids of credited invoices for printing.
printOption
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPrintOption
The print option.

Return Value

Type: Byte
Byte array of PDF file with printed credited invoices.
See Also