| @@ -98,8 +98,18 @@ | ||
| 98 | 98 | * @since 2.2.3 |
| 99 | 99 | * @var null|number |
| 100 | 100 | */ |
| 101 | 101 | public $bundle_id; |
| 102 | + /** | |
| 103 | + * @since 2.3.1 | |
| 104 | + * @var null|string | |
| 105 | + */ | |
| 106 | + public $bundle_public_key; | |
| 107 | + /** | |
| 108 | + * @since 2.5.4 | |
| 109 | + * @var null|array | |
| 110 | + */ | |
| 111 | + public $opt_in_moderation; | |
| 102 | 112 | |
| 103 | 113 | const AFFILIATE_MODERATION_CUSTOMERS = 'customers'; |
| 104 | 114 | |
| 105 | 115 | #endregion Install Specific Properties |