vrpayment-ruby-sdk 5.0.2 → 5.2.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.
Files changed (273) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -5
  3. data/lib/vrpayment-ruby-sdk/api/subscription_suspension_service_api.rb +8 -18
  4. data/lib/vrpayment-ruby-sdk/api_client.rb +1 -1
  5. data/lib/vrpayment-ruby-sdk/models/abstract_payment_link_update.rb +13 -1
  6. data/lib/vrpayment-ruby-sdk/models/pan_type.rb +1 -0
  7. data/lib/vrpayment-ruby-sdk/models/payment_link.rb +13 -1
  8. data/lib/vrpayment-ruby-sdk/models/payment_link_active.rb +13 -1
  9. data/lib/vrpayment-ruby-sdk/models/payment_link_create.rb +13 -1
  10. data/lib/vrpayment-ruby-sdk/models/payment_link_update.rb +13 -1
  11. data/lib/vrpayment-ruby-sdk/models/scope.rb +51 -1
  12. data/lib/vrpayment-ruby-sdk/models/wallet_type.rb +34 -4
  13. data/lib/vrpayment-ruby-sdk/version.rb +1 -1
  14. data/vendor/bundle/ruby/3.3.0/cache/ethon-0.15.0.gem +0 -0
  15. data/vendor/bundle/ruby/3.3.0/cache/json-2.15.1.gem +0 -0
  16. data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.5.0.gem +0 -0
  17. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{json-2.13.0 → json-2.15.1}/gem_make.out +10 -10
  18. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/generator.so +0 -0
  19. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/parser.so +0 -0
  20. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{json-2.13.0 → json-2.15.1}/mkmf.log +11 -10
  21. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.github/workflows/ruby.yml +2 -2
  22. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/CHANGELOG.md +0 -3
  23. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/README.md +0 -23
  24. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/classes.rb +2 -12
  25. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/options.rb +3 -4
  26. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/callbacks.rb +1 -2
  27. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/informations.rb +0 -3
  28. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/response_callbacks.rb +1 -6
  29. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/version.rb +1 -1
  30. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/callbacks_spec.rb +0 -22
  31. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/informations_spec.rb +0 -6
  32. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/mirror_spec.rb +1 -1
  33. data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/operations_spec.rb +0 -3
  34. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/CHANGES.md +50 -9
  35. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/README.md +3 -1
  36. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/fbuffer/fbuffer.h +31 -5
  37. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/generator/generator.c +134 -104
  38. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/parser/parser.c +58 -8
  39. data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/simd/conf.rb +24 -0
  40. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/simd/simd.h +47 -46
  41. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/vendor/fpconv.c +12 -11
  42. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/core.rb +1 -0
  43. data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/string.rb +35 -0
  44. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/common.rb +49 -23
  45. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/ext/generator/state.rb +7 -14
  46. data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/generator.so +0 -0
  47. data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/parser.so +0 -0
  48. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/generic_object.rb +0 -8
  49. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/truffle_ruby/generator.rb +63 -45
  50. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/version.rb +1 -1
  51. data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json.rb +23 -1
  52. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CHANGELOG.md +43 -1
  53. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/expectation.rb +4 -2
  54. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/responseable.rb +1 -1
  55. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/version.rb +1 -1
  56. data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/typhoeus.gemspec +14 -4
  57. data/vendor/bundle/ruby/3.3.0/specifications/{ethon-0.16.0.gemspec → ethon-0.15.0.gemspec} +3 -3
  58. data/vendor/bundle/ruby/3.3.0/specifications/{json-2.13.0.gemspec → json-2.15.1.gemspec} +0 -0
  59. data/vendor/bundle/ruby/3.3.0/specifications/{typhoeus-1.4.1.gemspec → typhoeus-1.5.0.gemspec} +7 -5
  60. metadata +205 -252
  61. data/vendor/bundle/ruby/3.3.0/cache/ethon-0.16.0.gem +0 -0
  62. data/vendor/bundle/ruby/3.3.0/cache/json-2.13.0.gem +0 -0
  63. data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.4.1.gem +0 -0
  64. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/generator.so +0 -0
  65. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/parser.so +0 -0
  66. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/conf.rb +0 -20
  67. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator.so +0 -0
  68. data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/parser.so +0 -0
  69. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +0 -30
  70. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +0 -33
  71. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.gitignore +0 -8
  72. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.rspec +0 -4
  73. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Gemfile +0 -36
  74. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Guardfile +0 -9
  75. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Rakefile +0 -38
  76. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/profile.rb +0 -14
  77. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +0 -64
  78. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -156
  79. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -31
  80. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +0 -29
  81. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +0 -94
  82. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +0 -15
  83. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/server.rb +0 -116
  84. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +0 -339
  85. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +0 -41
  86. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +0 -41
  87. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +0 -15
  88. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +0 -143
  89. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +0 -13
  90. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +0 -280
  91. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +0 -22
  92. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +0 -98
  93. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +0 -18
  94. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +0 -88
  95. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +0 -53
  96. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +0 -98
  97. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +0 -137
  98. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +0 -48
  99. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +0 -22
  100. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +0 -137
  101. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +0 -19
  102. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +0 -93
  103. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +0 -75
  104. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +0 -94
  105. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +0 -91
  106. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +0 -60
  107. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +0 -34
  108. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +0 -101
  109. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +0 -13
  110. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +0 -45
  111. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +0 -256
  112. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +0 -147
  113. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +0 -323
  114. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +0 -256
  115. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +0 -100
  116. data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +0 -105
  117. /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{json-2.13.0 → json-2.15.1}/gem.build_complete +0 -0
  118. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.gitignore +0 -0
  119. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.rspec +0 -0
  120. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Gemfile +0 -0
  121. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Guardfile +0 -0
  122. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/LICENSE +0 -0
  123. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Rakefile +0 -0
  124. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/ethon.gemspec +0 -0
  125. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curl.rb +0 -0
  126. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/codes.rb +0 -0
  127. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/constants.rb +0 -0
  128. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/form_options.rb +0 -0
  129. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/functions.rb +0 -0
  130. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/infos.rb +0 -0
  131. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/messages.rb +0 -0
  132. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/settings.rb +0 -0
  133. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/debug_info.rb +0 -0
  134. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/features.rb +0 -0
  135. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/form.rb +0 -0
  136. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/header.rb +0 -0
  137. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/actionable.rb +0 -0
  138. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/custom.rb +0 -0
  139. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/delete.rb +0 -0
  140. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/get.rb +0 -0
  141. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/head.rb +0 -0
  142. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/options.rb +0 -0
  143. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/patch.rb +0 -0
  144. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/post.rb +0 -0
  145. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/postable.rb +0 -0
  146. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/put.rb +0 -0
  147. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/putable.rb +0 -0
  148. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http.rb +0 -0
  149. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/mirror.rb +0 -0
  150. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/operations.rb +0 -0
  151. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/options.rb +0 -0
  152. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/params.rb +0 -0
  153. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/queryable.rb +0 -0
  154. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/util.rb +0 -0
  155. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy.rb +0 -0
  156. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/ethon_error.rb +0 -0
  157. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/global_init.rb +0 -0
  158. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_option.rb +0 -0
  159. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_value.rb +0 -0
  160. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_add.rb +0 -0
  161. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_fdset.rb +0 -0
  162. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_remove.rb +0 -0
  163. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_timeout.rb +0 -0
  164. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/select.rb +0 -0
  165. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors.rb +0 -0
  166. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/libc.rb +0 -0
  167. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/loggable.rb +0 -0
  168. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/operations.rb +0 -0
  169. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/options.rb +0 -0
  170. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/stack.rb +0 -0
  171. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi.rb +0 -0
  172. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon.rb +0 -0
  173. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/benchmarks.rb +0 -0
  174. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/memory_leaks.rb +0 -0
  175. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/perf_spec_helper.rb +0 -0
  176. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/memory_test_helpers.rb +0 -0
  177. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/os_memory_leak_tracker.rb +0 -0
  178. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/ruby_object_leak_tracker.rb +0 -0
  179. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/curl_spec.rb +0 -0
  180. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/debug_info_spec.rb +0 -0
  181. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/features_spec.rb +0 -0
  182. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/form_spec.rb +0 -0
  183. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/header_spec.rb +0 -0
  184. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/custom_spec.rb +0 -0
  185. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/delete_spec.rb +0 -0
  186. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/get_spec.rb +0 -0
  187. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/head_spec.rb +0 -0
  188. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/options_spec.rb +0 -0
  189. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/patch_spec.rb +0 -0
  190. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/post_spec.rb +0 -0
  191. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/put_spec.rb +0 -0
  192. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http_spec.rb +0 -0
  193. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/options_spec.rb +0 -0
  194. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/queryable_spec.rb +0 -0
  195. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/response_callbacks_spec.rb +0 -0
  196. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/util_spec.rb +0 -0
  197. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy_spec.rb +0 -0
  198. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/libc_spec.rb +0 -0
  199. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/loggable_spec.rb +0 -0
  200. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/operations_spec.rb +0 -0
  201. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/options_spec.rb +0 -0
  202. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/stack_spec.rb +0 -0
  203. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi_spec.rb +0 -0
  204. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/spec_helper.rb +0 -0
  205. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/localhost_server.rb +0 -0
  206. /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/server.rb +0 -0
  207. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/BSDL +0 -0
  208. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/COPYING +0 -0
  209. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/LEGAL +0 -0
  210. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/generator/Makefile +0 -0
  211. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/generator/extconf.rb +0 -0
  212. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/parser/Makefile +0 -0
  213. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/parser/extconf.rb +0 -0
  214. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/vendor/jeaiii-ltoa.h +0 -0
  215. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/json.gemspec +0 -0
  216. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/bigdecimal.rb +0 -0
  217. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/complex.rb +0 -0
  218. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/date.rb +0 -0
  219. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/date_time.rb +0 -0
  220. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/exception.rb +0 -0
  221. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/ostruct.rb +0 -0
  222. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/range.rb +0 -0
  223. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/rational.rb +0 -0
  224. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/regexp.rb +0 -0
  225. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/set.rb +0 -0
  226. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/struct.rb +0 -0
  227. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/symbol.rb +0 -0
  228. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/time.rb +0 -0
  229. /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/ext.rb +0 -0
  230. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CONTRIBUTING.md +0 -0
  231. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/LICENSE +0 -0
  232. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/README.md +0 -0
  233. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/UPGRADE.md +0 -0
  234. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
  235. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
  236. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus.rb +0 -0
  237. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/adapters/faraday.rb +0 -0
  238. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/dalli.rb +0 -0
  239. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/rails.rb +0 -0
  240. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/redis.rb +0 -0
  241. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/config.rb +0 -0
  242. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/easy_factory.rb +0 -0
  243. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/no_stub.rb +0 -0
  244. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  245. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors.rb +0 -0
  246. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/addable.rb +0 -0
  247. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/before.rb +0 -0
  248. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
  249. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
  250. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
  251. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/queueable.rb +0 -0
  252. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/runnable.rb +0 -0
  253. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
  254. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra.rb +0 -0
  255. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/pool.rb +0 -0
  256. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/railtie.rb +0 -0
  257. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/actions.rb +0 -0
  258. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/before.rb +0 -0
  259. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/block_connection.rb +0 -0
  260. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/cacheable.rb +0 -0
  261. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/callbacks.rb +0 -0
  262. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/marshal.rb +0 -0
  263. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/memoizable.rb +0 -0
  264. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/operations.rb +0 -0
  265. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/streamable.rb +0 -0
  266. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/stubbable.rb +0 -0
  267. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request.rb +0 -0
  268. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/cacheable.rb +0 -0
  269. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/header.rb +0 -0
  270. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/informations.rb +0 -0
  271. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/status.rb +0 -0
  272. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response.rb +0 -0
  273. /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus.rb +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9bccebdcccd0a2b3e823cce186f9d9ed9633066c317f4dfbb2fe9b76e61b1094
