Click or drag to resize

InvoiceHelperFilterSubscriptionForInvoiceLine Method

Filters the subscription for invoice line.

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 Subscription FilterSubscriptionForInvoiceLine(
	Invoice invoice,
	IList<Subscription> invoiceSubscriptions,
	Guid invoiceLineId
)

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice.
invoiceSubscriptions
Type: System.Collections.GenericIListSubscription
The invoice subscriptions.
invoiceLineId
Type: SystemGuid
The invoice line id.

Return Value

Type: Subscription
Requested subscription or null if not found.
See Also