|
26 | 26 | */ |
27 | 27 | class AccountStatus |
28 | 28 | { |
29 | | - public $uid; |
| 29 | + public string $uid; |
30 | 30 |
|
31 | | - public $type; |
| 31 | + public string $type; |
32 | 32 |
|
33 | | - public $valid_to; |
| 33 | + public string $valid_to; |
34 | 34 |
|
35 | | - public $billing_plan_name; |
| 35 | + public string $billing_plan_name; |
36 | 36 |
|
37 | | - public $subscription_price; |
| 37 | + public float $subscription_price; |
38 | 38 |
|
39 | | - public $item_price; |
| 39 | + public float $item_price; |
40 | 40 |
|
41 | | - public $item_price_status; |
| 41 | + public float $item_price_status; |
42 | 42 |
|
43 | | - public $item_price_invoice; |
| 43 | + public float $item_price_invoice; |
44 | 44 |
|
45 | | - public $item_price_all; |
| 45 | + public float $item_price_all; |
46 | 46 |
|
47 | | - public $item_price_iban; |
| 47 | + public float $item_price_iban; |
48 | 48 |
|
49 | | - public $item_price_whitelist; |
| 49 | + public float $item_price_whitelist; |
50 | 50 |
|
51 | | - public $item_price_search_vat; |
| 51 | + public float $item_price_search_vat; |
52 | 52 |
|
53 | | - public $item_price_krs_data; |
| 53 | + public float $item_price_krs_data; |
54 | 54 |
|
55 | | - public $item_price_krs_section; |
| 55 | + public float $item_price_krs_section; |
56 | 56 |
|
57 | | - public $limit; |
| 57 | + public int $limit; |
58 | 58 |
|
59 | | - public $request_delay; |
| 59 | + public int $request_delay; |
60 | 60 |
|
61 | | - public $domain_limit; |
| 61 | + public int $domain_limit; |
62 | 62 |
|
63 | | - public $overplan_allowed; |
| 63 | + public bool $overplan_allowed; |
64 | 64 |
|
65 | | - public $teryt_codes; |
| 65 | + public bool $teryt_codes; |
66 | 66 |
|
67 | | - public $excel_addin; |
| 67 | + public bool $excel_addin; |
68 | 68 |
|
69 | | - public $jpk_vat; |
| 69 | + public bool $jpk_vat; |
70 | 70 |
|
71 | | - public $cli; |
| 71 | + public bool $cli; |
72 | 72 |
|
73 | | - public $stats; |
| 73 | + public bool $stats; |
74 | 74 |
|
75 | | - public $nip_monitor; |
| 75 | + public bool $nip_monitor; |
76 | 76 |
|
77 | | - public $search_by_nip; |
| 77 | + public bool $search_by_nip; |
78 | 78 |
|
79 | | - public $search_by_regon; |
| 79 | + public bool $search_by_regon; |
80 | 80 |
|
81 | | - public $search_by_krs; |
| 81 | + public bool $search_by_krs; |
82 | 82 |
|
83 | | - public $func_is_active; |
| 83 | + public bool $func_is_active; |
84 | 84 |
|
85 | | - public $func_get_invoice_data; |
| 85 | + public bool $func_get_invoice_data; |
86 | 86 |
|
87 | | - public $func_get_all_data; |
| 87 | + public bool $func_get_all_data; |
88 | 88 |
|
89 | | - public $func_get_vies_data; |
| 89 | + public bool $func_get_vies_data; |
90 | 90 |
|
91 | | - public $func_get_vat_status; |
| 91 | + public bool $func_get_vat_status; |
92 | 92 |
|
93 | | - public $func_get_iban_status; |
| 93 | + public bool $func_get_iban_status; |
94 | 94 |
|
95 | | - public $func_get_whitelist_status; |
| 95 | + public bool $func_get_whitelist_status; |
96 | 96 |
|
97 | | - public $func_search_vat; |
| 97 | + public bool $func_search_vat; |
98 | 98 |
|
99 | | - public $func_get_krs_data; |
| 99 | + public bool $func_get_krs_data; |
100 | 100 |
|
101 | | - public $func_get_krs_section; |
| 101 | + public bool $func_get_krs_section; |
102 | 102 |
|
103 | | - public $invoice_data_count; |
| 103 | + public int $invoice_data_count; |
104 | 104 |
|
105 | | - public $all_data_count; |
| 105 | + public int $all_data_count; |
106 | 106 |
|
107 | | - public $firm_status_count; |
| 107 | + public int $firm_status_count; |
108 | 108 |
|
109 | | - public $vat_status_count; |
| 109 | + public int $vat_status_count; |
110 | 110 |
|
111 | | - public $vies_status_count; |
| 111 | + public int $vies_status_count; |
112 | 112 |
|
113 | | - public $iban_status_count; |
| 113 | + public int $iban_status_count; |
114 | 114 |
|
115 | | - public $whitelist_status_count; |
| 115 | + public int $whitelist_status_count; |
116 | 116 |
|
117 | | - public $search_vat_count; |
| 117 | + public int $search_vat_count; |
118 | 118 |
|
119 | | - public $krs_data_count; |
| 119 | + public int $krs_data_count; |
120 | 120 |
|
121 | | - public $krs_section_count; |
| 121 | + public int $krs_section_count; |
122 | 122 |
|
123 | | - public $total_count; |
| 123 | + public int $total_count; |
124 | 124 |
|
125 | 125 | /** |
126 | 126 | * Get object data as string |
|
0 commit comments