4
- data.tar.gz: ff70e36597bbc9c0a7b79a09c7b7aa9a8bb5700745d07e9a4e6bc7f71f044a0a
3
+ metadata.gz: 1edb74da7608880c709655781f29af8531793db193fe043987b8f3353ca8b87c
4
+ data.tar.gz: dad20c6637d4e3e490be129f885eae9a73caf35fc35452640ca028c183c3a13c
5
5
  SHA512:
6
- metadata.gz: 252bc0d5a9420a828ead280e43bc7fb8c6f72eb70694466def1b2ec2487c03f9437000f887a58d45d961064c2e297a94856aa5e579be737934caf37c11a6299a
7
- data.tar.gz: 132f5db7f760b7663212433fd7ac990bc89bbad4e4526d4cdc30f63b8f4df07c46d58185271b9a89f8a856d433446f26f31581498e4565967cd92a1933956eed
6
+ metadata.gz: 8f62150db7ee47deaa383549472e9deb15898bcce69e9ed940f7a443fad290f74ad009cb70d467b4327f71ad9e57d3bb58d91c508de428b25ce6536eac586122
7
+ data.tar.gz: 9b84f13ea258921c9331e0ac17f23f1a1abe491db2b1a5824c0279ea306fa40e3ab8e1d14279c448aa3a269a49e3bb824342b54425af9b9746c3d546c2fd4628
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vrpayment-ruby-sdk (5.0.2)
4
+ vrpayment-ruby-sdk (5.2.0)
5
5
  addressable (~> 2.3, >= 2.3.0)
