|
5 | 5 | /** |
6 | 6 | * Class Parcel |
7 | 7 | * |
8 | | - * @property integer id |
9 | | - * @property string name |
10 | | - * @property string company_name |
11 | | - * @property string address |
12 | | - * @property string house_number |
13 | | - * @property array address_divided |
14 | | - * @property string city |
15 | | - * @property string postal_code |
16 | | - * @property string telephone |
17 | | - * @property string email |
18 | | - * @property array status |
19 | | - * @property array data |
20 | | - * @property array country |
21 | | - * @property string country_state |
22 | | - * @property array shipment |
23 | | - * @property array label |
24 | | - * @property bool requestShipment |
25 | | - * @property string order_number |
26 | | - * @property string tracking_number |
27 | | - * @property float total_order_value |
28 | | - * @property string total_order_value_currency |
29 | | - * @property string weight |
30 | | - * @property string sender_address |
31 | | - * @property integer quantity |
| 8 | + * @property integer $id |
| 9 | + * @property string $name |
| 10 | + * @property string $company_name |
| 11 | + * @property string $address |
| 12 | + * @property string $house_number |
| 13 | + * @property array $address_divided |
| 14 | + * @property string $city |
| 15 | + * @property string $postal_code |
| 16 | + * @property string $telephone |
| 17 | + * @property string $email |
| 18 | + * @property array $status |
| 19 | + * @property array $data |
| 20 | + * @property array $country |
| 21 | + * @property string $country_state |
| 22 | + * @property array $shipment |
| 23 | + * @property array $label |
| 24 | + * @property bool $requestShipment |
| 25 | + * @property string $order_number |
| 26 | + * @property string $tracking_number |
| 27 | + * @property float $total_order_value |
| 28 | + * @property string $total_order_value_currency |
| 29 | + * @property string $weight |
| 30 | + * @property string $sender_address |
| 31 | + * @property integer $quantity |
32 | 32 | * |
33 | 33 | * @package Picqer\Carriers\SendCloud |
34 | 34 | */ |
|
0 commit comments