Click or drag to resize

AutocreditHelperListInvoicesForAutocredit Method

Gets the invoices for autocredit.

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<Invoice> ListInvoicesForAutocredit(
	Subscription subscription,
	bool isTerminated
)

Parameters

subscription
Type: Atomia.Billing.Core.Sdk.BusinessObjectsSubscription
The subscription.
isTerminated
Type: SystemBoolean
if set to true subscription is terminated (not upgraded nor downgraded).

Return Value

Type: ListInvoice
List of invoices for autocredit.
See Also