@@ -7,638 +7,638 @@ |
||
7 | 7 | class PddEinvoiceIssueInvoiceResultCallbackRuihongRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
10 | + { |
|
11 | 11 | |
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceIssueInvoiceResultCallbackRuihongRequest_Data, "data") |
|
15 | - */ |
|
16 | - private $data; |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceIssueInvoiceResultCallbackRuihongRequest_Data, "data") |
|
15 | + */ |
|
16 | + private $data; |
|
17 | 17 | |
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "data", $this->data); |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "data", $this->data); |
|
21 | 21 | |
22 | - } |
|
22 | + } |
|
23 | 23 | |
24 | - public function getVersion() |
|
25 | - { |
|
26 | - return "V1"; |
|
27 | - } |
|
24 | + public function getVersion() |
|
25 | + { |
|
26 | + return "V1"; |
|
27 | + } |
|
28 | 28 | |
29 | - public function getDataType() |
|
30 | - { |
|
31 | - return "JSON"; |
|
32 | - } |
|
29 | + public function getDataType() |
|
30 | + { |
|
31 | + return "JSON"; |
|
32 | + } |
|
33 | 33 | |
34 | - public function getType() |
|
35 | - { |
|
36 | - return "pdd.einvoice.issue.invoice.result.callback.ruihong"; |
|
37 | - } |
|
34 | + public function getType() |
|
35 | + { |
|
36 | + return "pdd.einvoice.issue.invoice.result.callback.ruihong"; |
|
37 | + } |
|
38 | 38 | |
39 | - public function setData($data) |
|
40 | - { |
|
41 | - $this->data = $data; |
|
42 | - } |
|
39 | + public function setData($data) |
|
40 | + { |
|
41 | + $this->data = $data; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
45 | 45 | |
46 | 46 | class PddEinvoiceIssueInvoiceResultCallbackRuihongRequest_Data extends PopBaseJsonEntity |
47 | 47 | { |
48 | 48 | |
49 | - public function __construct() |
|
50 | - { |
|
51 | - |
|
52 | - } |
|
53 | - |
|
54 | - /** |
|
55 | - * @JsonProperty(String, "code") |
|
56 | - */ |
|
57 | - private $code; |
|
58 | - |
|
59 | - /** |
|
60 | - * @JsonProperty(String, "einvoiceApiVersion") |
|
61 | - */ |
|
62 | - private $einvoiceApiVersion; |
|
63 | - |
|
64 | - /** |
|
65 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceIssueInvoiceResultCallbackRuihongRequest_DataInvoice, "invoice") |
|
66 | - */ |
|
67 | - private $invoice; |
|
68 | - |
|
69 | - /** |
|
70 | - * @JsonProperty(String, "mallId") |
|
71 | - */ |
|
72 | - private $mallId; |
|
73 | - |
|
74 | - /** |
|
75 | - * @JsonProperty(String, "message") |
|
76 | - */ |
|
77 | - private $message; |
|
78 | - |
|
79 | - /** |
|
80 | - * @JsonProperty(String, "orderNo") |
|
81 | - */ |
|
82 | - private $orderNo; |
|
83 | - |
|
84 | - /** |
|
85 | - * @JsonProperty(String, "serialNo") |
|
86 | - */ |
|
87 | - private $serialNo; |
|
88 | - |
|
89 | - public function setCode($code) |
|
90 | - { |
|
91 | - $this->code = $code; |
|
92 | - } |
|
93 | - |
|
94 | - public function setEinvoiceApiVersion($einvoiceApiVersion) |
|
95 | - { |
|
96 | - $this->einvoiceApiVersion = $einvoiceApiVersion; |
|
97 | - } |
|
98 | - |
|
99 | - public function setInvoice($invoice) |
|
100 | - { |
|
101 | - $this->invoice = $invoice; |
|
102 | - } |
|
103 | - |
|
104 | - public function setMallId($mallId) |
|
105 | - { |
|
106 | - $this->mallId = $mallId; |
|
107 | - } |
|
108 | - |
|
109 | - public function setMessage($message) |
|
110 | - { |
|
111 | - $this->message = $message; |
|
112 | - } |
|
113 | - |
|
114 | - public function setOrderNo($orderNo) |
|
115 | - { |
|
116 | - $this->orderNo = $orderNo; |
|
117 | - } |
|
118 | - |
|
119 | - public function setSerialNo($serialNo) |
|
120 | - { |
|
121 | - $this->serialNo = $serialNo; |
|
122 | - } |
|
49 | + public function __construct() |
|
50 | + { |
|
51 | + |
|
52 | + } |
|
53 | + |
|
54 | + /** |
|
55 | + * @JsonProperty(String, "code") |
|
56 | + */ |
|
57 | + private $code; |
|
58 | + |
|
59 | + /** |
|
60 | + * @JsonProperty(String, "einvoiceApiVersion") |
|
61 | + */ |
|
62 | + private $einvoiceApiVersion; |
|
63 | + |
|
64 | + /** |
|
65 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceIssueInvoiceResultCallbackRuihongRequest_DataInvoice, "invoice") |
|
66 | + */ |
|
67 | + private $invoice; |
|
68 | + |
|
69 | + /** |
|
70 | + * @JsonProperty(String, "mallId") |
|
71 | + */ |
|
72 | + private $mallId; |
|
73 | + |
|
74 | + /** |
|
75 | + * @JsonProperty(String, "message") |
|
76 | + */ |
|
77 | + private $message; |
|
78 | + |
|
79 | + /** |
|
80 | + * @JsonProperty(String, "orderNo") |
|
81 | + */ |
|
82 | + private $orderNo; |
|
83 | + |
|
84 | + /** |
|
85 | + * @JsonProperty(String, "serialNo") |
|
86 | + */ |
|
87 | + private $serialNo; |
|
88 | + |
|
89 | + public function setCode($code) |
|
90 | + { |
|
91 | + $this->code = $code; |
|
92 | + } |
|
93 | + |
|
94 | + public function setEinvoiceApiVersion($einvoiceApiVersion) |
|
95 | + { |
|
96 | + $this->einvoiceApiVersion = $einvoiceApiVersion; |
|
97 | + } |
|
98 | + |
|
99 | + public function setInvoice($invoice) |
|
100 | + { |
|
101 | + $this->invoice = $invoice; |
|
102 | + } |
|
103 | + |
|
104 | + public function setMallId($mallId) |
|
105 | + { |
|
106 | + $this->mallId = $mallId; |
|
107 | + } |
|
108 | + |
|
109 | + public function setMessage($message) |
|
110 | + { |
|
111 | + $this->message = $message; |
|
112 | + } |
|
113 | + |
|
114 | + public function setOrderNo($orderNo) |
|
115 | + { |
|
116 | + $this->orderNo = $orderNo; |
|
117 | + } |
|
118 | + |
|
119 | + public function setSerialNo($serialNo) |
|
120 | + { |
|
121 | + $this->serialNo = $serialNo; |
|
122 | + } |
|
123 | 123 | |
124 | 124 | } |
125 | 125 | |
126 | 126 | class PddEinvoiceIssueInvoiceResultCallbackRuihongRequest_DataInvoice extends PopBaseJsonEntity |
127 | 127 | { |
128 | 128 | |
129 | - public function __construct() |
|
130 | - { |
|
131 | - |
|
132 | - } |
|
133 | - |
|
134 | - /** |
|
135 | - * @JsonProperty(String, "checkCode") |
|
136 | - */ |
|
137 | - private $checkCode; |
|
138 | - |
|
139 | - /** |
|
140 | - * @JsonProperty(String, "code") |
|
141 | - */ |
|
142 | - private $code; |
|
143 | - |
|
144 | - /** |
|
145 | - * @JsonProperty(String, "customerAddress") |
|
146 | - */ |
|
147 | - private $customerAddress; |
|
148 | - |
|
149 | - /** |
|
150 | - * @JsonProperty(String, "customerBankAccount") |
|
151 | - */ |
|
152 | - private $customerBankAccount; |
|
153 | - |
|
154 | - /** |
|
155 | - * @JsonProperty(String, "customerBankName") |
|
156 | - */ |
|
157 | - private $customerBankName; |
|
158 | - |
|
159 | - /** |
|
160 | - * @JsonProperty(String, "customerCode") |
|
161 | - */ |
|
162 | - private $customerCode; |
|
163 | - |
|
164 | - /** |
|
165 | - * @JsonProperty(String, "customerName") |
|
166 | - */ |
|
167 | - private $customerName; |
|
168 | - |
|
169 | - /** |
|
170 | - * @JsonProperty(String, "customerTel") |
|
171 | - */ |
|
172 | - private $customerTel; |
|
173 | - |
|
174 | - /** |
|
175 | - * @JsonProperty(String, "drawer") |
|
176 | - */ |
|
177 | - private $drawer; |
|
178 | - |
|
179 | - /** |
|
180 | - * @JsonProperty(String, "fiscalCode") |
|
181 | - */ |
|
182 | - private $fiscalCode; |
|
183 | - |
|
184 | - /** |
|
185 | - * @JsonProperty(String, "generateTime") |
|
186 | - */ |
|
187 | - private $generateTime; |
|
188 | - |
|
189 | - /** |
|
190 | - * @JsonProperty(String, "invPdf") |
|
191 | - */ |
|
192 | - private $invPdf; |
|
193 | - |
|
194 | - /** |
|
195 | - * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceIssueInvoiceResultCallbackRuihongRequest_DataInvoiceItemsItem>, "items") |
|
196 | - */ |
|
197 | - private $items; |
|
198 | - |
|
199 | - /** |
|
200 | - * @JsonProperty(String, "noTaxAmount") |
|
201 | - */ |
|
202 | - private $noTaxAmount; |
|
203 | - |
|
204 | - /** |
|
205 | - * @JsonProperty(String, "orderNo") |
|
206 | - */ |
|
207 | - private $orderNo; |
|
208 | - |
|
209 | - /** |
|
210 | - * @JsonProperty(String, "payee") |
|
211 | - */ |
|
212 | - private $payee; |
|
213 | - |
|
214 | - /** |
|
215 | - * @JsonProperty(String, "pdfUnsignedUrl") |
|
216 | - */ |
|
217 | - private $pdfUnsignedUrl; |
|
218 | - |
|
219 | - /** |
|
220 | - * @JsonProperty(String, "relatedCode") |
|
221 | - */ |
|
222 | - private $relatedCode; |
|
223 | - |
|
224 | - /** |
|
225 | - * @JsonProperty(String, "remark") |
|
226 | - */ |
|
227 | - private $remark; |
|
228 | - |
|
229 | - /** |
|
230 | - * @JsonProperty(String, "reviewer") |
|
231 | - */ |
|
232 | - private $reviewer; |
|
233 | - |
|
234 | - /** |
|
235 | - * @JsonProperty(String, "status") |
|
236 | - */ |
|
237 | - private $status; |
|
238 | - |
|
239 | - /** |
|
240 | - * @JsonProperty(String, "taxAmount") |
|
241 | - */ |
|
242 | - private $taxAmount; |
|
243 | - |
|
244 | - /** |
|
245 | - * @JsonProperty(String, "taxDeviceNo") |
|
246 | - */ |
|
247 | - private $taxDeviceNo; |
|
248 | - |
|
249 | - /** |
|
250 | - * @JsonProperty(String, "taxpayerAddress") |
|
251 | - */ |
|
252 | - private $taxpayerAddress; |
|
253 | - |
|
254 | - /** |
|
255 | - * @JsonProperty(String, "taxpayerBankAccount") |
|
256 | - */ |
|
257 | - private $taxpayerBankAccount; |
|
258 | - |
|
259 | - /** |
|
260 | - * @JsonProperty(String, "taxpayerBankName") |
|
261 | - */ |
|
262 | - private $taxpayerBankName; |
|
263 | - |
|
264 | - /** |
|
265 | - * @JsonProperty(String, "taxpayerCode") |
|
266 | - */ |
|
267 | - private $taxpayerCode; |
|
268 | - |
|
269 | - /** |
|
270 | - * @JsonProperty(String, "taxpayerName") |
|
271 | - */ |
|
272 | - private $taxpayerName; |
|
273 | - |
|
274 | - /** |
|
275 | - * @JsonProperty(String, "taxpayerTel") |
|
276 | - */ |
|
277 | - private $taxpayerTel; |
|
278 | - |
|
279 | - /** |
|
280 | - * @JsonProperty(String, "totalAmount") |
|
281 | - */ |
|
282 | - private $totalAmount; |
|
283 | - |
|
284 | - /** |
|
285 | - * @JsonProperty(String, "validReason") |
|
286 | - */ |
|
287 | - private $validReason; |
|
288 | - |
|
289 | - /** |
|
290 | - * @JsonProperty(String, "validTime") |
|
291 | - */ |
|
292 | - private $validTime; |
|
293 | - |
|
294 | - /** |
|
295 | - * @JsonProperty(String, "viewUrl") |
|
296 | - */ |
|
297 | - private $viewUrl; |
|
298 | - |
|
299 | - /** |
|
300 | - * @JsonProperty(String, "cipherText") |
|
301 | - */ |
|
302 | - private $cipherText; |
|
303 | - |
|
304 | - /** |
|
305 | - * @JsonProperty(String, "qrCode") |
|
306 | - */ |
|
307 | - private $qrCode; |
|
308 | - |
|
309 | - public function setCheckCode($checkCode) |
|
310 | - { |
|
311 | - $this->checkCode = $checkCode; |
|
312 | - } |
|
313 | - |
|
314 | - public function setCode($code) |
|
315 | - { |
|
316 | - $this->code = $code; |
|
317 | - } |
|
318 | - |
|
319 | - public function setCustomerAddress($customerAddress) |
|
320 | - { |
|
321 | - $this->customerAddress = $customerAddress; |
|
322 | - } |
|
323 | - |
|
324 | - public function setCustomerBankAccount($customerBankAccount) |
|
325 | - { |
|
326 | - $this->customerBankAccount = $customerBankAccount; |
|
327 | - } |
|
328 | - |
|
329 | - public function setCustomerBankName($customerBankName) |
|
330 | - { |
|
331 | - $this->customerBankName = $customerBankName; |
|
332 | - } |
|
333 | - |
|
334 | - public function setCustomerCode($customerCode) |
|
335 | - { |
|
336 | - $this->customerCode = $customerCode; |
|
337 | - } |
|
338 | - |
|
339 | - public function setCustomerName($customerName) |
|
340 | - { |
|
341 | - $this->customerName = $customerName; |
|
342 | - } |
|
343 | - |
|
344 | - public function setCustomerTel($customerTel) |
|
345 | - { |
|
346 | - $this->customerTel = $customerTel; |
|
347 | - } |
|
348 | - |
|
349 | - public function setDrawer($drawer) |
|
350 | - { |
|
351 | - $this->drawer = $drawer; |
|
352 | - } |
|
353 | - |
|
354 | - public function setFiscalCode($fiscalCode) |
|
355 | - { |
|
356 | - $this->fiscalCode = $fiscalCode; |
|
357 | - } |
|
358 | - |
|
359 | - public function setGenerateTime($generateTime) |
|
360 | - { |
|
361 | - $this->generateTime = $generateTime; |
|
362 | - } |
|
363 | - |
|
364 | - public function setInvPdf($invPdf) |
|
365 | - { |
|
366 | - $this->invPdf = $invPdf; |
|
367 | - } |
|
368 | - |
|
369 | - public function setItems($items) |
|
370 | - { |
|
371 | - $this->items = $items; |
|
372 | - } |
|
373 | - |
|
374 | - public function setNoTaxAmount($noTaxAmount) |
|
375 | - { |
|
376 | - $this->noTaxAmount = $noTaxAmount; |
|
377 | - } |
|
378 | - |
|
379 | - public function setOrderNo($orderNo) |
|
380 | - { |
|
381 | - $this->orderNo = $orderNo; |
|
382 | - } |
|
383 | - |
|
384 | - public function setPayee($payee) |
|
385 | - { |
|
386 | - $this->payee = $payee; |
|
387 | - } |
|
388 | - |
|
389 | - public function setPdfUnsignedUrl($pdfUnsignedUrl) |
|
390 | - { |
|
391 | - $this->pdfUnsignedUrl = $pdfUnsignedUrl; |
|
392 | - } |
|
393 | - |
|
394 | - public function setRelatedCode($relatedCode) |
|
395 | - { |
|
396 | - $this->relatedCode = $relatedCode; |
|
397 | - } |
|
398 | - |
|
399 | - public function setRemark($remark) |
|
400 | - { |
|
401 | - $this->remark = $remark; |
|
402 | - } |
|
403 | - |
|
404 | - public function setReviewer($reviewer) |
|
405 | - { |
|
406 | - $this->reviewer = $reviewer; |
|
407 | - } |
|
408 | - |
|
409 | - public function setStatus($status) |
|
410 | - { |
|
411 | - $this->status = $status; |
|
412 | - } |
|
413 | - |
|
414 | - public function setTaxAmount($taxAmount) |
|
415 | - { |
|
416 | - $this->taxAmount = $taxAmount; |
|
417 | - } |
|
418 | - |
|
419 | - public function setTaxDeviceNo($taxDeviceNo) |
|
420 | - { |
|
421 | - $this->taxDeviceNo = $taxDeviceNo; |
|
422 | - } |
|
423 | - |
|
424 | - public function setTaxpayerAddress($taxpayerAddress) |
|
425 | - { |
|
426 | - $this->taxpayerAddress = $taxpayerAddress; |
|
427 | - } |
|
428 | - |
|
429 | - public function setTaxpayerBankAccount($taxpayerBankAccount) |
|
430 | - { |
|
431 | - $this->taxpayerBankAccount = $taxpayerBankAccount; |
|
432 | - } |
|
433 | - |
|
434 | - public function setTaxpayerBankName($taxpayerBankName) |
|
435 | - { |
|
436 | - $this->taxpayerBankName = $taxpayerBankName; |
|
437 | - } |
|
438 | - |
|
439 | - public function setTaxpayerCode($taxpayerCode) |
|
440 | - { |
|
441 | - $this->taxpayerCode = $taxpayerCode; |
|
442 | - } |
|
443 | - |
|
444 | - public function setTaxpayerName($taxpayerName) |
|
445 | - { |
|
446 | - $this->taxpayerName = $taxpayerName; |
|
447 | - } |
|
448 | - |
|
449 | - public function setTaxpayerTel($taxpayerTel) |
|
450 | - { |
|
451 | - $this->taxpayerTel = $taxpayerTel; |
|
452 | - } |
|
453 | - |
|
454 | - public function setTotalAmount($totalAmount) |
|
455 | - { |
|
456 | - $this->totalAmount = $totalAmount; |
|
457 | - } |
|
458 | - |
|
459 | - public function setValidReason($validReason) |
|
460 | - { |
|
461 | - $this->validReason = $validReason; |
|
462 | - } |
|
463 | - |
|
464 | - public function setValidTime($validTime) |
|
465 | - { |
|
466 | - $this->validTime = $validTime; |
|
467 | - } |
|
468 | - |
|
469 | - public function setViewUrl($viewUrl) |
|
470 | - { |
|
471 | - $this->viewUrl = $viewUrl; |
|
472 | - } |
|
473 | - |
|
474 | - public function setCipherText($cipherText) |
|
475 | - { |
|
476 | - $this->cipherText = $cipherText; |
|
477 | - } |
|
478 | - |
|
479 | - public function setQrCode($qrCode) |
|
480 | - { |
|
481 | - $this->qrCode = $qrCode; |
|
482 | - } |
|
129 | + public function __construct() |
|
130 | + { |
|
131 | + |
|
132 | + } |
|
133 | + |
|
134 | + /** |
|
135 | + * @JsonProperty(String, "checkCode") |
|
136 | + */ |
|
137 | + private $checkCode; |
|
138 | + |
|
139 | + /** |
|
140 | + * @JsonProperty(String, "code") |
|
141 | + */ |
|
142 | + private $code; |
|
143 | + |
|
144 | + /** |
|
145 | + * @JsonProperty(String, "customerAddress") |
|
146 | + */ |
|
147 | + private $customerAddress; |
|
148 | + |
|
149 | + /** |
|
150 | + * @JsonProperty(String, "customerBankAccount") |
|
151 | + */ |
|
152 | + private $customerBankAccount; |
|
153 | + |
|
154 | + /** |
|
155 | + * @JsonProperty(String, "customerBankName") |
|
156 | + */ |
|
157 | + private $customerBankName; |
|
158 | + |
|
159 | + /** |
|
160 | + * @JsonProperty(String, "customerCode") |
|
161 | + */ |
|
162 | + private $customerCode; |
|
163 | + |
|
164 | + /** |
|
165 | + * @JsonProperty(String, "customerName") |
|
166 | + */ |
|
167 | + private $customerName; |
|
168 | + |
|
169 | + /** |
|
170 | + * @JsonProperty(String, "customerTel") |
|
171 | + */ |
|
172 | + private $customerTel; |
|
173 | + |
|
174 | + /** |
|
175 | + * @JsonProperty(String, "drawer") |
|
176 | + */ |
|
177 | + private $drawer; |
|
178 | + |
|
179 | + /** |
|
180 | + * @JsonProperty(String, "fiscalCode") |
|
181 | + */ |
|
182 | + private $fiscalCode; |
|
183 | + |
|
184 | + /** |
|
185 | + * @JsonProperty(String, "generateTime") |
|
186 | + */ |
|
187 | + private $generateTime; |
|
188 | + |
|
189 | + /** |
|
190 | + * @JsonProperty(String, "invPdf") |
|
191 | + */ |
|
192 | + private $invPdf; |
|
193 | + |
|
194 | + /** |
|
195 | + * @JsonProperty(List<\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceIssueInvoiceResultCallbackRuihongRequest_DataInvoiceItemsItem>, "items") |
|
196 | + */ |
|
197 | + private $items; |
|
198 | + |
|
199 | + /** |
|
200 | + * @JsonProperty(String, "noTaxAmount") |
|
201 | + */ |
|
202 | + private $noTaxAmount; |
|
203 | + |
|
204 | + /** |
|
205 | + * @JsonProperty(String, "orderNo") |
|
206 | + */ |
|
207 | + private $orderNo; |
|
208 | + |
|
209 | + /** |
|
210 | + * @JsonProperty(String, "payee") |
|
211 | + */ |
|
212 | + private $payee; |
|
213 | + |
|
214 | + /** |
|
215 | + * @JsonProperty(String, "pdfUnsignedUrl") |
|
216 | + */ |
|
217 | + private $pdfUnsignedUrl; |
|
218 | + |
|
219 | + /** |
|
220 | + * @JsonProperty(String, "relatedCode") |
|
221 | + */ |
|
222 | + private $relatedCode; |
|
223 | + |
|
224 | + /** |
|
225 | + * @JsonProperty(String, "remark") |
|
226 | + */ |
|
227 | + private $remark; |
|
228 | + |
|
229 | + /** |
|
230 | + * @JsonProperty(String, "reviewer") |
|
231 | + */ |
|
232 | + private $reviewer; |
|
233 | + |
|
234 | + /** |
|
235 | + * @JsonProperty(String, "status") |
|
236 | + */ |
|
237 | + private $status; |
|
238 | + |
|
239 | + /** |
|
240 | + * @JsonProperty(String, "taxAmount") |
|
241 | + */ |
|
242 | + private $taxAmount; |
|
243 | + |
|
244 | + /** |
|
245 | + * @JsonProperty(String, "taxDeviceNo") |
|
246 | + */ |
|
247 | + private $taxDeviceNo; |
|
248 | + |
|
249 | + /** |
|
250 | + * @JsonProperty(String, "taxpayerAddress") |
|
251 | + */ |
|
252 | + private $taxpayerAddress; |
|
253 | + |
|
254 | + /** |
|
255 | + * @JsonProperty(String, "taxpayerBankAccount") |
|
256 | + */ |
|
257 | + private $taxpayerBankAccount; |
|
258 | + |
|
259 | + /** |
|
260 | + * @JsonProperty(String, "taxpayerBankName") |
|
261 | + */ |
|
262 | + private $taxpayerBankName; |
|
263 | + |
|
264 | + /** |
|
265 | + * @JsonProperty(String, "taxpayerCode") |
|
266 | + */ |
|
267 | + private $taxpayerCode; |
|
268 | + |
|
269 | + /** |
|
270 | + * @JsonProperty(String, "taxpayerName") |
|
271 | + */ |
|
272 | + private $taxpayerName; |
|
273 | + |
|
274 | + /** |
|
275 | + * @JsonProperty(String, "taxpayerTel") |
|
276 | + */ |
|
277 | + private $taxpayerTel; |
|
278 | + |
|
279 | + /** |
|
280 | + * @JsonProperty(String, "totalAmount") |
|
281 | + */ |
|
282 | + private $totalAmount; |
|
283 | + |
|
284 | + /** |
|
285 | + * @JsonProperty(String, "validReason") |
|
286 | + */ |
|
287 | + private $validReason; |
|
288 | + |
|
289 | + /** |
|
290 | + * @JsonProperty(String, "validTime") |
|
291 | + */ |
|
292 | + private $validTime; |
|
293 | + |
|
294 | + /** |
|
295 | + * @JsonProperty(String, "viewUrl") |
|
296 | + */ |
|
297 | + private $viewUrl; |
|
298 | + |
|
299 | + /** |
|
300 | + * @JsonProperty(String, "cipherText") |
|
301 | + */ |
|
302 | + private $cipherText; |
|
303 | + |
|
304 | + /** |
|
305 | + * @JsonProperty(String, "qrCode") |
|
306 | + */ |
|
307 | + private $qrCode; |
|
308 | + |
|
309 | + public function setCheckCode($checkCode) |
|
310 | + { |
|
311 | + $this->checkCode = $checkCode; |
|
312 | + } |
|
313 | + |
|
314 | + public function setCode($code) |
|
315 | + { |
|
316 | + $this->code = $code; |
|
317 | + } |
|
318 | + |
|
319 | + public function setCustomerAddress($customerAddress) |
|
320 | + { |
|
321 | + $this->customerAddress = $customerAddress; |
|
322 | + } |
|
323 | + |
|
324 | + public function setCustomerBankAccount($customerBankAccount) |
|
325 | + { |
|
326 | + $this->customerBankAccount = $customerBankAccount; |
|
327 | + } |
|
328 | + |
|
329 | + public function setCustomerBankName($customerBankName) |
|
330 | + { |
|
331 | + $this->customerBankName = $customerBankName; |
|
332 | + } |
|
333 | + |
|
334 | + public function setCustomerCode($customerCode) |
|
335 | + { |
|
336 | + $this->customerCode = $customerCode; |
|
337 | + } |
|
338 | + |
|
339 | + public function setCustomerName($customerName) |
|
340 | + { |
|
341 | + $this->customerName = $customerName; |
|
342 | + } |
|
343 | + |
|
344 | + public function setCustomerTel($customerTel) |
|
345 | + { |
|
346 | + $this->customerTel = $customerTel; |
|
347 | + } |
|
348 | + |
|
349 | + public function setDrawer($drawer) |
|
350 | + { |
|
351 | + $this->drawer = $drawer; |
|
352 | + } |
|
353 | + |
|
354 | + public function setFiscalCode($fiscalCode) |
|
355 | + { |
|
356 | + $this->fiscalCode = $fiscalCode; |
|
357 | + } |
|
358 | + |
|
359 | + public function setGenerateTime($generateTime) |
|
360 | + { |
|
361 | + $this->generateTime = $generateTime; |
|
362 | + } |
|
363 | + |
|
364 | + public function setInvPdf($invPdf) |
|
365 | + { |
|
366 | + $this->invPdf = $invPdf; |
|
367 | + } |
|
368 | + |
|
369 | + public function setItems($items) |
|
370 | + { |
|
371 | + $this->items = $items; |
|
372 | + } |
|
373 | + |
|
374 | + public function setNoTaxAmount($noTaxAmount) |
|
375 | + { |
|
376 | + $this->noTaxAmount = $noTaxAmount; |
|
377 | + } |
|
378 | + |
|
379 | + public function setOrderNo($orderNo) |
|
380 | + { |
|
381 | + $this->orderNo = $orderNo; |
|
382 | + } |
|
383 | + |
|
384 | + public function setPayee($payee) |
|
385 | + { |
|
386 | + $this->payee = $payee; |
|
387 | + } |
|
388 | + |
|
389 | + public function setPdfUnsignedUrl($pdfUnsignedUrl) |
|
390 | + { |
|
391 | + $this->pdfUnsignedUrl = $pdfUnsignedUrl; |
|
392 | + } |
|
393 | + |
|
394 | + public function setRelatedCode($relatedCode) |
|
395 | + { |
|
396 | + $this->relatedCode = $relatedCode; |
|
397 | + } |
|
398 | + |
|
399 | + public function setRemark($remark) |
|
400 | + { |
|
401 | + $this->remark = $remark; |
|
402 | + } |
|
403 | + |
|
404 | + public function setReviewer($reviewer) |
|
405 | + { |
|
406 | + $this->reviewer = $reviewer; |
|
407 | + } |
|
408 | + |
|
409 | + public function setStatus($status) |
|
410 | + { |
|
411 | + $this->status = $status; |
|
412 | + } |
|
413 | + |
|
414 | + public function setTaxAmount($taxAmount) |
|
415 | + { |
|
416 | + $this->taxAmount = $taxAmount; |
|
417 | + } |
|
418 | + |
|
419 | + public function setTaxDeviceNo($taxDeviceNo) |
|
420 | + { |
|
421 | + $this->taxDeviceNo = $taxDeviceNo; |
|
422 | + } |
|
423 | + |
|
424 | + public function setTaxpayerAddress($taxpayerAddress) |
|
425 | + { |
|
426 | + $this->taxpayerAddress = $taxpayerAddress; |
|
427 | + } |
|
428 | + |
|
429 | + public function setTaxpayerBankAccount($taxpayerBankAccount) |
|
430 | + { |
|
431 | + $this->taxpayerBankAccount = $taxpayerBankAccount; |
|
432 | + } |
|
433 | + |
|
434 | + public function setTaxpayerBankName($taxpayerBankName) |
|
435 | + { |
|
436 | + $this->taxpayerBankName = $taxpayerBankName; |
|
437 | + } |
|
438 | + |
|
439 | + public function setTaxpayerCode($taxpayerCode) |
|
440 | + { |
|
441 | + $this->taxpayerCode = $taxpayerCode; |
|
442 | + } |
|
443 | + |
|
444 | + public function setTaxpayerName($taxpayerName) |
|
445 | + { |
|
446 | + $this->taxpayerName = $taxpayerName; |
|
447 | + } |
|
448 | + |
|
449 | + public function setTaxpayerTel($taxpayerTel) |
|
450 | + { |
|
451 | + $this->taxpayerTel = $taxpayerTel; |
|
452 | + } |
|
453 | + |
|
454 | + public function setTotalAmount($totalAmount) |
|
455 | + { |
|
456 | + $this->totalAmount = $totalAmount; |
|
457 | + } |
|
458 | + |
|
459 | + public function setValidReason($validReason) |
|
460 | + { |
|
461 | + $this->validReason = $validReason; |
|
462 | + } |
|
463 | + |
|
464 | + public function setValidTime($validTime) |
|
465 | + { |
|
466 | + $this->validTime = $validTime; |
|
467 | + } |
|
468 | + |
|
469 | + public function setViewUrl($viewUrl) |
|
470 | + { |
|
471 | + $this->viewUrl = $viewUrl; |
|
472 | + } |
|
473 | + |
|
474 | + public function setCipherText($cipherText) |
|
475 | + { |
|
476 | + $this->cipherText = $cipherText; |
|
477 | + } |
|
478 | + |
|
479 | + public function setQrCode($qrCode) |
|
480 | + { |
|
481 | + $this->qrCode = $qrCode; |
|
482 | + } |
|
483 | 483 | |
484 | 484 | } |
485 | 485 | |
486 | 486 | class PddEinvoiceIssueInvoiceResultCallbackRuihongRequest_DataInvoiceItemsItem extends PopBaseJsonEntity |
487 | 487 | { |
488 | 488 | |
489 | - public function __construct() |
|
490 | - { |
|
491 | - |
|
492 | - } |
|
493 | - |
|
494 | - /** |
|
495 | - * @JsonProperty(String, "addedValueTaxFlg") |
|
496 | - */ |
|
497 | - private $addedValueTaxFlg; |
|
498 | - |
|
499 | - /** |
|
500 | - * @JsonProperty(String, "amount") |
|
501 | - */ |
|
502 | - private $amount; |
|
503 | - |
|
504 | - /** |
|
505 | - * @JsonProperty(String, "catalogCode") |
|
506 | - */ |
|
507 | - private $catalogCode; |
|
508 | - |
|
509 | - /** |
|
510 | - * @JsonProperty(String, "code") |
|
511 | - */ |
|
512 | - private $code; |
|
513 | - |
|
514 | - /** |
|
515 | - * @JsonProperty(String, "name") |
|
516 | - */ |
|
517 | - private $name; |
|
518 | - |
|
519 | - /** |
|
520 | - * @JsonProperty(String, "noTaxAmount") |
|
521 | - */ |
|
522 | - private $noTaxAmount; |
|
523 | - |
|
524 | - /** |
|
525 | - * @JsonProperty(String, "preferentialPolicyFlg") |
|
526 | - */ |
|
527 | - private $preferentialPolicyFlg; |
|
528 | - |
|
529 | - /** |
|
530 | - * @JsonProperty(String, "price") |
|
531 | - */ |
|
532 | - private $price; |
|
533 | - |
|
534 | - /** |
|
535 | - * @JsonProperty(String, "quantity") |
|
536 | - */ |
|
537 | - private $quantity; |
|
538 | - |
|
539 | - /** |
|
540 | - * @JsonProperty(String, "spec") |
|
541 | - */ |
|
542 | - private $spec; |
|
543 | - |
|
544 | - /** |
|
545 | - * @JsonProperty(String, "taxAmount") |
|
546 | - */ |
|
547 | - private $taxAmount; |
|
548 | - |
|
549 | - /** |
|
550 | - * @JsonProperty(String, "taxRate") |
|
551 | - */ |
|
552 | - private $taxRate; |
|
553 | - |
|
554 | - /** |
|
555 | - * @JsonProperty(String, "type") |
|
556 | - */ |
|
557 | - private $type; |
|
558 | - |
|
559 | - /** |
|
560 | - * @JsonProperty(String, "uom") |
|
561 | - */ |
|
562 | - private $uom; |
|
563 | - |
|
564 | - /** |
|
565 | - * @JsonProperty(String, "zeroTaxRateFlg") |
|
566 | - */ |
|
567 | - private $zeroTaxRateFlg; |
|
568 | - |
|
569 | - public function setAddedValueTaxFlg($addedValueTaxFlg) |
|
570 | - { |
|
571 | - $this->addedValueTaxFlg = $addedValueTaxFlg; |
|
572 | - } |
|
573 | - |
|
574 | - public function setAmount($amount) |
|
575 | - { |
|
576 | - $this->amount = $amount; |
|
577 | - } |
|
578 | - |
|
579 | - public function setCatalogCode($catalogCode) |
|
580 | - { |
|
581 | - $this->catalogCode = $catalogCode; |
|
582 | - } |
|
583 | - |
|
584 | - public function setCode($code) |
|
585 | - { |
|
586 | - $this->code = $code; |
|
587 | - } |
|
588 | - |
|
589 | - public function setName($name) |
|
590 | - { |
|
591 | - $this->name = $name; |
|
592 | - } |
|
593 | - |
|
594 | - public function setNoTaxAmount($noTaxAmount) |
|
595 | - { |
|
596 | - $this->noTaxAmount = $noTaxAmount; |
|
597 | - } |
|
598 | - |
|
599 | - public function setPreferentialPolicyFlg($preferentialPolicyFlg) |
|
600 | - { |
|
601 | - $this->preferentialPolicyFlg = $preferentialPolicyFlg; |
|
602 | - } |
|
603 | - |
|
604 | - public function setPrice($price) |
|
605 | - { |
|
606 | - $this->price = $price; |
|
607 | - } |
|
608 | - |
|
609 | - public function setQuantity($quantity) |
|
610 | - { |
|
611 | - $this->quantity = $quantity; |
|
612 | - } |
|
613 | - |
|
614 | - public function setSpec($spec) |
|
615 | - { |
|
616 | - $this->spec = $spec; |
|
617 | - } |
|
618 | - |
|
619 | - public function setTaxAmount($taxAmount) |
|
620 | - { |
|
621 | - $this->taxAmount = $taxAmount; |
|
622 | - } |
|
623 | - |
|
624 | - public function setTaxRate($taxRate) |
|
625 | - { |
|
626 | - $this->taxRate = $taxRate; |
|
627 | - } |
|
628 | - |
|
629 | - public function setType($type) |
|
630 | - { |
|
631 | - $this->type = $type; |
|
632 | - } |
|
633 | - |
|
634 | - public function setUom($uom) |
|
635 | - { |
|
636 | - $this->uom = $uom; |
|
637 | - } |
|
638 | - |
|
639 | - public function setZeroTaxRateFlg($zeroTaxRateFlg) |
|
640 | - { |
|
641 | - $this->zeroTaxRateFlg = $zeroTaxRateFlg; |
|
642 | - } |
|
489 | + public function __construct() |
|
490 | + { |
|
491 | + |
|
492 | + } |
|
493 | + |
|
494 | + /** |
|
495 | + * @JsonProperty(String, "addedValueTaxFlg") |
|
496 | + */ |
|
497 | + private $addedValueTaxFlg; |
|
498 | + |
|
499 | + /** |
|
500 | + * @JsonProperty(String, "amount") |
|
501 | + */ |
|
502 | + private $amount; |
|
503 | + |
|
504 | + /** |
|
505 | + * @JsonProperty(String, "catalogCode") |
|
506 | + */ |
|
507 | + private $catalogCode; |
|
508 | + |
|
509 | + /** |
|
510 | + * @JsonProperty(String, "code") |
|
511 | + */ |
|
512 | + private $code; |
|
513 | + |
|
514 | + /** |
|
515 | + * @JsonProperty(String, "name") |
|
516 | + */ |
|
517 | + private $name; |
|
518 | + |
|
519 | + /** |
|
520 | + * @JsonProperty(String, "noTaxAmount") |
|
521 | + */ |
|
522 | + private $noTaxAmount; |
|
523 | + |
|
524 | + /** |
|
525 | + * @JsonProperty(String, "preferentialPolicyFlg") |
|
526 | + */ |
|
527 | + private $preferentialPolicyFlg; |
|
528 | + |
|
529 | + /** |
|
530 | + * @JsonProperty(String, "price") |
|
531 | + */ |
|
532 | + private $price; |
|
533 | + |
|
534 | + /** |
|
535 | + * @JsonProperty(String, "quantity") |
|
536 | + */ |
|
537 | + private $quantity; |
|
538 | + |
|
539 | + /** |
|
540 | + * @JsonProperty(String, "spec") |
|
541 | + */ |
|
542 | + private $spec; |
|
543 | + |
|
544 | + /** |
|
545 | + * @JsonProperty(String, "taxAmount") |
|
546 | + */ |
|
547 | + private $taxAmount; |
|
548 | + |
|
549 | + /** |
|
550 | + * @JsonProperty(String, "taxRate") |
|
551 | + */ |
|
552 | + private $taxRate; |
|
553 | + |
|
554 | + /** |
|
555 | + * @JsonProperty(String, "type") |
|
556 | + */ |
|
557 | + private $type; |
|
558 | + |
|
559 | + /** |
|
560 | + * @JsonProperty(String, "uom") |
|
561 | + */ |
|
562 | + private $uom; |
|
563 | + |
|
564 | + /** |
|
565 | + * @JsonProperty(String, "zeroTaxRateFlg") |
|
566 | + */ |
|
567 | + private $zeroTaxRateFlg; |
|
568 | + |
|
569 | + public function setAddedValueTaxFlg($addedValueTaxFlg) |
|
570 | + { |
|
571 | + $this->addedValueTaxFlg = $addedValueTaxFlg; |
|
572 | + } |
|
573 | + |
|
574 | + public function setAmount($amount) |
|
575 | + { |
|
576 | + $this->amount = $amount; |
|
577 | + } |
|
578 | + |
|
579 | + public function setCatalogCode($catalogCode) |
|
580 | + { |
|
581 | + $this->catalogCode = $catalogCode; |
|
582 | + } |
|
583 | + |
|
584 | + public function setCode($code) |
|
585 | + { |
|
586 | + $this->code = $code; |
|
587 | + } |
|
588 | + |
|
589 | + public function setName($name) |
|
590 | + { |
|
591 | + $this->name = $name; |
|
592 | + } |
|
593 | + |
|
594 | + public function setNoTaxAmount($noTaxAmount) |
|
595 | + { |
|
596 | + $this->noTaxAmount = $noTaxAmount; |
|
597 | + } |
|
598 | + |
|
599 | + public function setPreferentialPolicyFlg($preferentialPolicyFlg) |
|
600 | + { |
|
601 | + $this->preferentialPolicyFlg = $preferentialPolicyFlg; |
|
602 | + } |
|
603 | + |
|
604 | + public function setPrice($price) |
|
605 | + { |
|
606 | + $this->price = $price; |
|
607 | + } |
|
608 | + |
|
609 | + public function setQuantity($quantity) |
|
610 | + { |
|
611 | + $this->quantity = $quantity; |
|
612 | + } |
|
613 | + |
|
614 | + public function setSpec($spec) |
|
615 | + { |
|
616 | + $this->spec = $spec; |
|
617 | + } |
|
618 | + |
|
619 | + public function setTaxAmount($taxAmount) |
|
620 | + { |
|
621 | + $this->taxAmount = $taxAmount; |
|
622 | + } |
|
623 | + |
|
624 | + public function setTaxRate($taxRate) |
|
625 | + { |
|
626 | + $this->taxRate = $taxRate; |
|
627 | + } |
|
628 | + |
|
629 | + public function setType($type) |
|
630 | + { |
|
631 | + $this->type = $type; |
|
632 | + } |
|
633 | + |
|
634 | + public function setUom($uom) |
|
635 | + { |
|
636 | + $this->uom = $uom; |
|
637 | + } |
|
638 | + |
|
639 | + public function setZeroTaxRateFlg($zeroTaxRateFlg) |
|
640 | + { |
|
641 | + $this->zeroTaxRateFlg = $zeroTaxRateFlg; |
|
642 | + } |
|
643 | 643 | |
644 | 644 | } |
@@ -7,118 +7,118 @@ |
||
7 | 7 | class PddEinvoiceMallRegisterResultRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
10 | + { |
|
11 | 11 | |
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceMallRegisterResultRequest_Data, "data") |
|
15 | - */ |
|
16 | - private $data; |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(\Com\Pdd\Pop\Sdk\Api\Request\PddEinvoiceMallRegisterResultRequest_Data, "data") |
|
15 | + */ |
|
16 | + private $data; |
|
17 | 17 | |
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "data", $this->data); |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "data", $this->data); |
|
21 | 21 | |
22 | - } |
|
22 | + } |
|
23 | 23 | |
24 | - public function getVersion() |
|
25 | - { |
|
26 | - return "V1"; |
|
27 | - } |
|
24 | + public function getVersion() |
|
25 | + { |
|
26 | + return "V1"; |
|
27 | + } |
|
28 | 28 | |
29 | - public function getDataType() |
|
30 | - { |
|
31 | - return "JSON"; |
|
32 | - } |
|
29 | + public function getDataType() |
|
30 | + { |
|
31 | + return "JSON"; |
|
32 | + } |
|
33 | 33 | |
34 | - public function getType() |
|
35 | - { |
|
36 | - return "pdd.einvoice.mall.register.result"; |
|
37 | - } |
|
34 | + public function getType() |
|
35 | + { |
|
36 | + return "pdd.einvoice.mall.register.result"; |
|
37 | + } |
|
38 | 38 | |
39 | - public function setData($data) |
|
40 | - { |
|
41 | - $this->data = $data; |
|
42 | - } |
|
39 | + public function setData($data) |
|
40 | + { |
|
41 | + $this->data = $data; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
45 | 45 | |
46 | 46 | class PddEinvoiceMallRegisterResultRequest_Data extends PopBaseJsonEntity |
47 | 47 | { |
48 | 48 | |
49 | - public function __construct() |
|
50 | - { |
|
51 | - |
|
52 | - } |
|
53 | - |
|
54 | - /** |
|
55 | - * @JsonProperty(String, "einvoiceApiVersion") |
|
56 | - */ |
|
57 | - private $einvoiceApiVersion; |
|
58 | - |
|
59 | - /** |
|
60 | - * @JsonProperty(String, "eventSerialNo") |
|
61 | - */ |
|
62 | - private $eventSerialNo; |
|
63 | - |
|
64 | - /** |
|
65 | - * @JsonProperty(String, "mallId") |
|
66 | - */ |
|
67 | - private $mallId; |
|
68 | - |
|
69 | - /** |
|
70 | - * @JsonProperty(String, "refuseReason") |
|
71 | - */ |
|
72 | - private $refuseReason; |
|
73 | - |
|
74 | - /** |
|
75 | - * @JsonProperty(String, "registerId") |
|
76 | - */ |
|
77 | - private $registerId; |
|
78 | - |
|
79 | - /** |
|
80 | - * @JsonProperty(Integer, "registerStatus") |
|
81 | - */ |
|
82 | - private $registerStatus; |
|
83 | - |
|
84 | - /** |
|
85 | - * @JsonProperty(String, "taxNo") |
|
86 | - */ |
|
87 | - private $taxNo; |
|
88 | - |
|
89 | - public function setEinvoiceApiVersion($einvoiceApiVersion) |
|
90 | - { |
|
91 | - $this->einvoiceApiVersion = $einvoiceApiVersion; |
|
92 | - } |
|
93 | - |
|
94 | - public function setEventSerialNo($eventSerialNo) |
|
95 | - { |
|
96 | - $this->eventSerialNo = $eventSerialNo; |
|
97 | - } |
|
98 | - |
|
99 | - public function setMallId($mallId) |
|
100 | - { |
|
101 | - $this->mallId = $mallId; |
|
102 | - } |
|
103 | - |
|
104 | - public function setRefuseReason($refuseReason) |
|
105 | - { |
|
106 | - $this->refuseReason = $refuseReason; |
|
107 | - } |
|
108 | - |
|
109 | - public function setRegisterId($registerId) |
|
110 | - { |
|
111 | - $this->registerId = $registerId; |
|
112 | - } |
|
113 | - |
|
114 | - public function setRegisterStatus($registerStatus) |
|
115 | - { |
|
116 | - $this->registerStatus = $registerStatus; |
|
117 | - } |
|
118 | - |
|
119 | - public function setTaxNo($taxNo) |
|
120 | - { |
|
121 | - $this->taxNo = $taxNo; |
|
122 | - } |
|
49 | + public function __construct() |
|
50 | + { |
|
51 | + |
|
52 | + } |
|
53 | + |
|
54 | + /** |
|
55 | + * @JsonProperty(String, "einvoiceApiVersion") |
|
56 | + */ |
|
57 | + private $einvoiceApiVersion; |
|
58 | + |
|
59 | + /** |
|
60 | + * @JsonProperty(String, "eventSerialNo") |
|
61 | + */ |
|
62 | + private $eventSerialNo; |
|
63 | + |
|
64 | + /** |
|
65 | + * @JsonProperty(String, "mallId") |
|
66 | + */ |
|
67 | + private $mallId; |
|
68 | + |
|
69 | + /** |
|
70 | + * @JsonProperty(String, "refuseReason") |
|
71 | + */ |
|
72 | + private $refuseReason; |
|
73 | + |
|
74 | + /** |
|
75 | + * @JsonProperty(String, "registerId") |
|
76 | + */ |
|
77 | + private $registerId; |
|
78 | + |
|
79 | + /** |
|
80 | + * @JsonProperty(Integer, "registerStatus") |
|
81 | + */ |
|
82 | + private $registerStatus; |
|
83 | + |
|
84 | + /** |
|
85 | + * @JsonProperty(String, "taxNo") |
|
86 | + */ |
|
87 | + private $taxNo; |
|
88 | + |
|
89 | + public function setEinvoiceApiVersion($einvoiceApiVersion) |
|
90 | + { |
|
91 | + $this->einvoiceApiVersion = $einvoiceApiVersion; |
|
92 | + } |
|
93 | + |
|
94 | + public function setEventSerialNo($eventSerialNo) |
|
95 | + { |
|
96 | + $this->eventSerialNo = $eventSerialNo; |
|
97 | + } |
|
98 | + |
|
99 | + public function setMallId($mallId) |
|
100 | + { |
|
101 | + $this->mallId = $mallId; |
|
102 | + } |
|
103 | + |
|
104 | + public function setRefuseReason($refuseReason) |
|
105 | + { |
|
106 | + $this->refuseReason = $refuseReason; |
|
107 | + } |
|
108 | + |
|
109 | + public function setRegisterId($registerId) |
|
110 | + { |
|
111 | + $this->registerId = $registerId; |
|
112 | + } |
|
113 | + |
|
114 | + public function setRegisterStatus($registerStatus) |
|
115 | + { |
|
116 | + $this->registerStatus = $registerStatus; |
|
117 | + } |
|
118 | + |
|
119 | + public function setTaxNo($taxNo) |
|
120 | + { |
|
121 | + $this->taxNo = $taxNo; |
|
122 | + } |
|
123 | 123 | |
124 | 124 | } |
@@ -7,71 +7,71 @@ |
||
7 | 7 | class PddDdkGoodsPidQueryRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Integer, "page") |
|
15 | - */ |
|
16 | - private $page; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Integer, "page_size") |
|
20 | - */ |
|
21 | - private $pageSize; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(List<String>, "pid_list") |
|
25 | - */ |
|
26 | - private $pidList; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(Integer, "status") |
|
30 | - */ |
|
31 | - private $status; |
|
32 | - |
|
33 | - protected function setUserParams(&$params) |
|
34 | - { |
|
35 | - $this->setUserParam($params, "page", $this->page); |
|
36 | - $this->setUserParam($params, "page_size", $this->pageSize); |
|
37 | - $this->setUserParam($params, "pid_list", $this->pidList); |
|
38 | - $this->setUserParam($params, "status", $this->status); |
|
39 | - |
|
40 | - } |
|
41 | - |
|
42 | - public function getVersion() |
|
43 | - { |
|
44 | - return "V1"; |
|
45 | - } |
|
46 | - |
|
47 | - public function getDataType() |
|
48 | - { |
|
49 | - return "JSON"; |
|
50 | - } |
|
51 | - |
|
52 | - public function getType() |
|
53 | - { |
|
54 | - return "pdd.ddk.goods.pid.query"; |
|
55 | - } |
|
56 | - |
|
57 | - public function setPage($page) |
|
58 | - { |
|
59 | - $this->page = $page; |
|
60 | - } |
|
61 | - |
|
62 | - public function setPageSize($pageSize) |
|
63 | - { |
|
64 | - $this->pageSize = $pageSize; |
|
65 | - } |
|
66 | - |
|
67 | - public function setPidList($pidList) |
|
68 | - { |
|
69 | - $this->pidList = $pidList; |
|
70 | - } |
|
71 | - |
|
72 | - public function setStatus($status) |
|
73 | - { |
|
74 | - $this->status = $status; |
|
75 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Integer, "page") |
|
15 | + */ |
|
16 | + private $page; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Integer, "page_size") |
|
20 | + */ |
|
21 | + private $pageSize; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(List<String>, "pid_list") |
|
25 | + */ |
|
26 | + private $pidList; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(Integer, "status") |
|
30 | + */ |
|
31 | + private $status; |
|
32 | + |
|
33 | + protected function setUserParams(&$params) |
|
34 | + { |
|
35 | + $this->setUserParam($params, "page", $this->page); |
|
36 | + $this->setUserParam($params, "page_size", $this->pageSize); |
|
37 | + $this->setUserParam($params, "pid_list", $this->pidList); |
|
38 | + $this->setUserParam($params, "status", $this->status); |
|
39 | + |
|
40 | + } |
|
41 | + |
|
42 | + public function getVersion() |
|
43 | + { |
|
44 | + return "V1"; |
|
45 | + } |
|
46 | + |
|
47 | + public function getDataType() |
|
48 | + { |
|
49 | + return "JSON"; |
|
50 | + } |
|
51 | + |
|
52 | + public function getType() |
|
53 | + { |
|
54 | + return "pdd.ddk.goods.pid.query"; |
|
55 | + } |
|
56 | + |
|
57 | + public function setPage($page) |
|
58 | + { |
|
59 | + $this->page = $page; |
|
60 | + } |
|
61 | + |
|
62 | + public function setPageSize($pageSize) |
|
63 | + { |
|
64 | + $this->pageSize = $pageSize; |
|
65 | + } |
|
66 | + |
|
67 | + public function setPidList($pidList) |
|
68 | + { |
|
69 | + $this->pidList = $pidList; |
|
70 | + } |
|
71 | + |
|
72 | + public function setStatus($status) |
|
73 | + { |
|
74 | + $this->status = $status; |
|
75 | + } |
|
76 | 76 | |
77 | 77 | } |
@@ -7,27 +7,27 @@ |
||
7 | 7 | class PddLogisticsAddressGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
10 | + { |
|
11 | 11 | |
12 | - } |
|
13 | - protected function setUserParams(&$params) |
|
14 | - { |
|
12 | + } |
|
13 | + protected function setUserParams(&$params) |
|
14 | + { |
|
15 | 15 | |
16 | - } |
|
16 | + } |
|
17 | 17 | |
18 | - public function getVersion() |
|
19 | - { |
|
20 | - return "V1"; |
|
21 | - } |
|
18 | + public function getVersion() |
|
19 | + { |
|
20 | + return "V1"; |
|
21 | + } |
|
22 | 22 | |
23 | - public function getDataType() |
|
24 | - { |
|
25 | - return "JSON"; |
|
26 | - } |
|
23 | + public function getDataType() |
|
24 | + { |
|
25 | + return "JSON"; |
|
26 | + } |
|
27 | 27 | |
28 | - public function getType() |
|
29 | - { |
|
30 | - return "pdd.logistics.address.get"; |
|
31 | - } |
|
28 | + public function getType() |
|
29 | + { |
|
30 | + return "pdd.logistics.address.get"; |
|
31 | + } |
|
32 | 32 | |
33 | 33 | } |
@@ -7,38 +7,38 @@ |
||
7 | 7 | class PddGoodsCommitStatusGetRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(List<Long>, "goods_commit_id_list") |
|
15 | - */ |
|
16 | - private $goodsCommitIdList; |
|
17 | - |
|
18 | - protected function setUserParams(&$params) |
|
19 | - { |
|
20 | - $this->setUserParam($params, "goods_commit_id_list", $this->goodsCommitIdList); |
|
21 | - |
|
22 | - } |
|
23 | - |
|
24 | - public function getVersion() |
|
25 | - { |
|
26 | - return "V1"; |
|
27 | - } |
|
28 | - |
|
29 | - public function getDataType() |
|
30 | - { |
|
31 | - return "JSON"; |
|
32 | - } |
|
33 | - |
|
34 | - public function getType() |
|
35 | - { |
|
36 | - return "pdd.goods.commit.status.get"; |
|
37 | - } |
|
38 | - |
|
39 | - public function setGoodsCommitIdList($goodsCommitIdList) |
|
40 | - { |
|
41 | - $this->goodsCommitIdList = $goodsCommitIdList; |
|
42 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(List<Long>, "goods_commit_id_list") |
|
15 | + */ |
|
16 | + private $goodsCommitIdList; |
|
17 | + |
|
18 | + protected function setUserParams(&$params) |
|
19 | + { |
|
20 | + $this->setUserParam($params, "goods_commit_id_list", $this->goodsCommitIdList); |
|
21 | + |
|
22 | + } |
|
23 | + |
|
24 | + public function getVersion() |
|
25 | + { |
|
26 | + return "V1"; |
|
27 | + } |
|
28 | + |
|
29 | + public function getDataType() |
|
30 | + { |
|
31 | + return "JSON"; |
|
32 | + } |
|
33 | + |
|
34 | + public function getType() |
|
35 | + { |
|
36 | + return "pdd.goods.commit.status.get"; |
|
37 | + } |
|
38 | + |
|
39 | + public function setGoodsCommitIdList($goodsCommitIdList) |
|
40 | + { |
|
41 | + $this->goodsCommitIdList = $goodsCommitIdList; |
|
42 | + } |
|
43 | 43 | |
44 | 44 | } |
@@ -7,60 +7,60 @@ |
||
7 | 7 | class PddAdApiPlanUpdateDataOperateStatusRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
10 | + { |
|
11 | 11 | |
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Integer, "dataOperateStatus") |
|
15 | - */ |
|
16 | - private $dataOperateStatus; |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Integer, "dataOperateStatus") |
|
15 | + */ |
|
16 | + private $dataOperateStatus; |
|
17 | 17 | |
18 | - /** |
|
19 | - * @JsonProperty(List<Long>, "planIds") |
|
20 | - */ |
|
21 | - private $planIds; |
|
18 | + /** |
|
19 | + * @JsonProperty(List<Long>, "planIds") |
|
20 | + */ |
|
21 | + private $planIds; |
|
22 | 22 | |
23 | - /** |
|
24 | - * @JsonProperty(Integer, "scenesType") |
|
25 | - */ |
|
26 | - private $scenesType; |
|
23 | + /** |
|
24 | + * @JsonProperty(Integer, "scenesType") |
|
25 | + */ |
|
26 | + private $scenesType; |
|
27 | 27 | |
28 | - protected function setUserParams(&$params) |
|
29 | - { |
|
30 | - $this->setUserParam($params, "dataOperateStatus", $this->dataOperateStatus); |
|
31 | - $this->setUserParam($params, "planIds", $this->planIds); |
|
32 | - $this->setUserParam($params, "scenesType", $this->scenesType); |
|
28 | + protected function setUserParams(&$params) |
|
29 | + { |
|
30 | + $this->setUserParam($params, "dataOperateStatus", $this->dataOperateStatus); |
|
31 | + $this->setUserParam($params, "planIds", $this->planIds); |
|
32 | + $this->setUserParam($params, "scenesType", $this->scenesType); |
|
33 | 33 | |
34 | - } |
|
34 | + } |
|
35 | 35 | |
36 | - public function getVersion() |
|
37 | - { |
|
38 | - return "V1"; |
|
39 | - } |
|
36 | + public function getVersion() |
|
37 | + { |
|
38 | + return "V1"; |
|
39 | + } |
|
40 | 40 | |
41 | - public function getDataType() |
|
42 | - { |
|
43 | - return "JSON"; |
|
44 | - } |
|
41 | + public function getDataType() |
|
42 | + { |
|
43 | + return "JSON"; |
|
44 | + } |
|
45 | 45 | |
46 | - public function getType() |
|
47 | - { |
|
48 | - return "pdd.ad.api.plan.update.data.operate.status"; |
|
49 | - } |
|
46 | + public function getType() |
|
47 | + { |
|
48 | + return "pdd.ad.api.plan.update.data.operate.status"; |
|
49 | + } |
|
50 | 50 | |
51 | - public function setDataOperateStatus($dataOperateStatus) |
|
52 | - { |
|
53 | - $this->dataOperateStatus = $dataOperateStatus; |
|
54 | - } |
|
51 | + public function setDataOperateStatus($dataOperateStatus) |
|
52 | + { |
|
53 | + $this->dataOperateStatus = $dataOperateStatus; |
|
54 | + } |
|
55 | 55 | |
56 | - public function setPlanIds($planIds) |
|
57 | - { |
|
58 | - $this->planIds = $planIds; |
|
59 | - } |
|
56 | + public function setPlanIds($planIds) |
|
57 | + { |
|
58 | + $this->planIds = $planIds; |
|
59 | + } |
|
60 | 60 | |
61 | - public function setScenesType($scenesType) |
|
62 | - { |
|
63 | - $this->scenesType = $scenesType; |
|
64 | - } |
|
61 | + public function setScenesType($scenesType) |
|
62 | + { |
|
63 | + $this->scenesType = $scenesType; |
|
64 | + } |
|
65 | 65 | |
66 | 66 | } |
@@ -7,49 +7,49 @@ |
||
7 | 7 | class PddPngMallStaffBatchSycnRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(List<Long>, "staff_ids") |
|
15 | - */ |
|
16 | - private $staffIds; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Long, "to_mall_id") |
|
20 | - */ |
|
21 | - private $toMallId; |
|
22 | - |
|
23 | - protected function setUserParams(&$params) |
|
24 | - { |
|
25 | - $this->setUserParam($params, "staff_ids", $this->staffIds); |
|
26 | - $this->setUserParam($params, "to_mall_id", $this->toMallId); |
|
27 | - |
|
28 | - } |
|
29 | - |
|
30 | - public function getVersion() |
|
31 | - { |
|
32 | - return "V1"; |
|
33 | - } |
|
34 | - |
|
35 | - public function getDataType() |
|
36 | - { |
|
37 | - return "JSON"; |
|
38 | - } |
|
39 | - |
|
40 | - public function getType() |
|
41 | - { |
|
42 | - return "pdd.png.mall.staff.batch.sycn"; |
|
43 | - } |
|
44 | - |
|
45 | - public function setStaffIds($staffIds) |
|
46 | - { |
|
47 | - $this->staffIds = $staffIds; |
|
48 | - } |
|
49 | - |
|
50 | - public function setToMallId($toMallId) |
|
51 | - { |
|
52 | - $this->toMallId = $toMallId; |
|
53 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(List<Long>, "staff_ids") |
|
15 | + */ |
|
16 | + private $staffIds; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Long, "to_mall_id") |
|
20 | + */ |
|
21 | + private $toMallId; |
|
22 | + |
|
23 | + protected function setUserParams(&$params) |
|
24 | + { |
|
25 | + $this->setUserParam($params, "staff_ids", $this->staffIds); |
|
26 | + $this->setUserParam($params, "to_mall_id", $this->toMallId); |
|
27 | + |
|
28 | + } |
|
29 | + |
|
30 | + public function getVersion() |
|
31 | + { |
|
32 | + return "V1"; |
|
33 | + } |
|
34 | + |
|
35 | + public function getDataType() |
|
36 | + { |
|
37 | + return "JSON"; |
|
38 | + } |
|
39 | + |
|
40 | + public function getType() |
|
41 | + { |
|
42 | + return "pdd.png.mall.staff.batch.sycn"; |
|
43 | + } |
|
44 | + |
|
45 | + public function setStaffIds($staffIds) |
|
46 | + { |
|
47 | + $this->staffIds = $staffIds; |
|
48 | + } |
|
49 | + |
|
50 | + public function setToMallId($toMallId) |
|
51 | + { |
|
52 | + $this->toMallId = $toMallId; |
|
53 | + } |
|
54 | 54 | |
55 | 55 | } |
@@ -7,93 +7,93 @@ |
||
7 | 7 | class PddStockDepotPriorityListRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(Integer, "province_id") |
|
15 | - */ |
|
16 | - private $provinceId; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Integer, "city_id") |
|
20 | - */ |
|
21 | - private $cityId; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(Integer, "district_id") |
|
25 | - */ |
|
26 | - private $districtId; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(String, "depot_code") |
|
30 | - */ |
|
31 | - private $depotCode; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(Integer, "page_size") |
|
35 | - */ |
|
36 | - private $pageSize; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(Integer, "page_num") |
|
40 | - */ |
|
41 | - private $pageNum; |
|
42 | - |
|
43 | - protected function setUserParams(&$params) |
|
44 | - { |
|
45 | - $this->setUserParam($params, "province_id", $this->provinceId); |
|
46 | - $this->setUserParam($params, "city_id", $this->cityId); |
|
47 | - $this->setUserParam($params, "district_id", $this->districtId); |
|
48 | - $this->setUserParam($params, "depot_code", $this->depotCode); |
|
49 | - $this->setUserParam($params, "page_size", $this->pageSize); |
|
50 | - $this->setUserParam($params, "page_num", $this->pageNum); |
|
51 | - |
|
52 | - } |
|
53 | - |
|
54 | - public function getVersion() |
|
55 | - { |
|
56 | - return "V1"; |
|
57 | - } |
|
58 | - |
|
59 | - public function getDataType() |
|
60 | - { |
|
61 | - return "JSON"; |
|
62 | - } |
|
63 | - |
|
64 | - public function getType() |
|
65 | - { |
|
66 | - return "pdd.stock.depot.priority.list"; |
|
67 | - } |
|
68 | - |
|
69 | - public function setProvinceId($provinceId) |
|
70 | - { |
|
71 | - $this->provinceId = $provinceId; |
|
72 | - } |
|
73 | - |
|
74 | - public function setCityId($cityId) |
|
75 | - { |
|
76 | - $this->cityId = $cityId; |
|
77 | - } |
|
78 | - |
|
79 | - public function setDistrictId($districtId) |
|
80 | - { |
|
81 | - $this->districtId = $districtId; |
|
82 | - } |
|
83 | - |
|
84 | - public function setDepotCode($depotCode) |
|
85 | - { |
|
86 | - $this->depotCode = $depotCode; |
|
87 | - } |
|
88 | - |
|
89 | - public function setPageSize($pageSize) |
|
90 | - { |
|
91 | - $this->pageSize = $pageSize; |
|
92 | - } |
|
93 | - |
|
94 | - public function setPageNum($pageNum) |
|
95 | - { |
|
96 | - $this->pageNum = $pageNum; |
|
97 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(Integer, "province_id") |
|
15 | + */ |
|
16 | + private $provinceId; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Integer, "city_id") |
|
20 | + */ |
|
21 | + private $cityId; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(Integer, "district_id") |
|
25 | + */ |
|
26 | + private $districtId; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(String, "depot_code") |
|
30 | + */ |
|
31 | + private $depotCode; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(Integer, "page_size") |
|
35 | + */ |
|
36 | + private $pageSize; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(Integer, "page_num") |
|
40 | + */ |
|
41 | + private $pageNum; |
|
42 | + |
|
43 | + protected function setUserParams(&$params) |
|
44 | + { |
|
45 | + $this->setUserParam($params, "province_id", $this->provinceId); |
|
46 | + $this->setUserParam($params, "city_id", $this->cityId); |
|
47 | + $this->setUserParam($params, "district_id", $this->districtId); |
|
48 | + $this->setUserParam($params, "depot_code", $this->depotCode); |
|
49 | + $this->setUserParam($params, "page_size", $this->pageSize); |
|
50 | + $this->setUserParam($params, "page_num", $this->pageNum); |
|
51 | + |
|
52 | + } |
|
53 | + |
|
54 | + public function getVersion() |
|
55 | + { |
|
56 | + return "V1"; |
|
57 | + } |
|
58 | + |
|
59 | + public function getDataType() |
|
60 | + { |
|
61 | + return "JSON"; |
|
62 | + } |
|
63 | + |
|
64 | + public function getType() |
|
65 | + { |
|
66 | + return "pdd.stock.depot.priority.list"; |
|
67 | + } |
|
68 | + |
|
69 | + public function setProvinceId($provinceId) |
|
70 | + { |
|
71 | + $this->provinceId = $provinceId; |
|
72 | + } |
|
73 | + |
|
74 | + public function setCityId($cityId) |
|
75 | + { |
|
76 | + $this->cityId = $cityId; |
|
77 | + } |
|
78 | + |
|
79 | + public function setDistrictId($districtId) |
|
80 | + { |
|
81 | + $this->districtId = $districtId; |
|
82 | + } |
|
83 | + |
|
84 | + public function setDepotCode($depotCode) |
|
85 | + { |
|
86 | + $this->depotCode = $depotCode; |
|
87 | + } |
|
88 | + |
|
89 | + public function setPageSize($pageSize) |
|
90 | + { |
|
91 | + $this->pageSize = $pageSize; |
|
92 | + } |
|
93 | + |
|
94 | + public function setPageNum($pageNum) |
|
95 | + { |
|
96 | + $this->pageNum = $pageNum; |
|
97 | + } |
|
98 | 98 | |
99 | 99 | } |
@@ -7,93 +7,93 @@ |
||
7 | 7 | class PddCloudLogisticsOnlineSendRequest extends PopBaseHttpRequest |
8 | 8 | { |
9 | 9 | public function __construct() |
10 | - { |
|
11 | - |
|
12 | - } |
|
13 | - /** |
|
14 | - * @JsonProperty(String, "feature") |
|
15 | - */ |
|
16 | - private $feature; |
|
17 | - |
|
18 | - /** |
|
19 | - * @JsonProperty(Long, "logistics_id") |
|
20 | - */ |
|
21 | - private $logisticsId; |
|
22 | - |
|
23 | - /** |
|
24 | - * @JsonProperty(String, "order_sn") |
|
25 | - */ |
|
26 | - private $orderSn; |
|
27 | - |
|
28 | - /** |
|
29 | - * @JsonProperty(String, "refund_address_id") |
|
30 | - */ |
|
31 | - private $refundAddressId; |
|
32 | - |
|
33 | - /** |
|
34 | - * @JsonProperty(String, "tracking_number") |
|
35 | - */ |
|
36 | - private $trackingNumber; |
|
37 | - |
|
38 | - /** |
|
39 | - * @JsonProperty(String, "ext_token") |
|
40 | - */ |
|
41 | - private $extToken; |
|
42 | - |
|
43 | - protected function setUserParams(&$params) |
|
44 | - { |
|
45 | - $this->setUserParam($params, "feature", $this->feature); |
|
46 | - $this->setUserParam($params, "logistics_id", $this->logisticsId); |
|
47 | - $this->setUserParam($params, "order_sn", $this->orderSn); |
|
48 | - $this->setUserParam($params, "refund_address_id", $this->refundAddressId); |
|
49 | - $this->setUserParam($params, "tracking_number", $this->trackingNumber); |
|
50 | - $this->setUserParam($params, "ext_token", $this->extToken); |
|
51 | - |
|
52 | - } |
|
53 | - |
|
54 | - public function getVersion() |
|
55 | - { |
|
56 | - return "V1"; |
|
57 | - } |
|
58 | - |
|
59 | - public function getDataType() |
|
60 | - { |
|
61 | - return "JSON"; |
|
62 | - } |
|
63 | - |
|
64 | - public function getType() |
|
65 | - { |
|
66 | - return "pdd.cloud.logistics.online.send"; |
|
67 | - } |
|
68 | - |
|
69 | - public function setFeature($feature) |
|
70 | - { |
|
71 | - $this->feature = $feature; |
|
72 | - } |
|
73 | - |
|
74 | - public function setLogisticsId($logisticsId) |
|
75 | - { |
|
76 | - $this->logisticsId = $logisticsId; |
|
77 | - } |
|
78 | - |
|
79 | - public function setOrderSn($orderSn) |
|
80 | - { |
|
81 | - $this->orderSn = $orderSn; |
|
82 | - } |
|
83 | - |
|
84 | - public function setRefundAddressId($refundAddressId) |
|
85 | - { |
|
86 | - $this->refundAddressId = $refundAddressId; |
|
87 | - } |
|
88 | - |
|
89 | - public function setTrackingNumber($trackingNumber) |
|
90 | - { |
|
91 | - $this->trackingNumber = $trackingNumber; |
|
92 | - } |
|
93 | - |
|
94 | - public function setExtToken($extToken) |
|
95 | - { |
|
96 | - $this->extToken = $extToken; |
|
97 | - } |
|
10 | + { |
|
11 | + |
|
12 | + } |
|
13 | + /** |
|
14 | + * @JsonProperty(String, "feature") |
|
15 | + */ |
|
16 | + private $feature; |
|
17 | + |
|
18 | + /** |
|
19 | + * @JsonProperty(Long, "logistics_id") |
|
20 | + */ |
|
21 | + private $logisticsId; |
|
22 | + |
|
23 | + /** |
|
24 | + * @JsonProperty(String, "order_sn") |
|
25 | + */ |
|
26 | + private $orderSn; |
|
27 | + |
|
28 | + /** |
|
29 | + * @JsonProperty(String, "refund_address_id") |
|
30 | + */ |
|
31 | + private $refundAddressId; |
|
32 | + |
|
33 | + /** |
|
34 | + * @JsonProperty(String, "tracking_number") |
|
35 | + */ |
|
36 | + private $trackingNumber; |
|
37 | + |
|
38 | + /** |
|
39 | + * @JsonProperty(String, "ext_token") |
|
40 | + */ |
|
41 | + private $extToken; |
|
42 | + |
|
43 | + protected function setUserParams(&$params) |
|
44 | + { |
|
45 | + $this->setUserParam($params, "feature", $this->feature); |
|
46 | + $this->setUserParam($params, "logistics_id", $this->logisticsId); |
|
47 | + $this->setUserParam($params, "order_sn", $this->orderSn); |
|
48 | + $this->setUserParam($params, "refund_address_id", $this->refundAddressId); |
|
49 | + $this->setUserParam($params, "tracking_number", $this->trackingNumber); |
|
50 | + $this->setUserParam($params, "ext_token", $this->extToken); |
|
51 | + |
|
52 | + } |
|
53 | + |
|
54 | + public function getVersion() |
|
55 | + { |
|
56 | + return "V1"; |
|
57 | + } |
|
58 | + |
|
59 | + public function getDataType() |
|
60 | + { |
|
61 | + return "JSON"; |
|
62 | + } |
|
63 | + |
|
64 | + public function getType() |
|
65 | + { |
|
66 | + return "pdd.cloud.logistics.online.send"; |
|
67 | + } |
|
68 | + |
|
69 | + public function setFeature($feature) |
|
70 | + { |
|
71 | + $this->feature = $feature; |
|
72 | + } |
|
73 | + |
|
74 | + public function setLogisticsId($logisticsId) |
|
75 | + { |
|
76 | + $this->logisticsId = $logisticsId; |
|
77 | + } |
|
78 | + |
|
79 | + public function setOrderSn($orderSn) |
|
80 | + { |
|
81 | + $this->orderSn = $orderSn; |
|
82 | + } |
|
83 | + |
|
84 | + public function setRefundAddressId($refundAddressId) |
|
85 | + { |
|
86 | + $this->refundAddressId = $refundAddressId; |
|
87 | + } |
|
88 | + |
|
89 | + public function setTrackingNumber($trackingNumber) |
|
90 | + { |
|
91 | + $this->trackingNumber = $trackingNumber; |
|
92 | + } |
|
93 | + |
|
94 | + public function setExtToken($extToken) |
|
95 | + { |
|
96 | + $this->extToken = $extToken; |
|
97 | + } |
|
98 | 98 | |
99 | 99 | } |