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
)
Public Shared Function ShouldCreateInvoice (
customerAccount As Account,
customerAccountDetails As AccountDetails,
resellerAccountDetails As AccountDetails
) As Boolean
public:
static bool ShouldCreateInvoice(
Account^ customerAccount,
AccountDetails^ customerAccountDetails,
AccountDetails^ resellerAccountDetails
)
static member ShouldCreateInvoice :
customerAccount : Account *
customerAccountDetails : AccountDetails *
resellerAccountDetails : AccountDetails -> bool
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:
Booleantrue if invoice should be created, otherwise
false.
See Also