Click or drag to resize

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
)

Parameters

customerId
Type: SystemGuid
The customer id.

Return Value

Type: Boolean
true if invoice should be created, otherwise false.
See Also