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; }
Public Property Account As Account
Get
Set
public:
property Account^ Account {
Account^ get ();
void set (Account^ value);
}
member Account : Account with get, set
Property Value
Type:
AccountThe account.
See Also