File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ public class Options : Resource
68
68
public string delivery_confirmation { get ; set ; }
69
69
[ JsonProperty ( "delivery_time_preference" ) ]
70
70
public string delivery_time_preference { get ; set ; }
71
+ [ JsonProperty ( "dropoff_max_datetime" ) ]
72
+ public string dropoff_max_datetime { get ; set ; }
71
73
[ JsonProperty ( "dropoff_type" ) ]
72
74
public string dropoff_type { get ; set ; }
73
75
[ JsonProperty ( "dry_ice" ) ]
@@ -130,6 +132,8 @@ public class Options : Resource
130
132
public Dictionary < string , object > payment { get ; set ; }
131
133
[ JsonProperty ( "peel_and_return" ) ]
132
134
public bool peel_and_return { get ; set ; }
135
+ [ JsonProperty ( "pickup_max_datetime" ) ]
136
+ public DateTime ? pickup_max_datetime { get ; set ; }
133
137
[ JsonProperty ( "pickup_min_datetime" ) ]
134
138
public DateTime ? pickup_min_datetime { get ; set ; }
135
139
[ JsonProperty ( "po_sort" ) ]
@@ -180,7 +184,6 @@ public class Options : Resource
180
184
public string special_rates_eligibility { get ; set ; }
181
185
[ JsonProperty ( "suppress_etd" ) ]
182
186
public bool ? suppress_etd { get ; set ; }
183
-
184
187
#endregion
185
188
}
186
189
}
You can’t perform that action at this time.
0 commit comments