AccountDetailsAccountOptions Property |
Gets or sets the account options.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public AccountOptions AccountOptions { get; set; }
Public Property AccountOptions As AccountOptions
Get
Set
public:
property AccountOptions^ AccountOptions {
AccountOptions^ get ();
void set (AccountOptions^ value);
}
member AccountOptions : AccountOptions with get, set
Property Value
Type:
AccountOptionsThe account options.
See Also