File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class Pickup extends Base
2727 'type ' => 'string ' ,
2828 'required ' => true ,
2929 'subobject ' => false ,
30- 'comment ' => 'Date Y-m-d ' ,
30+ 'comment ' => 'Pickup Type ' ,
3131 'maxLength ' => '10 ' ,
3232 ],
3333 'ReadyByTime ' => [
Original file line number Diff line number Diff line change @@ -46,5 +46,29 @@ class Requestor extends Base
4646 'subobject ' => false ,
4747 'comment ' => 'Company Name ' ,
4848 ],
49+ 'Address1 ' => [
50+ 'type ' => 'string ' ,
51+ 'required ' => false ,
52+ 'subobject ' => false ,
53+ 'comment ' => 'Company Name ' ,
54+ ],
55+ 'City ' => [
56+ 'type ' => 'string ' ,
57+ 'required ' => false ,
58+ 'subobject ' => false ,
59+ 'comment ' => 'Company Name ' ,
60+ ],
61+ 'CountryCode ' => [
62+ 'type ' => 'string ' ,
63+ 'required ' => false ,
64+ 'subobject ' => false ,
65+ 'comment ' => 'Company Name ' ,
66+ ],
67+ 'PostalCode ' => [
68+ 'type ' => 'string ' ,
69+ 'required ' => false ,
70+ 'subobject ' => false ,
71+ 'comment ' => 'Company Name ' ,
72+ ],
4973 ];
5074}
You can’t perform that action at this time.
0 commit comments