Class: CloudpaymentsRuby::Models::PaymentAuthResponse::UnionMember1::Model
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- CloudpaymentsRuby::Models::PaymentAuthResponse::UnionMember1::Model
- Defined in:
- lib/cloudpayments_ruby/models/payment_auth_response.rb
Overview
Instance Attribute Summary collapse
-
#acs_url ⇒ String
URL сервера аутентификации (ACS).
-
#escrow_accumulation_id ⇒ String?
ID накопления для безопасной сделки.
-
#frame_height ⇒ Integer?
Высота фрейма.
-
#frame_width ⇒ Integer?
Ширина фрейма.
-
#go_req ⇒ String?
Параметр GoReq (опционально).
-
#i_frame_is_allowed ⇒ Boolean
Разрешено ли использовать iframe.
-
#pa_req ⇒ String
Параметр PaReq для ACS.
-
#three_ds_callback_id ⇒ String
ID callback для 3DS.
-
#three_ds_session_data ⇒ String?
Данные сессии 3DS.
-
#transaction_id ⇒ Integer
ID транзакции (используется как MD).
Instance Method Summary collapse
-
#initialize(acs_url:, i_frame_is_allowed:, pa_req:, three_ds_callback_id:, transaction_id:, escrow_accumulation_id: nil, frame_height: nil, frame_width: nil, go_req: nil, three_ds_session_data: nil) ⇒ Object
constructor
Модель ответа, требующего 3-D Secure аутентификацию.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(acs_url:, i_frame_is_allowed:, pa_req:, three_ds_callback_id:, transaction_id:, escrow_accumulation_id: nil, frame_height: nil, frame_width: nil, go_req: nil, three_ds_session_data: nil) ⇒ Object
Модель ответа, требующего 3-D Secure аутентификацию
|
|
# File 'lib/cloudpayments_ruby/models/payment_auth_response.rb', line 138
|
Instance Attribute Details
#acs_url ⇒ String
URL сервера аутентификации (ACS)
82 |
# File 'lib/cloudpayments_ruby/models/payment_auth_response.rb', line 82 required :acs_url, String, api_name: :AcsUrl |
#escrow_accumulation_id ⇒ String?
ID накопления для безопасной сделки
112 |
# File 'lib/cloudpayments_ruby/models/payment_auth_response.rb', line 112 optional :escrow_accumulation_id, String, api_name: :EscrowAccumulationId |
#frame_height ⇒ Integer?
Высота фрейма
118 |
# File 'lib/cloudpayments_ruby/models/payment_auth_response.rb', line 118 optional :frame_height, Integer, api_name: :FrameHeight |
#frame_width ⇒ Integer?
Ширина фрейма
124 |
# File 'lib/cloudpayments_ruby/models/payment_auth_response.rb', line 124 optional :frame_width, Integer, api_name: :FrameWidth |
#go_req ⇒ String?
Параметр GoReq (опционально)
130 |
# File 'lib/cloudpayments_ruby/models/payment_auth_response.rb', line 130 optional :go_req, String, api_name: :GoReq |
#i_frame_is_allowed ⇒ Boolean
Разрешено ли использовать iframe
88 |
# File 'lib/cloudpayments_ruby/models/payment_auth_response.rb', line 88 required :i_frame_is_allowed, CloudpaymentsRuby::Internal::Type::Boolean, api_name: :IFrameIsAllowed |
#pa_req ⇒ String
Параметр PaReq для ACS
94 |
# File 'lib/cloudpayments_ruby/models/payment_auth_response.rb', line 94 required :pa_req, String, api_name: :PaReq |
#three_ds_callback_id ⇒ String
ID callback для 3DS
100 |
# File 'lib/cloudpayments_ruby/models/payment_auth_response.rb', line 100 required :three_ds_callback_id, String, api_name: :ThreeDsCallbackId |
#three_ds_session_data ⇒ String?
Данные сессии 3DS
136 |
# File 'lib/cloudpayments_ruby/models/payment_auth_response.rb', line 136 optional :three_ds_session_data, String, api_name: :ThreeDsSessionData |
#transaction_id ⇒ Integer
ID транзакции (используется как MD)
106 |
# File 'lib/cloudpayments_ruby/models/payment_auth_response.rb', line 106 required :transaction_id, Integer, api_name: :TransactionId |