| Name | Type | Description | Notes |
|---|---|---|---|
| code | string | The Affiliate code which have some validations. 1. The code should not have white spaces 2. The code should starts with letters 3. The code minimum 2 characters length | [optional] |
| name | string | The Affiliate name. | [optional] |
| status | string | The Affiliate Status | [optional] |
| contact_id | string | The contactId identifier. Must be a positive number | [optional] |
| parent_affiliate_id | string | The Parent Affiliate Id | [optional] |
| notify_on_sale | bool | Whether to notify on sale events | [optional] |
| notify_on_lead | bool | Whether to notify on lead events | [optional] |
| track_leads_days | int | Number of days to track leads | [optional] |
| password | string | Affiliate portal password. | [optional] |
| custom_fields | \Keap\Core\V2\Model\CustomFieldValue[] | List of custom field values to apply to this affiliate | [optional] |