Reseller
An object that contains information about a reseller.
Structure
| Parameter |
Description |
Remarks |
| Id |
A unique identifier of the reseller. |
An integer |
| InviteId |
The invite id, if applicable.. |
An integer |
| ResellerUserId |
The id of the user account connected to this reseller object. |
An integer |
| Created |
Creation date of the reseller. |
A DateTime. |
| Name |
Name of the reseller. |
A string of max 100 characters. |
| Url |
Url to reseller's website. |
A string of max 500 characters. |
| Email |
Email of the reseller. |
A string of max 100 characters. |
| Phone |
Phone number to the reseller. |
A string of max 100 characters. |
| Description |
Description related to the reseller. |
A string of max 500 characters. |
| Metadata |
The list of extra fields that are associated with the reseller.
|
A dictionary. |