ultracart_api 4.0.157 → 4.0.159

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f4de1e3b0e54359d0ec843f0cd4e92a08346ad38df8df84087f3f43f2fdd484
4
- data.tar.gz: 9a0f8a179a5d79d1b4803760834d9290e7726a6fd22fe597797e9b91ee718b10
3
+ metadata.gz: 32c10e8031092db9146e98e27f1f5b7ac613f8afb13eb8f7d21e99a6cede8a50
4
+ data.tar.gz: 6afe8f3708df8311b1dc3fb9f8086d0d7282f90f776f96dacb93e4dd2f3c0070
5
5
  SHA512:
6
- metadata.gz: 6553c75d2d1c3e9e981487eec48825c331b24a0f76297268c78e560d52be54554b98ffc75b8324afab487e39cc0ec57ce71cec35597e58b10d5da5e9642e7401
7
- data.tar.gz: b92a212ee80036e272d9a24bbf4a3fa365b86d85180169cc31e931b80bb56e1b92234ffbacf0a0c9d604e4e3e3a0488ec1a9c0c410b426f375041cb1bd057cf0
6
+ metadata.gz: 5d76074d28e87d85923f27c428885ca34545d670a69943cac5c219d5aca46e5d439c9a0d42dfab672055e2fd758e0e98e2bc658a009774c7e67fb59776411e3d
7
+ data.tar.gz: d866107834e43a6e10a57c3b65ea5747f700b41620729e63781d8fc9d612d6f9da3a9285377ec8c9678aba65324fdc5d69365802c7d3262e5375e2cfd05d3513
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 4.0.157
10
+ - Package version: 4.0.159
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,16 +24,16 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-4.0.157.gem
27
+ gem install ./ultracart_api-4.0.159.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.157.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.159.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ultracart_api', '~> 4.0.157'
36
+ gem 'ultracart_api', '~> 4.0.159'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1364,6 +1364,8 @@ Not every change is committed to every SDK.
1364
1364
 
1365
1365
  | Version | Date | Comments |
1366
1366
  | --: | :-: | --- |
1367
+ | 4.0.159 | 06/09/2023 | distribution center pickup times |
1368
+ | 4.0.158 | 06/08/2023 | customer profile qb tax exempt reason code field |
1367
1369
  | 4.0.157 | 06/06/2023 | auto order add_ons |
1368
1370
  | 4.0.156 | 05/25/2023 | added venmo constants for payment type |
1369
1371
  | 4.0.155 | 05/18/2023 | dw bi - send back the executed SQL |
data/docs/Customer.md CHANGED
@@ -46,6 +46,7 @@
46
46
  | **privacy** | [**CustomerPrivacy**](CustomerPrivacy.md) | | [optional] |
47
47
  | **qb_class** | **String** | QuickBooks class to import this customer as | [optional] |
48
48
  | **qb_code** | **String** | QuickBooks name to import this customer as | [optional] |
49
+ | **qb_tax_exemption_reason_code** | **Integer** | QuickBooks tax exemption reason code | [optional] |
49
50
  | **quotes** | [**Array<Order>**](Order.md) | Quotes associated with this customer profile | [optional] |
50
51
  | **quotes_summary** | [**CustomerQuotesSummary**](CustomerQuotesSummary.md) | | [optional] |
51
52
  | **referral_source** | **String** | Referral Source | [optional] |
