AccountUpdatedEventArgsOldAccountDetails Property |
Gets or sets the old account details.
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 OldAccountDetails { get; set; }
Public Property OldAccountDetails As AccountDetails
Get
Set
public:
property AccountDetails^ OldAccountDetails {
AccountDetails^ get ();
void set (AccountDetails^ value);
}
member OldAccountDetails : AccountDetails with get, set
Property Value
Type:
AccountDetailsThe old account details.
See Also