Click or drag to resize

CreditInvoiceHelperCreditInvoicesFully Method

Creates credit invoices for the invoices with given ids.

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 List<CreditedInvoice> CreditInvoicesFully(
	List<Invoice> invoices,
	IAtomiaBillingApi atomiaBillingApi
)

Parameters

invoices
Type: System.Collections.GenericListInvoice
The list of invoices to be credited.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.

Return Value

Type: ListCreditedInvoice
List of credit invoices.
See Also