Click or drag to resize

CreditInvoiceHelperListCreditInvoicesOfInvoice Method

Lists the credit invoices of invoice.

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> ListCreditInvoicesOfInvoice(
	Guid invoiceId
)

Parameters

invoiceId
Type: SystemGuid
The invoice unique identifier.

Return Value

Type: ListCreditedInvoice
List of credit invoices.
See Also