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