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