|
46 | 46 | * IXP\Models\Customer |
47 | 47 | * |
48 | 48 | * @property int $id |
| 49 | + * @property int|null $irrdb |
| 50 | + * @property int|null $company_registered_detail_id |
| 51 | + * @property int|null $company_billing_details_id |
| 52 | + * @property int|null $reseller |
49 | 53 | * @property string|null $name |
50 | 54 | * @property int|null $type |
51 | 55 | * @property string|null $shortname |
| 56 | + * @property string|null $abbreviatedName |
52 | 57 | * @property int|null $autsys |
53 | 58 | * @property int|null $maxprefixes |
54 | 59 | * @property string|null $peeringemail |
|
58 | 63 | * @property string|null $nocemail |
59 | 64 | * @property string|null $nochours |
60 | 65 | * @property string|null $nocwww |
61 | | - * @property int|null $irrdb |
62 | 66 | * @property string|null $peeringmacro |
| 67 | + * @property string|null $peeringmacrov6 |
63 | 68 | * @property string|null $peeringpolicy |
64 | 69 | * @property string|null $corpwww |
65 | | - * @property \Illuminate\Support\Carbon|null $datejoin |
66 | | - * @property \Illuminate\Support\Carbon|null $dateleave |
| 70 | + * @property Carbon|null $datejoin |
| 71 | + * @property Carbon|null $dateleave |
67 | 72 | * @property int|null $status |
68 | 73 | * @property int|null $activepeeringmatrix |
69 | | - * @property \Illuminate\Support\Carbon|null $lastupdated |
| 74 | + * @property Carbon|null $lastupdated |
70 | 75 | * @property int|null $lastupdatedby |
71 | 76 | * @property string|null $creator |
72 | | - * @property \Illuminate\Support\Carbon|null $created |
73 | | - * @property int|null $company_registered_detail_id |
74 | | - * @property int|null $company_billing_details_id |
75 | | - * @property string|null $peeringmacrov6 |
76 | | - * @property string|null $abbreviatedName |
| 77 | + * @property Carbon|null $created |
77 | 78 | * @property string|null $MD5Support |
78 | | - * @property int|null $reseller |
79 | 79 | * @property int $isReseller |
80 | 80 | * @property int $in_manrs |
81 | 81 | * @property int $in_peeringdb |
|
86 | 86 | * @property-read int|null $docstore_customer_files_count |
87 | 87 | * @property-read \Illuminate\Database\Eloquent\Collection|\IXP\Models\VirtualInterface[] $virtualInterfaces |
88 | 88 | * @property-read int|null $virtual_interfaces_count |
89 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer current() |
90 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer newModelQuery() |
91 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer newQuery() |
92 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer query() |
93 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer trafficking() |
94 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereAbbreviatedName($value) |
95 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereActivepeeringmatrix($value) |
96 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereAutsys($value) |
97 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereCompanyBillingDetailsId($value) |
98 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereCompanyRegisteredDetailId($value) |
99 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereCorpwww($value) |
100 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereCreated($value) |
101 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereCreator($value) |
102 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereDatejoin($value) |
103 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereDateleave($value) |
104 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereId($value) |
105 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereInManrs($value) |
106 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereInPeeringdb($value) |
107 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereIrrdb($value) |
108 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereIsReseller($value) |
109 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereLastupdated($value) |
110 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereLastupdatedby($value) |
111 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereMD5Support($value) |
112 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereMaxprefixes($value) |
113 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereName($value) |
114 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereNoc24hphone($value) |
115 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereNocemail($value) |
116 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereNocfax($value) |
117 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereNochours($value) |
118 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereNocphone($value) |
119 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereNocwww($value) |
120 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer wherePeeringdbOauth($value) |
121 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer wherePeeringemail($value) |
122 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer wherePeeringmacro($value) |
123 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer wherePeeringmacrov6($value) |
124 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer wherePeeringpolicy($value) |
125 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereReseller($value) |
126 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereShortname($value) |
127 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereStatus($value) |
128 | | - * @method static \Illuminate\Database\Eloquent\Builder|\IXP\Models\Customer whereType($value) |
129 | | - * @mixin \Eloquent |
| 89 | + * @method static Builder|Customer current() |
| 90 | + * @method static Builder|Customer newModelQuery() |
| 91 | + * @method static Builder|Customer newQuery() |
| 92 | + * @method static Builder|Customer query() |
| 93 | + * @method static Builder|Customer trafficking() |
| 94 | + * @method static Builder|Customer whereAbbreviatedName($value) |
| 95 | + * @method static Builder|Customer whereActivepeeringmatrix($value) |
| 96 | + * @method static Builder|Customer whereAutsys($value) |
| 97 | + * @method static Builder|Customer whereCompanyBillingDetailsId($value) |
| 98 | + * @method static Builder|Customer whereCompanyRegisteredDetailId($value) |
| 99 | + * @method static Builder|Customer whereCorpwww($value) |
| 100 | + * @method static Builder|Customer whereCreated($value) |
| 101 | + * @method static Builder|Customer whereCreator($value) |
| 102 | + * @method static Builder|Customer whereDatejoin($value) |
| 103 | + * @method static Builder|Customer whereDateleave($value) |
| 104 | + * @method static Builder|Customer whereId($value) |
| 105 | + * @method static Builder|Customer whereInManrs($value) |
| 106 | + * @method static Builder|Customer whereInPeeringdb($value) |
| 107 | + * @method static Builder|Customer whereIrrdb($value) |
| 108 | + * @method static Builder|Customer whereIsReseller($value) |
| 109 | + * @method static Builder|Customer whereLastupdated($value) |
| 110 | + * @method static Builder|Customer whereLastupdatedby($value) |
| 111 | + * @method static Builder|Customer whereMD5Support($value) |
| 112 | + * @method static Builder|Customer whereMaxprefixes($value) |
| 113 | + * @method static Builder|Customer whereName($value) |
| 114 | + * @method static Builder|Customer whereNoc24hphone($value) |
| 115 | + * @method static Builder|Customer whereNocemail($value) |
| 116 | + * @method static Builder|Customer whereNocfax($value) |
| 117 | + * @method static Builder|Customer whereNochours($value) |
| 118 | + * @method static Builder|Customer whereNocphone($value) |
| 119 | + * @method static Builder|Customer whereNocwww($value) |
| 120 | + * @method static Builder|Customer wherePeeringdbOauth($value) |
| 121 | + * @method static Builder|Customer wherePeeringemail($value) |
| 122 | + * @method static Builder|Customer wherePeeringmacro($value) |
| 123 | + * @method static Builder|Customer wherePeeringmacrov6($value) |
| 124 | + * @method static Builder|Customer wherePeeringpolicy($value) |
| 125 | + * @method static Builder|Customer whereReseller($value) |
| 126 | + * @method static Builder|Customer whereShortname($value) |
| 127 | + * @method static Builder|Customer whereStatus($value) |
| 128 | + * @method static Builder|Customer whereType($value) |
| 129 | + * @mixin Eloquent |
130 | 130 | */ |
131 | 131 | class Customer extends Model |
132 | 132 | { |
|
0 commit comments