Click or drag to resize

IAtomiaBillingApiInvoiceExists Method

Checks if invoice exists.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool InvoiceExists(
	string invoiceNumber
)

Parameters

invoiceNumber
Type: SystemString
The invoice number.

Return Value

Type: Boolean
true if invoice exists otherwise, false.
See Also