AccountUpdatedEventArgsAccount Property |
Gets or sets the account.
Namespace:
Atomia.Billing.Core.Sdk.Events.Accounts
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public AccountDetails Account { get; set; }
Public Property Account As AccountDetails
Get
Set
public:
property AccountDetails^ Account {
AccountDetails^ get ();
void set (AccountDetails^ value);
}
member Account : AccountDetails with get, set
Property Value
Type:
AccountDetailsThe account.
See Also