Click or drag to resize

IAtomiaBillingApiPrintCreditedInvoices Method

Note: This API is now obsolete.

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
[ObsoleteAttribute("Use new method PrintCreditedInvoicesWithPrintOption.")]
byte[] PrintCreditedInvoices(
	List<Guid> invoiceIds
)

Parameters

invoiceIds
Type: System.Collections.GenericListGuid
Ids of credited invoices for printing.

Return Value

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