@@ -114,6 +115,7 @@ instance = UltracartClient::Customer.new(
114
115
  privacy: null,
115
116
  qb_class: null,
116
117
  qb_code: null,
118
+ qb_tax_exemption_reason_code: null,
117
119
  quotes: null,
118
120
  quotes_summary: null,
119
121
  referral_source: null,
@@ -23,6 +23,21 @@
23
23
  | **name** | **String** | Name of this distribution center | [optional] |
24
24
  | **no_customer_direct_shipments** | **Boolean** | True if this distribution center does not handle customer direct shipments | [optional] |
25
25
  | **no_split_shipment** | **Boolean** | True if this distribution center is not allowed to participate in a split shipment. | [optional] |
26
+ | **pickup_cutoff_time_friday** | **String** | The time (EST) after which pickups will not be available on Friday | [optional] |
27
+ | **pickup_cutoff_time_monday** | **String** | The time (EST) after which pickups will not be available on Monday | [optional] |
28
+ | **pickup_cutoff_time_saturday** | **String** | The time (EST) after which pickups will not be available on Saturday | [optional] |
29
+ | **pickup_cutoff_time_sunday** | **String** | The time (EST) after which pickups will not be available on Sunday | [optional] |
30
+ | **pickup_cutoff_time_thursday** | **String** | The time (EST) after which pickups will not be available on Thursday | [optional] |
31
+ | **pickup_cutoff_time_tuesday** | **String** | The time (EST) after which pickups will not be available on Tuesday | [optional] |
32
+ | **pickup_cutoff_time_wednesday** | **String** | The time (EST) after which pickups will not be available on Wednesday | [optional] |
33
+ | **pickup_start_time_friday** | **String** | The time (EST) after which pickups are available on Friday | [optional] |
34
+ | **pickup_start_time_monday** | **String** | The time (EST) after which pickups are available on Monday | [optional] |
35
+ | **pickup_start_time_saturday** | **String** | The time (EST) after which pickups are available on Saturday | [optional] |
36
+ | **pickup_start_time_sunday** | **String** | The time (EST) after which pickups are available on Sunday | [optional] |
37
+ | **pickup_start_time_thursday** | **String** | The time (EST) after which pickups are available on Thursday | [optional] |
38
+ | **pickup_start_time_tuesday** | **String** | The time (EST) after which pickups are available on Tuesday | [optional] |
39
+ | **pickup_start_time_wednesday** | **String** | The time (EST) after which pickups are available on Wednesday | [optional] |
40
+ | **pickup_tz** | **String** | The IANA timezone for all pickup times | [optional] |
26
41
  | **postal_code** | **String** | Postal code of the distribution center | [optional] |
27
42
  | **process_days** | **Integer** | The number of processing days required before an order ships | [optional] |
28
43
  | **process_inventory_start_time** | **String** | The time (EST) after which inventory updates will be processed | [optional] |
@@ -65,6 +80,21 @@ instance = UltracartClient::DistributionCenter.new(
65
80
  name: null,
66
81
  no_customer_direct_shipments: null,
67
82
  no_split_shipment: null,
83
+ pickup_cutoff_time_friday: null,
84
+ pickup_cutoff_time_monday: null,
85
+ pickup_cutoff_time_saturday: null,
86
+ pickup_cutoff_time_sunday: null,
87
+ pickup_cutoff_time_thursday: null,
88
+ pickup_cutoff_time_tuesday: null,
89
+ pickup_cutoff_time_wednesday: null,
90
+ pickup_start_time_friday: null,
91
+ pickup_start_time_monday: null,
92
+ pickup_start_time_saturday: null,
93
+ pickup_start_time_sunday: null,
94
+ pickup_start_time_thursday: null,
95
+ pickup_start_time_tuesday: null,
96
+ pickup_start_time_wednesday: null,
97
+ pickup_tz: null,
68
98
  postal_code: null,
69
99
  process_days: null,
70
100
  process_inventory_start_time: null,
@@ -136,6 +136,9 @@ module UltracartClient
136
136
  # QuickBooks name to import this customer as
137
137
  attr_accessor :qb_code
138
138
 
139
+ # QuickBooks tax exemption reason code
140
+ attr_accessor :qb_tax_exemption_reason_code
141
+
139
142
  # Quotes associated with this customer profile
140
143
  attr_accessor :quotes
141
144
 
@@ -235,6 +238,7 @@ module UltracartClient
235
238
  :'privacy' => :'privacy',
236
239
  :'qb_class' => :'qb_class',
237
240
  :'qb_code' => :'qb_code',
241
+ :'qb_tax_exemption_reason_code' => :'qb_tax_exemption_reason_code',
238
242
  :'quotes' => :'quotes',
239
243
  :'quotes_summary' => :'quotes_summary',
240
244
  :'referral_source' => :'referral_source',
@@ -307,6 +311,7 @@ module UltracartClient
307
311
  :'privacy' => :'CustomerPrivacy',
308
312
  :'qb_class' => :'String',
309
313
  :'qb_code' => :'String',
314
+ :'qb_tax_exemption_reason_code' => :'Integer',
310
315
  :'quotes' => :'Array<Order>',
311
316
  :'quotes_summary' => :'CustomerQuotesSummary',
312
317
  :'referral_source' => :'String',
@@ -530,6 +535,10 @@ module UltracartClient
530
535
  self.qb_code = attributes[:'qb_code']
531
536
  end
532
537
 
538
+ if attributes.key?(:'qb_tax_exemption_reason_code')
539
+ self.qb_tax_exemption_reason_code = attributes[:'qb_tax_exemption_reason_code']
540
+ end
541
+
533
542
  if attributes.key?(:'quotes')
534
543
  if (value = attributes[:'quotes']).is_a?(Array)
535
544
  self.quotes = value
@@ -840,6 +849,7 @@ module UltracartClient
840
849
  privacy == o.privacy &&
841
850
  qb_class == o.qb_class &&
842
851
  qb_code == o.qb_code &&
852
+ qb_tax_exemption_reason_code == o.qb_tax_exemption_reason_code &&
843
853
  quotes == o.quotes &&
844
854
  quotes_summary == o.quotes_summary &&
845
855
  referral_source == o.referral_source &&
@@ -870,7 +880,7 @@ module UltracartClient
870
880
  # Calculates hash code according to all attributes.
871
881
  # @return [Integer] Hash code
872
882
  def hash
873
- [activity, affiliate_oid, allow_3rd_party_billing, allow_cod, allow_drop_shipping, allow_purchase_order, allow_quote_request, allow_selection_of_address_type, attachments, auto_approve_cod, auto_approve_purchase_order, automatic_merchant_notes, billing, business_notes, cards, cc_emails, customer_profile_oid, dhl_account_number, dhl_duty_account_number, edi, email, exempt_shipping_handling_charge, fedex_account_number, free_shipping, free_shipping_minimum, last_modified_by, last_modified_dts, loyalty, maximum_item_count, merchant_id, minimum_item_count, minimum_subtotal, no_coupons, no_free_shipping, no_realtime_charge, orders, orders_summary, password, pricing_tiers, privacy, qb_class, qb_code, quotes, quotes_summary, referral_source, reviewer, sales_rep_code, send_signup_notification, shipping, signup_dts, software_entitlements, suppress_buysafe, tags, tax_codes, tax_exempt, tax_id, terms, track_separately, unapproved, ups_account_number, website_url].hash
883
+ [activity, affiliate_oid, allow_3rd_party_billing, allow_cod, allow_drop_shipping, allow_purchase_order, allow_quote_request, allow_selection_of_address_type, attachments, auto_approve_cod, auto_approve_purchase_order, automatic_merchant_notes, billing, business_notes, cards, cc_emails, customer_profile_oid, dhl_account_number, dhl_duty_account_number, edi, email, exempt_shipping_handling_charge, fedex_account_number, free_shipping, free_shipping_minimum, last_modified_by, last_modified_dts, loyalty, maximum_item_count, merchant_id, minimum_item_count, minimum_subtotal, no_coupons, no_free_shipping, no_realtime_charge, orders, orders_summary, password, pricing_tiers, privacy, qb_class, qb_code, qb_tax_exemption_reason_code, quotes, quotes_summary, referral_source, reviewer, sales_rep_code, send_signup_notification, shipping, signup_dts, software_entitlements, suppress_buysafe, tags, tax_codes, tax_exempt, tax_id, terms, track_separately, unapproved, ups_account_number, website_url].hash
874
884
  end
875
885
 
876
886
  # Builds the object from hash
@@ -71,6 +71,51 @@ module UltracartClient
71
71
  # True if this distribution center is not allowed to participate in a split shipment.
72
72
  attr_accessor :no_split_shipment
73
73
 
74
+ # The time (EST) after which pickups will not be available on Friday
75
+ attr_accessor :pickup_cutoff_time_friday
76
+
77
+ # The time (EST) after which pickups will not be available on Monday
78
+ attr_accessor :pickup_cutoff_time_monday
79
+
80
+ # The time (EST) after which pickups will not be available on Saturday
81
+ attr_accessor :pickup_cutoff_time_saturday
82
+
83
+ # The time (EST) after which pickups will not be available on Sunday
84
+ attr_accessor :pickup_cutoff_time_sunday
85
+
86
+ # The time (EST) after which pickups will not be available on Thursday
87
+ attr_accessor :pickup_cutoff_time_thursday
88
+
89
+ # The time (EST) after which pickups will not be available on Tuesday
90
+ attr_accessor :pickup_cutoff_time_tuesday
91
+
92
+ # The time (EST) after which pickups will not be available on Wednesday
93
+ attr_accessor :pickup_cutoff_time_wednesday
94
+
95
+ # The time (EST) after which pickups are available on Friday
96
+ attr_accessor :pickup_start_time_friday
97
+
98
+ # The time (EST) after which pickups are available on Monday
99
+ attr_accessor :pickup_start_time_monday
100
+
101
+ # The time (EST) after which pickups are available on Saturday
102
+ attr_accessor :pickup_start_time_saturday
103
+
104
+ # The time (EST) after which pickups are available on Sunday
105
+ attr_accessor :pickup_start_time_sunday
106
+
107
+ # The time (EST) after which pickups are available on Thursday
108
+ attr_accessor :pickup_start_time_thursday
109
+
110
+ # The time (EST) after which pickups are available on Tuesday
111
+ attr_accessor :pickup_start_time_tuesday
112
+
113
+ # The time (EST) after which pickups are available on Wednesday
114
+ attr_accessor :pickup_start_time_wednesday
115
+
116
+ # The IANA timezone for all pickup times
117
+ attr_accessor :pickup_tz
118
+
74
119
  # Postal code of the distribution center
75
120
  attr_accessor :postal_code
76
121
 
@@ -141,6 +186,21 @@ module UltracartClient
141
186
  :'name' => :'name',
142
187
  :'no_customer_direct_shipments' => :'no_customer_direct_shipments',
143
188
  :'no_split_shipment' => :'no_split_shipment',
189
+ :'pickup_cutoff_time_friday' => :'pickup_cutoff_time_friday',
190
+ :'pickup_cutoff_time_monday' => :'pickup_cutoff_time_monday',
191
+ :'pickup_cutoff_time_saturday' => :'pickup_cutoff_time_saturday',
192
+ :'pickup_cutoff_time_sunday' => :'pickup_cutoff_time_sunday',
193
+ :'pickup_cutoff_time_thursday' => :'pickup_cutoff_time_thursday',
194
+ :'pickup_cutoff_time_tuesday' => :'pickup_cutoff_time_tuesday',
195
+ :'pickup_cutoff_time_wednesday' => :'pickup_cutoff_time_wednesday',
196
+ :'pickup_start_time_friday' => :'pickup_start_time_friday',
197
+ :'pickup_start_time_monday' => :'pickup_start_time_monday',
198
+ :'pickup_start_time_saturday' => :'pickup_start_time_saturday',
199
+ :'pickup_start_time_sunday' => :'pickup_start_time_sunday',
200
+ :'pickup_start_time_thursday' => :'pickup_start_time_thursday',
201
+ :'pickup_start_time_tuesday' => :'pickup_start_time_tuesday',
202
+ :'pickup_start_time_wednesday' => :'pickup_start_time_wednesday',
203
+ :'pickup_tz' => :'pickup_tz',
144
204
  :'postal_code' => :'postal_code',
145
205
  :'process_days' => :'process_days',
146
206
  :'process_inventory_start_time' => :'process_inventory_start_time',
@@ -187,6 +247,21 @@ module UltracartClient
187
247
  :'name' => :'String',
188
248
  :'no_customer_direct_shipments' => :'Boolean',
189
249
  :'no_split_shipment' => :'Boolean',
250
+ :'pickup_cutoff_time_friday' => :'String',
251
+ :'pickup_cutoff_time_monday' => :'String',
252
+ :'pickup_cutoff_time_saturday' => :'String',
253
+ :'pickup_cutoff_time_sunday' => :'String',
254
+ :'pickup_cutoff_time_thursday' => :'String',
255
+ :'pickup_cutoff_time_tuesday' => :'String',
256
+ :'pickup_cutoff_time_wednesday' => :'String',
257
+ :'pickup_start_time_friday' => :'String',
258
+ :'pickup_start_time_monday' => :'String',
259
+ :'pickup_start_time_saturday' => :'String',
260
+ :'pickup_start_time_sunday' => :'String',
261
+ :'pickup_start_time_thursday' => :'String',
262
+ :'pickup_start_time_tuesday' => :'String',
263
+ :'pickup_start_time_wednesday' => :'String',
264
+ :'pickup_tz' => :'String',
190
265
  :'postal_code' => :'String',
191
266
  :'process_days' => :'Integer',
192
267
  :'process_inventory_start_time' => :'String',
@@ -303,6 +378,66 @@ module UltracartClient
303
378
  self.no_split_shipment = attributes[:'no_split_shipment']
304
379
  end
305
380
 
381
+ if attributes.key?(:'pickup_cutoff_time_friday')
382
+ self.pickup_cutoff_time_friday = attributes[:'pickup_cutoff_time_friday']
383
+ end
384
+
385
+ if attributes.key?(:'pickup_cutoff_time_monday')
386
+ self.pickup_cutoff_time_monday = attributes[:'pickup_cutoff_time_monday']
387
+ end
388
+
389
+ if attributes.key?(:'pickup_cutoff_time_saturday')
390
+ self.pickup_cutoff_time_saturday = attributes[:'pickup_cutoff_time_saturday']
391
+ end
392
+
393
+ if attributes.key?(:'pickup_cutoff_time_sunday')
394
+ self.pickup_cutoff_time_sunday = attributes[:'pickup_cutoff_time_sunday']
395
+ end
396
+
397
+ if attributes.key?(:'pickup_cutoff_time_thursday')
398
+ self.pickup_cutoff_time_thursday = attributes[:'pickup_cutoff_time_thursday']
399
+ end
400
+
401
+ if attributes.key?(:'pickup_cutoff_time_tuesday')
402
+ self.pickup_cutoff_time_tuesday = attributes[:'pickup_cutoff_time_tuesday']
403
+ end
404
+
405
+ if attributes.key?(:'pickup_cutoff_time_wednesday')
406
+ self.pickup_cutoff_time_wednesday = attributes[:'pickup_cutoff_time_wednesday']
407
+ end
408
+
409
+ if attributes.key?(:'pickup_start_time_friday')
410
+ self.pickup_start_time_friday = attributes[:'pickup_start_time_friday']
411
+ end
412
+
413
+ if attributes.key?(:'pickup_start_time_monday')
414
+ self.pickup_start_time_monday = attributes[:'pickup_start_time_monday']
415
+ end
416
+
417
+ if attributes.key?(:'pickup_start_time_saturday')
418
+ self.pickup_start_time_saturday = attributes[:'pickup_start_time_saturday']
419
+ end
420
+
421
+ if attributes.key?(:'pickup_start_time_sunday')
422
+ self.pickup_start_time_sunday = attributes[:'pickup_start_time_sunday']
423
+ end
424
+
425
+ if attributes.key?(:'pickup_start_time_thursday')
426
+ self.pickup_start_time_thursday = attributes[:'pickup_start_time_thursday']
427
+ end
428
+
429
+ if attributes.key?(:'pickup_start_time_tuesday')
430
+ self.pickup_start_time_tuesday = attributes[:'pickup_start_time_tuesday']
431
+ end
432
+
433
+ if attributes.key?(:'pickup_start_time_wednesday')
434
+ self.pickup_start_time_wednesday = attributes[:'pickup_start_time_wednesday']
435
+ end
436
+
437
+ if attributes.key?(:'pickup_tz')
438
+ self.pickup_tz = attributes[:'pickup_tz']
439
+ end
440
+
306
441
  if attributes.key?(:'postal_code')
307
442
  self.postal_code = attributes[:'postal_code']
308
443
  end
@@ -405,6 +540,21 @@ module UltracartClient
405
540
  name == o.name &&
406
541
  no_customer_direct_shipments == o.no_customer_direct_shipments &&
407
542
  no_split_shipment == o.no_split_shipment &&
543
+ pickup_cutoff_time_friday == o.pickup_cutoff_time_friday &&
544
+ pickup_cutoff_time_monday == o.pickup_cutoff_time_monday &&
545
+ pickup_cutoff_time_saturday == o.pickup_cutoff_time_saturday &&
546
+ pickup_cutoff_time_sunday == o.pickup_cutoff_time_sunday &&
547
+ pickup_cutoff_time_thursday == o.pickup_cutoff_time_thursday &&
548
+ pickup_cutoff_time_tuesday == o.pickup_cutoff_time_tuesday &&
549
+ pickup_cutoff_time_wednesday == o.pickup_cutoff_time_wednesday &&
550
+ pickup_start_time_friday == o.pickup_start_time_friday &&
551
+ pickup_start_time_monday == o.pickup_start_time_monday &&
552
+ pickup_start_time_saturday == o.pickup_start_time_saturday &&
553
+ pickup_start_time_sunday == o.pickup_start_time_sunday &&
554
+ pickup_start_time_thursday == o.pickup_start_time_thursday &&
555
+ pickup_start_time_tuesday == o.pickup_start_time_tuesday &&
556
+ pickup_start_time_wednesday == o.pickup_start_time_wednesday &&
557
+ pickup_tz == o.pickup_tz &&
408
558
  postal_code == o.postal_code &&
409
559
  process_days == o.process_days &&
410
560
  process_inventory_start_time == o.process_inventory_start_time &&
@@ -432,7 +582,7 @@ module UltracartClient
432
582
  # Calculates hash code according to all attributes.
433
583
  # @return [Integer] Hash code
434
584
  def hash
435
- [address1, address2, city, code, country_code, default_center, default_handles_all_items, distribution_center_oid, duns, estimate_from_distribution_center_oid, ftp_password, hold_before_shipment_minutes, hold_before_transmission, hold_auto_order_before_shipment_minutes, latitude, longitude, name, no_customer_direct_shipments, no_split_shipment, postal_code, process_days, process_inventory_start_time, process_inventory_stop_time, require_asn, send_kit_instead_of_components, shipment_cutoff_time_friday, shipment_cutoff_time_monday, shipment_cutoff_time_saturday, shipment_cutoff_time_sunday, shipment_cutoff_time_thursday, shipment_cutoff_time_tuesday, shipment_cutoff_time_wednesday, state, transmit_blank_costs, transport].hash
585
+ [address1, address2, city, code, country_code, default_center, default_handles_all_items, distribution_center_oid, duns, estimate_from_distribution_center_oid, ftp_password, hold_before_shipment_minutes, hold_before_transmission, hold_auto_order_before_shipment_minutes, latitude, longitude, name, no_customer_direct_shipments, no_split_shipment, pickup_cutoff_time_friday, pickup_cutoff_time_monday, pickup_cutoff_time_saturday, pickup_cutoff_time_sunday, pickup_cutoff_time_thursday, pickup_cutoff_time_tuesday, pickup_cutoff_time_wednesday, pickup_start_time_friday, pickup_start_time_monday, pickup_start_time_saturday, pickup_start_time_sunday, pickup_start_time_thursday, pickup_start_time_tuesday, pickup_start_time_wednesday, pickup_tz, postal_code, process_days, process_inventory_start_time, process_inventory_stop_time, require_asn, send_kit_instead_of_components, shipment_cutoff_time_friday, shipment_cutoff_time_monday, shipment_cutoff_time_saturday, shipment_cutoff_time_sunday, shipment_cutoff_time_thursday, shipment_cutoff_time_tuesday, shipment_cutoff_time_wednesday, state, transmit_blank_costs, transport].hash
436
586
  end
437
587
 
438
588
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.157'
14
+ VERSION = '4.0.159'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.157
4
+ version: 4.0.159
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-06 00:00:00.000000000 Z
11
+ date: 2023-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus