vrpayment-ruby-sdk 5.1.0 → 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.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/lib/vrpayment-ruby-sdk/api/charge_flow_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api/human_user_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api/subscription_suspension_service_api.rb +8 -18
- data/lib/vrpayment-ruby-sdk/api/transaction_iframe_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api/transaction_lightbox_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api/transaction_payment_page_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api/transaction_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api_client.rb +1 -1
- data/lib/vrpayment-ruby-sdk/models/abstract_payment_link_update.rb +13 -1
- data/lib/vrpayment-ruby-sdk/models/pan_type.rb +1 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link.rb +13 -1
- data/lib/vrpayment-ruby-sdk/models/payment_link_active.rb +13 -1
- data/lib/vrpayment-ruby-sdk/models/payment_link_create.rb +13 -1
- data/lib/vrpayment-ruby-sdk/models/payment_link_update.rb +13 -1
- data/lib/vrpayment-ruby-sdk/models/scope.rb +51 -1
- data/lib/vrpayment-ruby-sdk/models/wallet_type.rb +34 -4
- data/lib/vrpayment-ruby-sdk/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/cache/ethon-0.15.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/json-2.15.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.5.0.gem +0 -0
- 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
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/parser.so +0 -0
- 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
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.github/workflows/ruby.yml +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/CHANGELOG.md +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/README.md +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/classes.rb +2 -12
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/options.rb +3 -4
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/callbacks.rb +1 -2
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/informations.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/response_callbacks.rb +1 -6
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/callbacks_spec.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/informations_spec.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/mirror_spec.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/operations_spec.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/CHANGES.md +50 -9
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/README.md +3 -1
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/fbuffer/fbuffer.h +31 -5
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/generator/generator.c +134 -104
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/parser/parser.c +58 -8
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/simd/conf.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/simd/simd.h +47 -46
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/vendor/fpconv.c +12 -11
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/core.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/string.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/common.rb +49 -23
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/ext/generator/state.rb +7 -14
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/generic_object.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/truffle_ruby/generator.rb +63 -45
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json.rb +23 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CHANGELOG.md +43 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/expectation.rb +4 -2
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/responseable.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/typhoeus.gemspec +14 -4
- data/vendor/bundle/ruby/3.3.0/specifications/{ethon-0.16.0.gemspec → ethon-0.15.0.gemspec} +3 -3
- data/vendor/bundle/ruby/3.3.0/specifications/{json-2.13.0.gemspec → json-2.15.1.gemspec} +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/{typhoeus-1.4.1.gemspec → typhoeus-1.5.0.gemspec} +7 -5
- metadata +205 -252
- data/vendor/bundle/ruby/3.3.0/cache/ethon-0.16.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/json-2.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.4.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/conf.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.gitignore +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.rspec +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Gemfile +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Guardfile +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Rakefile +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/profile.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/server.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +0 -339
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +0 -280
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +0 -256
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +0 -147
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +0 -323
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +0 -256
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +0 -105
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.gitignore +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.rspec +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Gemfile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Guardfile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Rakefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/ethon.gemspec +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curl.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/codes.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/constants.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/form_options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/functions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/infos.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/settings.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/debug_info.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/features.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/form.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/header.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/actionable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/custom.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/delete.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/get.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/head.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/patch.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/post.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/postable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/put.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/putable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/mirror.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/params.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/queryable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/util.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/ethon_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/global_init.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_option.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_value.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_add.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_fdset.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_remove.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_timeout.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/select.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/libc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/loggable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/benchmarks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/memory_leaks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/perf_spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/memory_test_helpers.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/curl_spec.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/features_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/form_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/header_spec.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/options_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/queryable_spec.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/util_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/libc_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/loggable_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/operations_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/options_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/stack_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/localhost_server.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/server.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/BSDL +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/COPYING +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/LEGAL +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/generator/Makefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/generator/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/parser/Makefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/parser/extconf.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/json.gemspec +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/bigdecimal.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/complex.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/date.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/date_time.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/exception.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/ostruct.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/range.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/rational.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/regexp.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/set.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/struct.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/symbol.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/time.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/ext.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/UPGRADE.md +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/adapters/faraday.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/dalli.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/rails.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/redis.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/config.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/easy_factory.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/no_stub.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/addable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/before.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/queueable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/runnable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/pool.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/railtie.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/actions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/before.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/marshal.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/streamable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/header.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/informations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/status.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response.rb +0 -0
- /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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1edb74da7608880c709655781f29af8531793db193fe043987b8f3353ca8b87c
|
4
|
+
data.tar.gz: dad20c6637d4e3e490be129f885eae9a73caf35fc35452640ca028c183c3a13c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
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.
|
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
|
@@ -264,7 +264,7 @@ module VRPayment
|
|
264
264
|
header_params = {}
|
265
265
|
|
266
266
|
# HTTP header 'Accept' (if needed)
|
267
|
-
local_header_accept = ['text/plain;charset=utf-8'
|
267
|
+
local_header_accept = ['application/json', 'text/plain;charset=utf-8']
|
268
268
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
269
269
|
|
270
270
|
# HTTP header 'Content-Type'
|
@@ -240,7 +240,7 @@ module VRPayment
|
|
240
240
|
header_params = {}
|
241
241
|
|
242
242
|
# HTTP header 'Accept' (if needed)
|
243
|
-
local_header_accept = ['
|
243
|
+
local_header_accept = ['application/json;charset=utf-8', 'text/csv']
|
244
244
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
245
245
|
|
246
246
|
# HTTP header 'Content-Type'
|
@@ -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(
|
100
|
-
data, _status_code, _headers = create_with_http_info(
|
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(
|
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
|
-
#
|
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(
|
302
|
-
data, _status_code, _headers = terminate_with_http_info(
|
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
|
-
#
|
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(
|
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
|
@@ -63,7 +63,7 @@ module VRPayment
|
|
63
63
|
header_params = {}
|
64
64
|
|
65
65
|
# HTTP header 'Accept' (if needed)
|
66
|
-
local_header_accept = ['text/plain;charset=utf-8'
|
66
|
+
local_header_accept = ['application/json', 'text/plain;charset=utf-8']
|
67
67
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
68
68
|
|
69
69
|
# HTTP header 'Content-Type'
|
@@ -63,7 +63,7 @@ module VRPayment
|
|
63
63
|
header_params = {}
|
64
64
|
|
65
65
|
# HTTP header 'Accept' (if needed)
|
66
|
-
local_header_accept = ['text/plain;charset=utf-8'
|
66
|
+
local_header_accept = ['application/json', 'text/plain;charset=utf-8']
|
67
67
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
68
68
|
|
69
69
|
# HTTP header 'Content-Type'
|
@@ -58,7 +58,7 @@ module VRPayment
|
|
58
58
|
header_params = {}
|
59
59
|
|
60
60
|
# HTTP header 'Accept' (if needed)
|
61
|
-
local_header_accept = ['text/plain;charset=utf-8'
|
61
|
+
local_header_accept = ['application/json', 'text/plain;charset=utf-8']
|
62
62
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
63
63
|
|
64
64
|
# HTTP header 'Content-Type'
|
@@ -63,7 +63,7 @@ module VRPayment
|
|
63
63
|
header_params = {}
|
64
64
|
|
65
65
|
# HTTP header 'Accept' (if needed)
|
66
|
-
local_header_accept = ['text/plain;charset=utf-8'
|
66
|
+
local_header_accept = ['application/json', 'text/plain;charset=utf-8']
|
67
67
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
68
68
|
|
69
69
|
# HTTP header 'Content-Type'
|
@@ -396,7 +396,7 @@ module VRPayment
|
|
396
396
|
header_params = {}
|
397
397
|
|
398
398
|
# HTTP header 'Accept' (if needed)
|
399
|
-
local_header_accept = ['
|
399
|
+
local_header_accept = ['application/json;charset=utf-8', 'text/csv']
|
400
400
|
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
401
401
|
|
402
402
|
# HTTP header 'Content-Type'
|
@@ -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.
|
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
|