Click or drag to resize

CustomerCreatedEventArgs Constructor

Initializes a new instance of the CustomerCreatedEventArgs class.

Namespace:  Atomia.Billing.Core.Sdk.Events.Customers
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public CustomerCreatedEventArgs(
	Account account,
	Login login,
	string password,
	string[] roles,
	AccountAddress mainAccountAddress,
	AccountAddress billingAccountAddress,
	AccountAddress shippingAccountAddress,
	AccountDetails accountDetails,
	string orderNumber
)

Parameters

account
Type: Account
The account.
login
Type: Login
The login.
password
Type: SystemString
The password.
roles
Type: SystemString
The roles.
mainAccountAddress
Type: AccountAddress
The main account address.
billingAccountAddress
Type: AccountAddress
The billing account address.
shippingAccountAddress
Type: AccountAddress
The shipping account address.
accountDetails
Type: Atomia.Billing.Core.Sdk.BusinessObjectsAccountDetails
The account details.
orderNumber
Type: SystemString
The order number.
See Also