Click or drag to resize

IAtomiaBillingApiPrintReceiptsWithPrintOption Method

Prints the receipts to file.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
byte[] PrintReceiptsWithPrintOption(
	List<Guid> invoiceIds,
	PrintOption printOption
)

Parameters

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

Return Value

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