Class: CyberSource::RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation
- Inherits:
-
Object
- Object
- CyberSource::RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation
- Defined in:
- lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb
Instance Attribute Summary collapse
-
#acs_rendering_type ⇒ Object
Identifies the UI Type the ACS will use to complete the challenge.
-
#acs_transaction_id ⇒ Object
Unique transaction identifier assigned by the ACS to identify a single transaction.
-
#authentication_result ⇒ Object
Raw authentication data that comes from the cardissuing bank.
-
#authentication_status_msg ⇒ Object
Message that explains the authenticationResult reply field.
-
#authorization_payload ⇒ Object
The Base64 encoded JSON Payload of CB specific Authorization Values returned in the challenge Flow.
-
#cavv ⇒ Object
Unique identifier generated by the card-issuing bank for Visa, American Express, JCB, Diners Club, and Discover transactions after the customer is authenticated.
-
#cavv_algorithm ⇒ Object
Field that is returned only when the CAVV is generated, which occurs when paresStatus contains the values Y (successful authentication) or A (attempted authentication).
-
#directory_server_error_code ⇒ Object
The directory server error code indicating a problem with this transaction.
-
#directory_server_error_description ⇒ Object
Directory server text and additional detail about the error for this transaction.
-
#directory_server_transaction_id ⇒ Object
The Directory Server Transaction ID is generated by the Mastercard Directory Server during the authentication transaction and passed back to the merchant with the authentication results.
-
#eci ⇒ Object
Note This field applies only to non-U.S-issued cards.
-
#eci_raw ⇒ Object
ECI value that can be returned for Visa, Mastercard, American Express, JCB, Diners Club, and Discover.
-
#indicator ⇒ Object
Indicator used to differentiate Internet transactions from other types.
-
#interaction_counter ⇒ Object
Indicates the number of authentication cycles attempted by the cardholder and is tracked by the Issuing Banks ACS.Example: if customer gets the challenge window and enter in their one time password and hit submit then that interaction counter should just be 1.
-
#pares_status ⇒ Object
Raw result of the authentication check.
-
#sdk_transaction_id ⇒ Object
SDK unique transaction identifier that is generated on each new transaction.
-
#specification_version ⇒ Object
This field contains the 3D Secure version that was used to process the transaction.
-
#three_ds_server_transaction_id ⇒ Object
Unique transaction identifier assigned by the 3DS Server to identify a single transaction.
-
#ucaf_authentication_data ⇒ Object
AAV is a unique identifier generated by the card-issuing bank for Mastercard Identity Check transactions after the customer is authenticated.
-
#ucaf_collection_indicator ⇒ Object
For enroll, Returned only for Mastercard transactions.
-
#white_list_status ⇒ Object
Enables the communication of trusted beneficiary/whitelist status between the ACS, the DS and the 3DS Requestor.
-
#white_list_status_source ⇒ Object
This data element will be populated by the system setting Whitelist Status.
-
#xid ⇒ Object
Transaction identifier generated by CyberSource for successful enrollment or validation checks.
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(o) ⇒ Object
Checks equality by comparing each attribute.
-
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type.
-
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(o) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation
constructor
Initializes the object.
-
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons.
-
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility).
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
-
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid.
Constructor Details
#initialize(attributes = {}) ⇒ RiskV1AuthenticationResultsPost201ResponseConsumerAuthenticationInformation
Initializes the object
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 146 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } if attributes.has_key?(:'acsRenderingType') self.acs_rendering_type = attributes[:'acsRenderingType'] end if attributes.has_key?(:'acsTransactionId') self.acs_transaction_id = attributes[:'acsTransactionId'] end if attributes.has_key?(:'authenticationResult') self.authentication_result = attributes[:'authenticationResult'] end if attributes.has_key?(:'authenticationStatusMsg') self.authentication_status_msg = attributes[:'authenticationStatusMsg'] end if attributes.has_key?(:'authorizationPayload') self. = attributes[:'authorizationPayload'] end if attributes.has_key?(:'cavv') self.cavv = attributes[:'cavv'] end if attributes.has_key?(:'cavvAlgorithm') self.cavv_algorithm = attributes[:'cavvAlgorithm'] end if attributes.has_key?(:'directoryServerErrorCode') self.directory_server_error_code = attributes[:'directoryServerErrorCode'] end if attributes.has_key?(:'directoryServerErrorDescription') self.directory_server_error_description = attributes[:'directoryServerErrorDescription'] end if attributes.has_key?(:'indicator') self.indicator = attributes[:'indicator'] end if attributes.has_key?(:'interactionCounter') self.interaction_counter = attributes[:'interactionCounter'] end if attributes.has_key?(:'eci') self.eci = attributes[:'eci'] end if attributes.has_key?(:'eciRaw') self.eci_raw = attributes[:'eciRaw'] end if attributes.has_key?(:'paresStatus') self.pares_status = attributes[:'paresStatus'] end if attributes.has_key?(:'sdkTransactionId') self.sdk_transaction_id = attributes[:'sdkTransactionId'] end if attributes.has_key?(:'specificationVersion') self.specification_version = attributes[:'specificationVersion'] end if attributes.has_key?(:'threeDSServerTransactionId') self.three_ds_server_transaction_id = attributes[:'threeDSServerTransactionId'] end if attributes.has_key?(:'ucafAuthenticationData') self.ucaf_authentication_data = attributes[:'ucafAuthenticationData'] end if attributes.has_key?(:'ucafCollectionIndicator') self.ucaf_collection_indicator = attributes[:'ucafCollectionIndicator'] end if attributes.has_key?(:'whiteListStatus') self.white_list_status = attributes[:'whiteListStatus'] end if attributes.has_key?(:'whiteListStatusSource') self.white_list_status_source = attributes[:'whiteListStatusSource'] end if attributes.has_key?(:'xid') self.xid = attributes[:'xid'] end if attributes.has_key?(:'directoryServerTransactionId') self.directory_server_transaction_id = attributes[:'directoryServerTransactionId'] end end |
Instance Attribute Details
#acs_rendering_type ⇒ Object
Identifies the UI Type the ACS will use to complete the challenge. NOTE: Only available for App transactions using the Cardinal Mobile SDK.
18 19 20 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 18 def acs_rendering_type @acs_rendering_type end |
#acs_transaction_id ⇒ Object
Unique transaction identifier assigned by the ACS to identify a single transaction.
21 22 23 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 21 def acs_transaction_id @acs_transaction_id end |
#authentication_result ⇒ Object
Raw authentication data that comes from the cardissuing bank. Primary authentication field that indicates if authentication was successful and if liability shift occurred. You should examine first the result of this field. This field contains one of these values: - ‘-1`: Invalid PARes. - `0`: Successful validation. - `1`: Cardholder is not participating, but the attempt to authenticate was recorded. - `6`: Issuer unable to perform authentication. - `9`: Cardholder did not complete authentication.
24 25 26 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 24 def authentication_result @authentication_result end |
#authentication_status_msg ⇒ Object
Message that explains the authenticationResult reply field.
27 28 29 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 27 def authentication_status_msg @authentication_status_msg end |
#authorization_payload ⇒ Object
The Base64 encoded JSON Payload of CB specific Authorization Values returned in the challenge Flow
30 31 32 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 30 def @authorization_payload end |
#cavv ⇒ Object
Unique identifier generated by the card-issuing bank for Visa, American Express, JCB, Diners Club, and Discover transactions after the customer is authenticated. The value is in base64. When you request the card authorization service, CyberSource automatically converts the value, not the field name, to the format required by your payment processor.
33 34 35 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 33 def cavv @cavv end |
#cavv_algorithm ⇒ Object
Field that is returned only when the CAVV is generated, which occurs when paresStatus contains the values Y (successful authentication) or A (attempted authentication). If you use the ATOS processor, send the value of this field in the ‘cavv_algorithm` request field of the authorization service. This field contains one of these values: - `2`: Visa, American Express, JCB, Diners Club, and Discover - `3`: Mastercard
36 37 38 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 36 def cavv_algorithm @cavv_algorithm end |
#directory_server_error_code ⇒ Object
The directory server error code indicating a problem with this transaction. Note - Max Length of this field is typically 3 characters.
39 40 41 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 39 def directory_server_error_code @directory_server_error_code end |
#directory_server_error_description ⇒ Object
Directory server text and additional detail about the error for this transaction.
42 43 44 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 42 def directory_server_error_description @directory_server_error_description end |
#directory_server_transaction_id ⇒ Object
The Directory Server Transaction ID is generated by the Mastercard Directory Server during the authentication transaction and passed back to the merchant with the authentication results. For Cybersource Through Visanet Gateway: The value for this field corresponds to the following data in the TC 33 capture file3: Record: CP01 TCR7, Position: 114-149, Field: MC AVV Verification—Directory Server Transaction ID
84 85 86 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 84 def directory_server_transaction_id @directory_server_transaction_id end |
#eci ⇒ Object
Note This field applies only to non-U.S-issued cards. For enroll, Numeric electronic commerce indicator (ECI) returned only for Visa, American Express, JCB, Diners Club, and Discover transactions when the card is not enrolled. For more information, see "Interpreting the Reply," page 22. If you are not using the CyberSource payment services, you must send this value to your payment processor in the subsequent request for card authorization. This field contains one of these values: - ‘06`: The card can be enrolled. Liability shift. - `07`: The card cannot be enrolled. No liability shift. For validate, Numeric electronic commerce indicator (ECI) returned only for Visa, American Express, JCB, Diners Club, and Discover transactions. The field is absent when authentication fails. You must send this value to your payment processor in the subsequent request for card authorization. This field contains one of these values: - `05`: Successful authentication - `06`: Authentication attempted - `07`: Failed authentication (No response from the merchant because of a problem.)
51 52 53 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 51 def eci @eci end |
#eci_raw ⇒ Object
ECI value that can be returned for Visa, Mastercard, American Express, JCB, Diners Club, and Discover. The field is absent when authentication fails. If your payment processor is Streamline, you must pass the value of this field instead of the value of ‘eci` or `ucafCollectionIndicator`. This field can contain one of these values: - `01`: Authentication attempted (Mastercard) - `02`: Successful authentication (Mastercard) - `05`: Successful authentication (Visa, American Express, JCB, Diners Club, and Discover) - `06`: Authentication attempted (Visa, American Express, JCB, Diners Club, and Discover)
54 55 56 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 54 def eci_raw @eci_raw end |
#indicator ⇒ Object
Indicator used to differentiate Internet transactions from other types. The authentication failed if this field is not returned. For Visa, if your payment processor is Streamline, Barclays, AIBMS, or FDC Germany, you receive the value vbv_failure instead of internet when eci is 07. The value of this field is passed automatically to the authorization service if you request the services together. This field contains one of these values: - ‘aesk`: American Express SafeKey authentication verified successfully. - `aesk_attempted`: Card not enrolled in American Express SafeKey, but the attempt to authenticate was recorded. - `dipb`: Discover ProtectBuy authentication verified successfully. - `dipb_attempted`: Card not enrolled in Discover ProtectBuy, but the attempt to authenticate was recorded. - `internet`: Authentication was not verified successfully. - `js`: J/Secure authentication verified successfully. - `js_attempted`: Card not enrolled in J/Secure, but the attempt to authenticate was recorded. - `moto`: Mail or telephone order. - `pb_attempted`: Card not enrolled in Diners Club ProtectBuy, but the attempt to authenticate was recorded. - `recurring`: Recurring transaction. - `spa`: Mastercard Identity Check authentication verified successfully. - `spa_failure`: Mastercard Identity Check failed authentication. - `vbv`: Visa Secure authentication verified successfully. - `vbv_attempted`: Card not enrolled in Visa Secure, but the attempt to authenticate was recorded. - `vbv_failure`: Visa Secure authentication unavailable.
45 46 47 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 45 def indicator @indicator end |
#interaction_counter ⇒ Object
Indicates the number of authentication cycles attempted by the cardholder and is tracked by the Issuing Banks ACS.Example: if customer gets the challenge window and enter in their one time password and hit submit then that interaction counter should just be 1. When customer gets the challenge window and the bank asks if they want to have the one time password sent to their phone or their email and they have to choose before going to the next screen to enter in their one time password then this interaction count would be 2. One for the selection of how they want the one time password delivered and another with them actually entering in the one time password and hitting the submit button.
48 49 50 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 48 def interaction_counter @interaction_counter end |
#pares_status ⇒ Object
Raw result of the authentication check. If you are configured for Asia, Middle East, and Africa Gateway Processing, you need to send the value of this field in your authorization request. This field can contain one of these values: - ‘A`: Proof of authentication attempt was generated. - `N`: Customer failed or canceled authentication. Transaction denied. - `U`: Authentication not completed regardless of the reason. - `Y`: Customer was successfully authenticated.
57 58 59 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 57 def pares_status @pares_status end |
#sdk_transaction_id ⇒ Object
SDK unique transaction identifier that is generated on each new transaction.
60 61 62 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 60 def sdk_transaction_id @sdk_transaction_id end |
#specification_version ⇒ Object
This field contains the 3D Secure version that was used to process the transaction. For example, 1.0.2 or 2.0.0.
63 64 65 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 63 def specification_version @specification_version end |
#three_ds_server_transaction_id ⇒ Object
Unique transaction identifier assigned by the 3DS Server to identify a single transaction.
66 67 68 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 66 def three_ds_server_transaction_id @three_ds_server_transaction_id end |
#ucaf_authentication_data ⇒ Object
AAV is a unique identifier generated by the card-issuing bank for Mastercard Identity Check transactions after the customer is authenticated. The value is in base64. Include the data in the card authorization request.
69 70 71 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 69 def ucaf_authentication_data @ucaf_authentication_data end |
#ucaf_collection_indicator ⇒ Object
For enroll, Returned only for Mastercard transactions. Indicates that authentication is not required because the customer is not enrolled. Add the value of this field to the authorization field ucaf_collection_indicator. This field can contain these values: 0, 1. For validate, Numeric electronic commerce indicator (ECI) returned only for Mastercard Identity Check transactions. The field is absent when authentication fails. You must send this value to your payment processor in the request for card authorization. This field contain one of these values: - ‘0`: Authentication data not collected, and customer authentication was not completed. - `1`: Authentication data not collected because customer authentication was not completed. - `2`: Authentication data collected because customer completed authentication.
72 73 74 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 72 def ucaf_collection_indicator @ucaf_collection_indicator end |
#white_list_status ⇒ Object
Enables the communication of trusted beneficiary/whitelist status between the ACS, the DS and the 3DS Requestor. Possible Values: Y - 3DS Requestor is whitelisted by cardholder N - 3DS Requestor is not whitelisted by cardholder
75 76 77 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 75 def white_list_status @white_list_status end |
#white_list_status_source ⇒ Object
This data element will be populated by the system setting Whitelist Status. Possible Values: 01 - 3DS/ Server/ 02 – DS/03 - ACS
78 79 80 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 78 def white_list_status_source @white_list_status_source end |
#xid ⇒ Object
Transaction identifier generated by CyberSource for successful enrollment or validation checks. Use this value, which is in base64, to match an outgoing PAReq with an incoming PARes. CyberSource forwards the XID with the card authorization service to these payment processors in these cases: - Barclays - Streamline (when the ecommerceIndicator`=spa`)
81 82 83 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 81 def xid @xid end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 87 def self.attribute_map { :'acs_rendering_type' => :'acsRenderingType', :'acs_transaction_id' => :'acsTransactionId', :'authentication_result' => :'authenticationResult', :'authentication_status_msg' => :'authenticationStatusMsg', :'authorization_payload' => :'authorizationPayload', :'cavv' => :'cavv', :'cavv_algorithm' => :'cavvAlgorithm', :'directory_server_error_code' => :'directoryServerErrorCode', :'directory_server_error_description' => :'directoryServerErrorDescription', :'indicator' => :'indicator', :'interaction_counter' => :'interactionCounter', :'eci' => :'eci', :'eci_raw' => :'eciRaw', :'pares_status' => :'paresStatus', :'sdk_transaction_id' => :'sdkTransactionId', :'specification_version' => :'specificationVersion', :'three_ds_server_transaction_id' => :'threeDSServerTransactionId', :'ucaf_authentication_data' => :'ucafAuthenticationData', :'ucaf_collection_indicator' => :'ucafCollectionIndicator', :'white_list_status' => :'whiteListStatus', :'white_list_status_source' => :'whiteListStatusSource', :'xid' => :'xid', :'directory_server_transaction_id' => :'directoryServerTransactionId' } end |
.swagger_types ⇒ Object
Attribute type mapping.
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 116 def self.swagger_types { :'acs_rendering_type' => :'String', :'acs_transaction_id' => :'String', :'authentication_result' => :'String', :'authentication_status_msg' => :'String', :'authorization_payload' => :'String', :'cavv' => :'String', :'cavv_algorithm' => :'String', :'directory_server_error_code' => :'String', :'directory_server_error_description' => :'String', :'indicator' => :'String', :'interaction_counter' => :'String', :'eci' => :'String', :'eci_raw' => :'String', :'pares_status' => :'String', :'sdk_transaction_id' => :'String', :'specification_version' => :'String', :'three_ds_server_transaction_id' => :'String', :'ucaf_authentication_data' => :'String', :'ucaf_collection_indicator' => :'String', :'white_list_status' => :'String', :'white_list_status_source' => :'String', :'xid' => :'String', :'directory_server_transaction_id' => :'String' } end |
Instance Method Details
#==(o) ⇒ Object
Checks equality by comparing each attribute.
320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 320 def ==(o) return true if self.equal?(o) self.class == o.class && acs_rendering_type == o.acs_rendering_type && acs_transaction_id == o.acs_transaction_id && authentication_result == o.authentication_result && authentication_status_msg == o.authentication_status_msg && == o. && cavv == o.cavv && cavv_algorithm == o.cavv_algorithm && directory_server_error_code == o.directory_server_error_code && directory_server_error_description == o.directory_server_error_description && indicator == o.indicator && interaction_counter == o.interaction_counter && eci == o.eci && eci_raw == o.eci_raw && pares_status == o.pares_status && sdk_transaction_id == o.sdk_transaction_id && specification_version == o.specification_version && three_ds_server_transaction_id == o.three_ds_server_transaction_id && ucaf_authentication_data == o.ucaf_authentication_data && ucaf_collection_indicator == o.ucaf_collection_indicator && white_list_status == o.white_list_status && white_list_status_source == o.white_list_status_source && xid == o.xid && directory_server_transaction_id == o.directory_server_transaction_id end |
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 384 def _deserialize(type, value) case type.to_sym when :DateTime DateTime.parse(value) when :Date Date.parse(value) when :String value.to_s when :Integer value.to_i when :Float value.to_f when :BOOLEAN if value.to_s =~ /\A(true|t|yes|y|1)\z/i true else false end when :Object # generic object (usually a Hash), return directly value when /\AArray<(?<inner_type>.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/ k_type = Regexp.last_match[:k_type] v_type = Regexp.last_match[:v_type] {}.tap do |hash| value.each do |k, v| hash[_deserialize(k_type, k)] = _deserialize(v_type, v) end end else # model temp_model = CyberSource.const_get(type).new temp_model.build_from_hash(value) end end |
#_to_hash(value) ⇒ Hash
Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value
450 451 452 453 454 455 456 457 458 459 460 461 462 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 450 def _to_hash(value) if value.is_a?(Array) value.compact.map { |v| _to_hash(v) } elsif value.is_a?(Hash) {}.tap do |hash| value.each { |k, v| hash[k] = _to_hash(v) } end elsif value.respond_to? :to_hash value.to_hash else value end end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 363 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.swagger_types.each_pair do |key, type| if type =~ /\AArray<(.*)>/i # check to ensure the input is an array given that the the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) }) end elsif !attributes[self.class.attribute_map[key]].nil? self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) end # or else data not found in attributes(hash), not an issue as the data can be optional end self end |
#eql?(o) ⇒ Boolean
350 351 352 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 350 def eql?(o) self == o end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
356 357 358 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 356 def hash [acs_rendering_type, acs_transaction_id, authentication_result, authentication_status_msg, , cavv, cavv_algorithm, directory_server_error_code, directory_server_error_description, indicator, interaction_counter, eci, eci_raw, pares_status, sdk_transaction_id, specification_version, three_ds_server_transaction_id, ucaf_authentication_data, ucaf_collection_indicator, white_list_status, white_list_status_source, xid, directory_server_transaction_id].hash end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
247 248 249 250 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 247 def list_invalid_properties invalid_properties = Array.new invalid_properties end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
430 431 432 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 430 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
436 437 438 439 440 441 442 443 444 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 436 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) next if value.nil? hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
424 425 426 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 424 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
254 255 256 |
# File 'lib/cybersource_rest_client/models/risk_v1_authentication_results_post201_response_consumer_authentication_information.rb', line 254 def valid? true end |