Click or drag to resize

IAtomiaBillingApiIsPaymentPossible Method

Determines whether payment for given invoice is possible.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool IsPaymentPossible(
	Guid invoiceId
)

Parameters

invoiceId
Type: SystemGuid
The invoice identifier.

Return Value

Type: Boolean
true if payment for invoice is possible, false if not.
See Also