google-apis-merchantapi_accounts_v1beta 0.1.0 → 0.3.0

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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MerchantapiAccountsV1beta
18
18
  # Version of the google-apis-merchantapi_accounts_v1beta gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240611"
25
+ REVISION = "20241124"
26
26
  end
27
27
  end
28
28
  end
@@ -22,19 +22,19 @@ module Google
22
22
  module Apis
23
23
  module MerchantapiAccountsV1beta
24
24
 
25
- class AcceptTermsOfService
25
+ class Accepted
26
26
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
27
 
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
- class Accepted
31
+ class Account
32
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
33
 
34
34
  include Google::Apis::Core::JsonObjectSupport
35
35
  end
36
36
 
37
- class Account
37
+ class AccountAggregation
38
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
39
 
40
40
  include Google::Apis::Core::JsonObjectSupport
@@ -46,19 +46,19 @@ module Google
46
46
  include Google::Apis::Core::JsonObjectSupport
47
47
  end
48
48
 
49
- class AccountTax
49
+ class AddAccountService
50
50
  class Representation < Google::Apis::Core::JsonRepresentation; end
51
51
 
52
52
  include Google::Apis::Core::JsonObjectSupport
53
53
  end
54
54
 
55
- class AddAccountService
55
+ class Address
56
56
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
57
 
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
- class Address
61
+ class AutofeedSettings
62
62
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
63
 
64
64
  include Google::Apis::Core::JsonObjectSupport
@@ -202,24 +202,12 @@ module Google
202
202
  include Google::Apis::Core::JsonObjectSupport
203
203
  end
204
204
 
205
- class Interval
206
- class Representation < Google::Apis::Core::JsonRepresentation; end
207
-
208
- include Google::Apis::Core::JsonObjectSupport
209
- end
210
-
211
205
  class ListAccountIssuesResponse
212
206
  class Representation < Google::Apis::Core::JsonRepresentation; end
213
207
 
214
208
  include Google::Apis::Core::JsonObjectSupport
215
209
  end
216
210
 
217
- class ListAccountTaxResponse
218
- class Representation < Google::Apis::Core::JsonRepresentation; end
219
-
220
- include Google::Apis::Core::JsonObjectSupport
221
- end
222
-
223
211
  class ListAccountsResponse
224
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
225
213
 
@@ -424,18 +412,6 @@ module Google
424
412
  include Google::Apis::Core::JsonObjectSupport
425
413
  end
426
414
 
427
- class TaxPostalCodeRange
428
- class Representation < Google::Apis::Core::JsonRepresentation; end
429
-
430
- include Google::Apis::Core::JsonObjectSupport
431
- end
432
-
433
- class TaxRule
434
- class Representation < Google::Apis::Core::JsonRepresentation; end
435
-
436
- include Google::Apis::Core::JsonObjectSupport
437
- end
438
-
439
415
  class TermsOfService
440
416
  class Representation < Google::Apis::Core::JsonRepresentation; end
441
417
 
@@ -514,14 +490,6 @@ module Google
514
490
  include Google::Apis::Core::JsonObjectSupport
515
491
  end
516
492
 
517
- class AcceptTermsOfService
518
- # @private
519
- class Representation < Google::Apis::Core::JsonRepresentation
520
- property :name, as: 'name'
521
- property :region_code, as: 'regionCode'
522
- end
523
- end
524
-
525
493
  class Accepted
526
494
  # @private
527
495
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -546,6 +514,12 @@ module Google
546
514
  end
547
515
  end
548
516
 
517
+ class AccountAggregation
518
+ # @private
519
+ class Representation < Google::Apis::Core::JsonRepresentation
520
+ end
521
+ end
522
+
549
523
  class AccountIssue
550
524
  # @private
551
525
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -559,20 +533,10 @@ module Google
559
533
  end
560
534
  end
561
535
 
562
- class AccountTax
563
- # @private
564
- class Representation < Google::Apis::Core::JsonRepresentation
565
- property :account, :numeric_string => true, as: 'account'
566
- property :name, as: 'name'
567
- collection :tax_rules, as: 'taxRules', class: Google::Apis::MerchantapiAccountsV1beta::TaxRule, decorator: Google::Apis::MerchantapiAccountsV1beta::TaxRule::Representation
568
-
569
- end
570
- end
571
-
572
536
  class AddAccountService
573
537
  # @private
574
538
  class Representation < Google::Apis::Core::JsonRepresentation
575
- property :account_aggregation, as: 'accountAggregation', class: Google::Apis::MerchantapiAccountsV1beta::Empty, decorator: Google::Apis::MerchantapiAccountsV1beta::Empty::Representation
539
+ property :account_aggregation, as: 'accountAggregation', class: Google::Apis::MerchantapiAccountsV1beta::AccountAggregation, decorator: Google::Apis::MerchantapiAccountsV1beta::AccountAggregation::Representation
576
540
 
577
541
  property :provider, as: 'provider'
578
542
  end
@@ -589,6 +553,15 @@ module Google
589
553
  end
590
554
  end
591
555
 
