AccountsHelperShouldCreateInvoice Method (Guid) |
Shoulds the create 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 ShouldCreateInvoice(
Guid customerId
)
Public Shared Function ShouldCreateInvoice (
customerId As Guid
) As Boolean
public:
static bool ShouldCreateInvoice(
Guid customerId
)
static member ShouldCreateInvoice :
customerId : Guid -> bool
Parameters
- customerId
- Type: SystemGuid
The customer id.
Return Value
Type:
Booleantrue if invoice should be created, otherwise
false.
See Also