6
6
  json (~> 2.3, >= 2.3.0)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
@@ -11,7 +11,7 @@ GEM
11
11
  specs:
12
12
  addressable (2.8.7)
13
13
  public_suffix (>= 2.0.2, < 7.0)
14
- ethon (0.16.0)
14
+ ethon (0.15.0)
15
15
  ffi (>= 1.15.0)
16
16
  ffi (1.17.2)
17
17
  ffi (1.17.2-aarch64-linux-gnu)
@@ -24,14 +24,14 @@ GEM
24
24
  ffi (1.17.2-x86_64-darwin)
25
25
  ffi (1.17.2-x86_64-linux-gnu)
26
26
  ffi (1.17.2-x86_64-linux-musl)
27
- json (2.13.0)
27
+ json (2.15.1)
28
28
  power_assert (2.0.5)
29
29
  public_suffix (6.0.2)
30
30
  rake (13.0.6)
31
31
  test-unit (3.3.9)
32
32
  power_assert
33
- typhoeus (1.4.1)
34
- ethon (>= 0.9.0)
33
+ typhoeus (1.5.0)
34
+ ethon (>= 0.9.0, < 0.16.0)
35
35
 
36
36
  PLATFORMS
37
37
  aarch64-linux-gnu
@@ -92,28 +92,24 @@ module VRPayment
92
92
 
93
93
  # Create
94
94
  # The create operation creates a new subscription suspension.
95
- # @param space_id
96
95
  # @param suspension
97
96
  # @param [Hash] opts the optional parameters
98
97
  # @return [SubscriptionSuspension]
99
- def create(space_id, suspension, opts = {})
100
- data, _status_code, _headers = create_with_http_info(space_id, suspension, opts)
98
+ def create(suspension, opts = {})
99
+ data, _status_code, _headers = create_with_http_info(suspension, opts)
101
100
  return data
102
101
  end
103
102
 
104
103
  # Create
105
104
  # The create operation creates a new subscription suspension.
106
105
 
107
- # @param space_id
108
106
  # @param suspension
109
107
  # @param [Hash] opts the optional parameters
110
108
  # @return [Array<(SubscriptionSuspension, Fixnum, Hash)>] SubscriptionSuspension data, response status code and response headers
111
- def create_with_http_info(space_id, suspension, opts = {})
109
+ def create_with_http_info(suspension, opts = {})
112
110
  if @api_client.config.debugging
113
111
  @api_client.config.logger.debug "Calling API: SubscriptionSuspensionService.create ..."
114
112
  end
115
- # verify the required parameter 'space_id' is set
116
- fail ArgumentError, "Missing the required parameter 'space_id' when calling SubscriptionSuspensionService.create" if space_id.nil?
117
113
  # verify the required parameter 'suspension' is set
118
114
  fail ArgumentError, "Missing the required parameter 'suspension' when calling SubscriptionSuspensionService.create" if suspension.nil?
119
115
  # resource path
@@ -121,7 +117,6 @@ module VRPayment
121
117
 
122
118
  # query parameters
123
119
  query_params = {}
124
- query_params[:'spaceId'] = space_id
125
120
 
126
121
  # header parameters
127
122
  header_params = {}
@@ -293,29 +288,25 @@ module VRPayment
293
288
  end
294
289
 
295
290
  # terminate
296
- # The create operation creates a new subscription suspension.
297
- # @param space_id
291
+ # Terminates an existing subscription suspension.
298
292
  # @param suspension_id
299
293
  # @param [Hash] opts the optional parameters
300
294
  # @return [SubscriptionSuspension]
