Click or drag to resize

InvoiceHelperIsPrepaidCreditInvoice Method

Determines whether [is prepaid credit invoice] [the specified 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 bool IsPrepaidCreditInvoice(
	Invoice invoice
)

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice.

Return Value

Type: Boolean
true if invoice is issued for prepaid credits, otherwise false.
See Also