InvoiceHelperIsPaymentPossible Method |
Determines whether payment for given invoice is possible.
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 IsPaymentPossible(
Invoice invoice
)
Public Shared Function IsPaymentPossible (
invoice As Invoice
) As Boolean
public:
static bool IsPaymentPossible(
Invoice^ invoice
)
static member IsPaymentPossible :
invoice : Invoice -> bool
Parameters
- invoice
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice.
Return Value
Type:
Booleantrue if payment for invoice is possible,
false if not.
See Also