301
- def terminate(space_id, suspension_id, opts = {})
302
- data, _status_code, _headers = terminate_with_http_info(space_id, suspension_id, opts)
295
+ def terminate(suspension_id, opts = {})
296
+ data, _status_code, _headers = terminate_with_http_info(suspension_id, opts)
303
297
  return data
304
298
  end
305
299
 
306
300
  # terminate
307
- # The create operation creates a new subscription suspension.
301
+ # Terminates an existing subscription suspension.
308
302
 
309
- # @param space_id
310
303
  # @param suspension_id
311
304
  # @param [Hash] opts the optional parameters
312
305
  # @return [Array<(SubscriptionSuspension, Fixnum, Hash)>] SubscriptionSuspension data, response status code and response headers
313
- def terminate_with_http_info(space_id, suspension_id, opts = {})
306
+ def terminate_with_http_info(suspension_id, opts = {})
314
307
  if @api_client.config.debugging
315
308
  @api_client.config.logger.debug "Calling API: SubscriptionSuspensionService.terminate ..."
316
309
  end
317
- # verify the required parameter 'space_id' is set
318
- fail ArgumentError, "Missing the required parameter 'space_id' when calling SubscriptionSuspensionService.terminate" if space_id.nil?
319
310
  # verify the required parameter 'suspension_id' is set
320
311
  fail ArgumentError, "Missing the required parameter 'suspension_id' when calling SubscriptionSuspensionService.terminate" if suspension_id.nil?
321
312
  # resource path
@@ -323,7 +314,6 @@ module VRPayment
323
314
 
324
315
  # query parameters
325
316
  query_params = {}
326
- query_params[:'spaceId'] = space_id
327
317
  query_params[:'suspensionId'] = suspension_id
328
318
 
329
319
  # header parameters
@@ -102,7 +102,7 @@ module VRPayment
102
102
  http_method = http_method.to_sym.downcase
103
103
 
