Click or drag to resize

AccountsHelperShouldCreateInvoice Method (Account, AccountDetails, AccountDetails)

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(
	Account customerAccount,
	AccountDetails customerAccountDetails,
	AccountDetails resellerAccountDetails
)

Parameters

customerAccount
Type: Account
The customer.
customerAccountDetails
Type: Atomia.Billing.Core.Sdk.BusinessObjectsAccountDetails
The customer account details.
resellerAccountDetails
Type: Atomia.Billing.Core.Sdk.BusinessObjectsAccountDetails
The reseller account details.

Return Value

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