Click or drag to resize

CustomerCreatedEventArgsAccount Property

Gets or sets the account.

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 Account Account { get; set; }

Property Value

Type: Account
The account.
See Also