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