556
+ class AutofeedSettings
557
+ # @private
558
+ class Representation < Google::Apis::Core::JsonRepresentation
559
+ property :eligible, as: 'eligible'
560
+ property :enable_products, as: 'enableProducts'
561
+ property :name, as: 'name'
562
+ end
563
+ end
564
+
592
565
  class BusinessDayConfig
593
566
  # @private
594
567
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -621,6 +594,7 @@ module Google
621
594
 
622
595
  property :customer_service, as: 'customerService', class: Google::Apis::MerchantapiAccountsV1beta::CustomerService, decorator: Google::Apis::MerchantapiAccountsV1beta::CustomerService::Representation
623
596
 
597
+ property :korean_business_registration_number, as: 'koreanBusinessRegistrationNumber'
624
598
  property :name, as: 'name'
625
599
  property :phone, as: 'phone', class: Google::Apis::MerchantapiAccountsV1beta::PhoneNumber, decorator: Google::Apis::MerchantapiAccountsV1beta::PhoneNumber::Representation
626
600
 
@@ -644,14 +618,13 @@ module Google
644
618
  class ClaimHomepageRequest
645
619
  # @private
646
620
  class Representation < Google::Apis::Core::JsonRepresentation
621
+ property :overwrite, as: 'overwrite'
647
622
  end
648
623
  end
649
624
 
650
625
  class CreateAndConfigureAccountRequest
651
626
  # @private
652
627
  class Representation < Google::Apis::Core::JsonRepresentation
653
- property :accept_terms_of_service, as: 'acceptTermsOfService', class: Google::Apis::MerchantapiAccountsV1beta::AcceptTermsOfService, decorator: Google::Apis::MerchantapiAccountsV1beta::AcceptTermsOfService::Representation
654
-
655
628
  property :account, as: 'account', class: Google::Apis::MerchantapiAccountsV1beta::Account, decorator: Google::Apis::MerchantapiAccountsV1beta::Account::Representation
656
629
 
657
630
  collection :service, as: 'service', class: Google::Apis::MerchantapiAccountsV1beta::AddAccountService, decorator: Google::Apis::MerchantapiAccountsV1beta::AddAccountService::Representation
@@ -817,14 +790,6 @@ module Google
817
790
  end
818
791
  end
819
792
 
820
- class Interval
821
- # @private
822
- class Representation < Google::Apis::Core::JsonRepresentation
823
- property :end_time, as: 'endTime'
824
- property :start_time, as: 'startTime'
825
- end
826
- end
827
-
828
793
  class ListAccountIssuesResponse
829
794
  # @private
830
795
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -834,15 +799,6 @@ module Google
834
799
  end
835
800
  end
836
801
 
837
- class ListAccountTaxResponse
838
- # @private
839
- class Representation < Google::Apis::Core::JsonRepresentation
840
- collection :account_taxes, as: 'accountTaxes', class: Google::Apis::MerchantapiAccountsV1beta::AccountTax, decorator: Google::Apis::MerchantapiAccountsV1beta::AccountTax::Representation
841
-
842
- property :next_page_token, as: 'nextPageToken'
843
- end
844
- end
845
-
846
802
  class ListAccountsResponse
847
803
  # @private
848
804
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1035,6 +991,7 @@ module Google
1035
991
  property :attribute, as: 'attribute'
1036
992
  collection :changes, as: 'changes', class: Google::Apis::MerchantapiAccountsV1beta::ProductChange, decorator: Google::Apis::MerchantapiAccountsV1beta::ProductChange::Representation
1037
993
 
994
+ property :expiration_time, as: 'expirationTime'
1038
995
  property :managing_account, as: 'managingAccount'
1039
996
  property :resource, as: 'resource'
1040
997
  property :resource_id, as: 'resourceId'
@@ -1204,29 +1161,6 @@ module Google
1204
1161
  end
1205
1162
  end
1206
1163
 
1207
- class TaxPostalCodeRange
1208
- # @private
1209
- class Representation < Google::Apis::Core::JsonRepresentation
1210
- property :end, as: 'end'
1211
- property :start, as: 'start'
1212
- end
1213
- end
1214
-
1215
- class TaxRule
1216
- # @private
1217
- class Representation < Google::Apis::Core::JsonRepresentation
1218
- property :effective_time_period, as: 'effectiveTimePeriod', class: Google::Apis::MerchantapiAccountsV1beta::Interval, decorator: Google::Apis::MerchantapiAccountsV1beta::Interval::Representation
1219
-
1220
- property :location_id, :numeric_string => true, as: 'locationId'
1221
- property :post_code_range, as: 'postCodeRange', class: Google::Apis::MerchantapiAccountsV1beta::TaxPostalCodeRange, decorator: Google::Apis::MerchantapiAccountsV1beta::TaxPostalCodeRange::Representation
1222
-
1223
- property :region_code, as: 'regionCode'
1224
- property :self_specified_rate_micros, :numeric_string => true, as: 'selfSpecifiedRateMicros'
1225
- property :shipping_taxed, as: 'shippingTaxed'
1226
- property :use_google_rate, as: 'useGoogleRate'
1227
- end
1228
- end
1229
-
1230
1164
  class TermsOfService
1231
1165
  # @private
1232
1166
  class Representation < Google::Apis::Core::JsonRepresentation