104
104
  default_headers = {
105
- 'x-meta-sdk-version': "5.0.2",
105
+ 'x-meta-sdk-version': "5.2.0",
106
106
  'x-meta-sdk-language': "ruby",
107
107
  'x-meta-sdk-provider': "VR Payment",
108
108
  'x-meta-sdk-language-version': RUBY_VERSION
@@ -22,6 +22,9 @@ module VRPayment
22
22
  # The payment method configurations that customers can use for making payments.
23
23
  attr_accessor :allowed_payment_method_configurations
24
24
 
25
+ # The domains to which the user is allowed to be redirected after the payment is completed. The following options can be configured: Exact domain: enter a full domain, e.g. (https://example.com). Wildcard domain: use to allow subdomains, e.g. (https://*.example.com). All domains: use (ALL) to allow redirection to any domain (not recommended for security reasons). No domains : use (NONE) to disallow any redirection. Only one option per line is allowed. Invalid entries will be rejected.
26
+ attr_accessor :allowed_redirection_domains
27
+
25
28
  # The payment link can be used within a specific space view, which may apply a customized design to the payment page.
26
29
  attr_accessor :applied_space_view
27
30
 
@@ -56,6 +59,7 @@ module VRPayment
56
59
  def self.attribute_map
57
60
  {
58
61
  :'allowed_payment_method_configurations' => :'allowedPaymentMethodConfigurations',
62
+ :'allowed_redirection_domains' => :'allowedRedirectionDomains',
59
63
  :'applied_space_view' => :'appliedSpaceView',
60
64
  :'available_from' => :'availableFrom',
61
65
  :'available_until' => :'availableUntil',
@@ -73,6 +77,7 @@ module VRPayment
73
77
  def self.swagger_types
74
78
  {
75
79
  :'allowed_payment_method_configurations' => :'Array<PaymentMethodConfiguration>',
80
+ :'allowed_redirection_domains' => :'Array<String>',
76
81
  :'applied_space_view' => :'Integer',
77
82
  :'available_from' => :'DateTime',
78
83
  :'available_until' => :'DateTime',
@@ -100,6 +105,12 @@ module VRPayment
100
105
  end
101
106
  end
102
107
 
108
+ if attributes.has_key?(:'allowedRedirectionDomains')
109
+ if (value = attributes[:'allowedRedirectionDomains']).is_a?(Array)
110
+ self.allowed_redirection_domains = value
111
+ end
112
+ end
113
+
103
114
  if attributes.has_key?(:'appliedSpaceView')
104
115
  self.applied_space_view = attributes[:'appliedSpaceView']
105
116
  end
@@ -177,6 +188,7 @@ module VRPayment
177
188
  return true if self.equal?(o)
178
189
  self.class == o.class &&
179
190
  allowed_payment_method_configurations == o.allowed_payment_method_configurations &&
191
+ allowed_redirection_domains == o.allowed_redirection_domains &&
180
192
  applied_space_view == o.applied_space_view &&
181
193
  available_from == o.available_from &&
182
194
  available_until == o.available_until &&
@@ -198,7 +210,7 @@ module VRPayment
198
210
  # Calculates hash code according to all attributes.
199
211
  # @return [Fixnum] Hash code
200
212
  def hash
201
- [allowed_payment_method_configurations, applied_space_view, available_from, available_until, billing_address_handling_mode, currency, language, line_items, maximal_number_of_transactions, name, shipping_address_handling_mode].hash
213
+ [allowed_payment_method_configurations, allowed_redirection_domains, applied_space_view, available_from, available_until, billing_address_handling_mode, currency, language, line_items, maximal_number_of_transactions, name, shipping_address_handling_mode].hash
202
214
  end
203
215
 
204
216
  # Builds the object from hash
@@ -21,6 +21,7 @@ module VRPayment
21
21
  class PanType
22
22
 
23
23
  PLAIN = 'PLAIN'.freeze
24
+ PLAIN_GOOGLE_PAY = 'PLAIN_GOOGLE_PAY'.freeze
24
25
  SCHEME_TOKEN = 'SCHEME_TOKEN'.freeze
25
26
  SCHEME_TOKEN_CLICK_TO_PAY = 'SCHEME_TOKEN_CLICK_TO_PAY'.freeze
26
27
  DEVICE_TOKEN_APPLE_PAY = 'DEVICE_TOKEN_APPLE_PAY'.freeze
@@ -23,6 +23,9 @@ module VRPayment
23
23
  # The payment method configurations that customers can use for making payments.
24
24
  attr_accessor :allowed_payment_method_configurations
25
25
 
26
+ # The domains to which the user is allowed to be redirected after the payment is completed. The following options can be configured: Exact domain: enter a full domain, e.g. (https://example.com). Wildcard domain: use to allow subdomains, e.g. (https://*.example.com). All domains: use (ALL) to allow redirection to any domain (not recommended for security reasons). No domains : use (NONE) to disallow any redirection. Only one option per line is allowed. Invalid entries will be rejected.
27
+ attr_accessor :allowed_redirection_domains
28
+
26
29
  # The payment link can be used within a specific space view, which may apply a customized design to the payment page.
27
30
  attr_accessor :applied_space_view
28
31
 
@@ -81,6 +84,7 @@ module VRPayment
81
84
  def self.attribute_map
82
85
  {
83
86
  :'allowed_payment_method_configurations' => :'allowedPaymentMethodConfigurations',
87
+ :'allowed_redirection_domains' => :'allowedRedirectionDomains',
84
88
  :'applied_space_view' => :'appliedSpaceView',
85
89
  :'available_from' => :'availableFrom',
86
90
  :'available_until' => :'availableUntil',
@@ -106,6 +110,7 @@ module VRPayment
106
110
  def self.swagger_types
107
111
  {
108
112
  :'allowed_payment_method_configurations' => :'Array<PaymentMethodConfiguration>',
113
+ :'allowed_redirection_domains' => :'Array<String>',
109
114
  :'applied_space_view' => :'Integer',
110
115
  :'available_from' => :'DateTime',
111
116
  :'available_until' => :'DateTime',
@@ -141,6 +146,12 @@ module VRPayment
141
146
  end
142
147
  end
143
148
 
149
+ if attributes.has_key?(:'allowedRedirectionDomains')
150
+ if (value = attributes[:'allowedRedirectionDomains']).is_a?(Array)
151
+ self.allowed_redirection_domains = value
152
+ end
153
+ end
154
+
144
155
  if attributes.has_key?(:'appliedSpaceView')
145
156
  self.applied_space_view = attributes[:'appliedSpaceView']
146
157
  end
@@ -250,6 +261,7 @@ module VRPayment
250
261
  return true if self.equal?(o)
251
262
  self.class == o.class &&
252
263
  allowed_payment_method_configurations == o.allowed_payment_method_configurations &&
264
+ allowed_redirection_domains == o.allowed_redirection_domains &&
253
265
  applied_space_view == o.applied_space_view &&
254
266
  available_from == o.available_from &&
255
267
  available_until == o.available_until &&
@@ -279,7 +291,7 @@ module VRPayment
279
291
  # Calculates hash code according to all attributes.
280
292
  # @return [Fixnum] Hash code
281
293
  def hash
282
- [allowed_payment_method_configurations, applied_space_view, available_from, available_until, billing_address_handling_mode, currency, external_id, id, language, line_items, linked_space_id, maximal_number_of_transactions, name, planned_purge_date, protection_mode, shipping_address_handling_mode, state, url, version].hash
294
+ [allowed_payment_method_configurations, allowed_redirection_domains, applied_space_view, available_from, available_until, billing_address_handling_mode, currency, external_id, id, language, line_items, linked_space_id, maximal_number_of_transactions, name, planned_purge_date, protection_mode, shipping_address_handling_mode, state, url, version].hash
283
295
  end
284
296
 
285
297
  # Builds the object from hash
@@ -29,6 +29,9 @@ module VRPayment
29
29
  # The payment method configurations that customers can use for making payments.
30
30
  attr_accessor :allowed_payment_method_configurations
31
31
 
32
+ # The domains to which the user is allowed to be redirected after the payment is completed. The following options can be configured: Exact domain: enter a full domain, e.g. (https://example.com). Wildcard domain: use to allow subdomains, e.g. (https://*.example.com). All domains: use (ALL) to allow redirection to any domain (not recommended for security reasons). No domains : use (NONE) to disallow any redirection. Only one option per line is allowed. Invalid entries will be rejected.
33
+ attr_accessor :allowed_redirection_domains
34
+
32
35
  # The payment link can be used within a specific space view, which may apply a customized design to the payment page.
33
36
  attr_accessor :applied_space_view
34
37
 
@@ -68,6 +71,7 @@ module VRPayment
68
71
  :'id' => :'id',
69
72
  :'version' => :'version',
70
73
  :'allowed_payment_method_configurations' => :'allowedPaymentMethodConfigurations',
74
+ :'allowed_redirection_domains' => :'allowedRedirectionDomains',
71
75
  :'applied_space_view' => :'appliedSpaceView',
72
76
  :'available_from' => :'availableFrom',
73
77
  :'available_until' => :'availableUntil',
@@ -88,6 +92,7 @@ module VRPayment
88
92
  :'id' => :'Integer',
89
93
  :'version' => :'Integer',
90
94
  :'allowed_payment_method_configurations' => :'Array<PaymentMethodConfiguration>',
95
+ :'allowed_redirection_domains' => :'Array<String>',
91
96
  :'applied_space_view' => :'Integer',
92
97
  :'available_from' => :'DateTime',
93
98
  :'available_until' => :'DateTime',
@@ -124,6 +129,12 @@ module VRPayment
124
129
  end
125
130
  end
126
131
 
132
+ if attributes.has_key?(:'allowedRedirectionDomains')
133
+ if (value = attributes[:'allowedRedirectionDomains']).is_a?(Array)
134
+ self.allowed_redirection_domains = value
135
+ end
136
+ end
137
+
127
138
  if attributes.has_key?(:'appliedSpaceView')
128
139
  self.applied_space_view = attributes[:'appliedSpaceView']
129
140
  end
@@ -217,6 +228,7 @@ module VRPayment
217
228
  id == o.id &&
218
229
  version == o.version &&
219
230
  allowed_payment_method_configurations == o.allowed_payment_method_configurations &&
231
+ allowed_redirection_domains == o.allowed_redirection_domains &&
220
232
  applied_space_view == o.applied_space_view &&
221
233
  available_from == o.available_from &&
222
234
  available_until == o.available_until &&
@@ -239,7 +251,7 @@ module VRPayment
239
251
  # Calculates hash code according to all attributes.
240
252
  # @return [Fixnum] Hash code
241
253
  def hash
242
- [id, version, allowed_payment_method_configurations, applied_space_view, available_from, available_until, billing_address_handling_mode, currency, language, line_items, maximal_number_of_transactions, name, shipping_address_handling_mode, state].hash
254
+ [id, version, allowed_payment_method_configurations, allowed_redirection_domains, applied_space_view, available_from, available_until, billing_address_handling_mode, currency, language, line_items, maximal_number_of_transactions, name, shipping_address_handling_mode, state].hash
243
255
  end
244
256
 
245
257
  # Builds the object from hash
@@ -23,6 +23,9 @@ module VRPayment
23
23
  # The payment method configurations that customers can use for making payments.
24
24
  attr_accessor :allowed_payment_method_configurations
25
25
 
26
+ # The domains to which the user is allowed to be redirected after the payment is completed. The following options can be configured: Exact domain: enter a full domain, e.g. (https://example.com). Wildcard domain: use to allow subdomains, e.g. (https://*.example.com). All domains: use (ALL) to allow redirection to any domain (not recommended for security reasons). No domains : use (NONE) to disallow any redirection. Only one option per line is allowed. Invalid entries will be rejected.
27
+ attr_accessor :allowed_redirection_domains
28
+
26
29
  # The payment link can be used within a specific space view, which may apply a customized design to the payment page.
27
30
  attr_accessor :applied_space_view
28
31
 
@@ -66,6 +69,7 @@ module VRPayment
66
69
  def self.attribute_map
67
70
  {
68
71
  :'allowed_payment_method_configurations' => :'allowedPaymentMethodConfigurations',
72
+ :'allowed_redirection_domains' => :'allowedRedirectionDomains',
69
73
  :'applied_space_view' => :'appliedSpaceView',
70
74
  :'available_from' => :'availableFrom',
71
75
  :'available_until' => :'availableUntil',
@@ -86,6 +90,7 @@ module VRPayment
86
90
  def self.swagger_types
87
91
  {
88
92
  :'allowed_payment_method_configurations' => :'Array<PaymentMethodConfiguration>',
93
+ :'allowed_redirection_domains' => :'Array<String>',
89
94
  :'applied_space_view' => :'Integer',
90
95
  :'available_from' => :'DateTime',
91
96
  :'available_until' => :'DateTime',
@@ -116,6 +121,12 @@ module VRPayment
116
121
  end
117
122
  end
118
123
 
124
+ if attributes.has_key?(:'allowedRedirectionDomains')
125
+ if (value = attributes[:'allowedRedirectionDomains']).is_a?(Array)
126
+ self.allowed_redirection_domains = value
127
+ end
128
+ end
129
+
119
130
  if attributes.has_key?(:'appliedSpaceView')
120
131
  self.applied_space_view = attributes[:'appliedSpaceView']
121
132
  end
@@ -215,6 +226,7 @@ module VRPayment
215
226
  return true if self.equal?(o)
216
227
  self.class == o.class &&
217
228
  allowed_payment_method_configurations == o.allowed_payment_method_configurations &&
229
+ allowed_redirection_domains == o.allowed_redirection_domains &&
218
230
  applied_space_view == o.applied_space_view &&
219
231
  available_from == o.available_from &&
220
232
  available_until == o.available_until &&
@@ -239,7 +251,7 @@ module VRPayment
239
251
  # Calculates hash code according to all attributes.
240
252
  # @return [Fixnum] Hash code
241
253
  def hash
242
- [allowed_payment_method_configurations, applied_space_view, available_from, available_until, billing_address_handling_mode, currency, language, line_items, maximal_number_of_transactions, name, shipping_address_handling_mode, state, external_id, protection_mode].hash
254
+ [allowed_payment_method_configurations, allowed_redirection_domains, applied_space_view, available_from, available_until, billing_address_handling_mode, currency, language, line_items, maximal_number_of_transactions, name, shipping_address_handling_mode, state, external_id, protection_mode].hash
243
255
  end
244
256
 
245
257
  # Builds the object from hash
@@ -29,6 +29,9 @@ module VRPayment
29
29
  # The payment method configurations that customers can use for making payments.
30
30
  attr_accessor :allowed_payment_method_configurations
31
31
 
32
+ # The domains to which the user is allowed to be redirected after the payment is completed. The following options can be configured: Exact domain: enter a full domain, e.g. (https://example.com). Wildcard domain: use to allow subdomains, e.g. (https://*.example.com). All domains: use (ALL) to allow redirection to any domain (not recommended for security reasons). No domains : use (NONE) to disallow any redirection. Only one option per line is allowed. Invalid entries will be rejected.
33
+ attr_accessor :allowed_redirection_domains
34
+
32
35
  # The payment link can be used within a specific space view, which may apply a customized design to the payment page.
33
36
  attr_accessor :applied_space_view
34
37
 
@@ -65,6 +68,7 @@ module VRPayment
65
68
  :'id' => :'id',
66
69
  :'version' => :'version',
67
70
  :'allowed_payment_method_configurations' => :'allowedPaymentMethodConfigurations',
71
+ :'allowed_redirection_domains' => :'allowedRedirectionDomains',
68
72
  :'applied_space_view' => :'appliedSpaceView',
69
73
  :'available_from' => :'availableFrom',
70
74
  :'available_until' => :'availableUntil',
@@ -84,6 +88,7 @@ module VRPayment
84
88
  :'id' => :'Integer',
85
89
  :'version' => :'Integer',
86
90
  :'allowed_payment_method_configurations' => :'Array<PaymentMethodConfiguration>',
91
+ :'allowed_redirection_domains' => :'Array<String>',
87
92
  :'applied_space_view' => :'Integer',
88
93
  :'available_from' => :'DateTime',
89
94
  :'available_until' => :'DateTime',
@@ -119,6 +124,12 @@ module VRPayment
119
124
  end
120
125
  end
121
126
 
127
+ if attributes.has_key?(:'allowedRedirectionDomains')
128
+ if (value = attributes[:'allowedRedirectionDomains']).is_a?(Array)
129
+ self.allowed_redirection_domains = value
130
+ end
131
+ end
132
+
122
133
  if attributes.has_key?(:'appliedSpaceView')
123
134
  self.applied_space_view = attributes[:'appliedSpaceView']
124
135
  end
@@ -208,6 +219,7 @@ module VRPayment
208
219
  id == o.id &&
209
220
  version == o.version &&
210
221
  allowed_payment_method_configurations == o.allowed_payment_method_configurations &&
222
+ allowed_redirection_domains == o.allowed_redirection_domains &&
211
223
  applied_space_view == o.applied_space_view &&
212
224
  available_from == o.available_from &&
213
225
  available_until == o.available_until &&
@@ -229,7 +241,7 @@ module VRPayment
229
241
  # Calculates hash code according to all attributes.
230
242
  # @return [Fixnum] Hash code
231
243
  def hash
232
- [id, version, allowed_payment_method_configurations, applied_space_view, available_from, available_until, billing_address_handling_mode, currency, language, line_items, maximal_number_of_transactions, name, shipping_address_handling_mode].hash
244
+ [id, version, allowed_payment_method_configurations, allowed_redirection_domains, applied_space_view, available_from, available_until, billing_address_handling_mode, currency, language, line_items, maximal_number_of_transactions, name, shipping_address_handling_mode].hash
233
245
  end
234
246
 
235
247
  # Builds the object from hash
@@ -41,6 +41,12 @@ module VRPayment
41
41
  # The port where the scope can be accessed.
42
42
  attr_accessor :port
43
43
 
44
+ # The preprod domain name that belongs to the scope.
45
+ attr_accessor :preprod_domain_name
46
+
47
+ # The sandbox domain name that belongs to the scope.
48
+ attr_accessor :sandbox_domain_name
49
+
44
50
  # Whether the scope supports SSL.
45
51
  attr_accessor :ssl_active
46
52
 
@@ -66,6 +72,8 @@ module VRPayment
66
72
  :'name' => :'name',
67
73
  :'planned_purge_date' => :'plannedPurgeDate',
68
74
  :'port' => :'port',
75
+ :'preprod_domain_name' => :'preprodDomainName',
76
+ :'sandbox_domain_name' => :'sandboxDomainName',
69
77
  :'ssl_active' => :'sslActive',
70
78
  :'state' => :'state',
71
79
  :'themes' => :'themes',
@@ -84,6 +92,8 @@ module VRPayment
84
92
  :'name' => :'String',
85
93
  :'planned_purge_date' => :'DateTime',
86
94
  :'port' => :'Integer',
95
+ :'preprod_domain_name' => :'String',
96
+ :'sandbox_domain_name' => :'String',
87
97
  :'ssl_active' => :'BOOLEAN',
88
98
  :'state' => :'CreationEntityState',
89
99
  :'themes' => :'Array<String>',
@@ -130,6 +140,14 @@ module VRPayment
130
140
  self.port = attributes[:'port']
131
141
  end
132
142
 
143
+ if attributes.has_key?(:'preprodDomainName')
144
+ self.preprod_domain_name = attributes[:'preprodDomainName']
145
+ end
146
+
147
+ if attributes.has_key?(:'sandboxDomainName')
148
+ self.sandbox_domain_name = attributes[:'sandboxDomainName']
149
+ end
150
+
133
151
  if attributes.has_key?(:'sslActive')
134
152
  self.ssl_active = attributes[:'sslActive']
135
153
  end
@@ -169,6 +187,14 @@ module VRPayment
169
187
  invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 50.')
170
188
  end
171
189
 
190
+ if !@preprod_domain_name.nil? && @preprod_domain_name.to_s.length > 40
191
+ invalid_properties.push('invalid value for "preprod_domain_name", the character length must be smaller than or equal to 40.')
192
+ end
193
+
194
+ if !@sandbox_domain_name.nil? && @sandbox_domain_name.to_s.length > 40
195
+ invalid_properties.push('invalid value for "sandbox_domain_name", the character length must be smaller than or equal to 40.')
196
+ end
197
+
172
198
  invalid_properties
173
199
  end
174
200
 
@@ -178,6 +204,8 @@ module VRPayment
178
204
  return false if !@domain_name.nil? && @domain_name.to_s.length > 40
179
205
  return false if !@machine_name.nil? && @machine_name.to_s.length > 50
180
206
  return false if !@name.nil? && @name.to_s.length > 50
207
+ return false if !@preprod_domain_name.nil? && @preprod_domain_name.to_s.length > 40
208
+ return false if !@sandbox_domain_name.nil? && @sandbox_domain_name.to_s.length > 40
181
209
  true
182
210
  end
183
211
 
@@ -211,6 +239,26 @@ module VRPayment
211
239
  @name = name
212
240
  end
213
241
 
242
+ # Custom attribute writer method with validation
243
+ # @param [Object] preprod_domain_name Value to be assigned
244
+ def preprod_domain_name=(preprod_domain_name)
245
+ if !preprod_domain_name.nil? && preprod_domain_name.to_s.length > 40
246
+ fail ArgumentError, 'invalid value for "preprod_domain_name", the character length must be smaller than or equal to 40.'
247
+ end
248
+
249
+ @preprod_domain_name = preprod_domain_name
250
+ end
251
+
252
+ # Custom attribute writer method with validation
253
+ # @param [Object] sandbox_domain_name Value to be assigned
254
+ def sandbox_domain_name=(sandbox_domain_name)
255
+ if !sandbox_domain_name.nil? && sandbox_domain_name.to_s.length > 40
256
+ fail ArgumentError, 'invalid value for "sandbox_domain_name", the character length must be smaller than or equal to 40.'
257
+ end
258
+
259
+ @sandbox_domain_name = sandbox_domain_name
260
+ end
261
+
214
262
  # Checks equality by comparing each attribute.
215
263
  # @param [Object] Object to be compared
216
264
  def ==(o)
@@ -223,6 +271,8 @@ module VRPayment
223
271
  name == o.name &&
224
272
  planned_purge_date == o.planned_purge_date &&
225
273
  port == o.port &&
274
+ preprod_domain_name == o.preprod_domain_name &&
275
+ sandbox_domain_name == o.sandbox_domain_name &&
226
276
  ssl_active == o.ssl_active &&
227
277
  state == o.state &&
228
278
  themes == o.themes &&
@@ -239,7 +289,7 @@ module VRPayment
239
289
  # Calculates hash code according to all attributes.
240
290
  # @return [Fixnum] Hash code
241
291
  def hash
242
- [domain_name, features, id, machine_name, name, planned_purge_date, port, ssl_active, state, themes, url, version].hash
292
+ [domain_name, features, id, machine_name, name, planned_purge_date, port, preprod_domain_name, sandbox_domain_name, ssl_active, state, themes, url, version].hash
243
293
  end
244
294
 
245
295
  # Builds the object from hash
@@ -23,18 +23,30 @@ module VRPayment
23
23
  # The localized description of the object.
24
24
  attr_accessor :description
25
25
 
26
+ #
27
+ attr_accessor :feature
28
+
26
29
  # A unique identifier for the object.
27
30
  attr_accessor :id
28
31
 
29
32
  # The localized name of the object.
30
33
  attr_accessor :name
31
34
 
35
+ #
36
+ attr_accessor :navigation_path
37
+
38
+ #
39
+ attr_accessor :sort_order
40
+
32
41
  # Attribute mapping from ruby-style variable name to JSON key.
33
42
  def self.attribute_map
34
43
  {
35
44
  :'description' => :'description',
45
+ :'feature' => :'feature',
36
46
  :'id' => :'id',
37
- :'name' => :'name'
47
+ :'name' => :'name',
48
+ :'navigation_path' => :'navigationPath',
49
+ :'sort_order' => :'sortOrder'
38
50
  }
39
51
  end
40
52
 
@@ -42,8 +54,11 @@ module VRPayment
42
54
  def self.swagger_types
43
55
  {
44
56
  :'description' => :'Hash<String, String>',
57
+ :'feature' => :'Feature',
45
58
  :'id' => :'Integer',
46
- :'name' => :'Hash<String, String>'
59
+ :'name' => :'Hash<String, String>',
60
+ :'navigation_path' => :'String',
61
+ :'sort_order' => :'Integer'
47
62
  }
48
63
  end
49
64
 
@@ -61,6 +76,10 @@ module VRPayment
61
76
  end
62
77
  end
63
78
 
79
+ if attributes.has_key?(:'feature')
80
+ self.feature = attributes[:'feature']
81
+ end
82
+
64
83
  if attributes.has_key?(:'id')
65
84
  self.id = attributes[:'id']
66
85
  end
@@ -70,6 +89,14 @@ module VRPayment
70
89
  self.name = value
71
90
  end
72
91
  end
92
+
93
+ if attributes.has_key?(:'navigationPath')
94
+ self.navigation_path = attributes[:'navigationPath']
95
+ end
96
+
97
+ if attributes.has_key?(:'sortOrder')
98
+ self.sort_order = attributes[:'sortOrder']
99
+ end
73
100
  end
74
101
 
75
102
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -91,8 +118,11 @@ module VRPayment
91
118
  return true if self.equal?(o)
92
119
  self.class == o.class &&
93
120
  description == o.description &&
121
+ feature == o.feature &&
94
122
  id == o.id &&
95
- name == o.name
123
+ name == o.name &&
124
+ navigation_path == o.navigation_path &&
125
+ sort_order == o.sort_order
96
126
  end
97
127
 
98
128
  # @see the `==` method
@@ -104,7 +134,7 @@ module VRPayment
104
134
  # Calculates hash code according to all attributes.
105
135
  # @return [Fixnum] Hash code
106
136
  def hash
107
- [description, id, name].hash
137
+ [description, feature, id, name, navigation_path, sort_order].hash
108
138
  end
109
139
 
110
140
  # Builds the object from hash
@@ -16,5 +16,5 @@ limitations under the License.
16
16
  =end
17
17
 
18
18
  module VRPayment
19
- VERSION = '5.0.2'
19
+ VERSION = '5.2.0'
20
20
  end