Class: CyberSource::InlineResponse201ProcessorInformation
- Inherits:
-
Object
- Object
- CyberSource::InlineResponse201ProcessorInformation
- Defined in:
- lib/cyberSource_client/models/inline_response_201_processor_information.rb
Instance Attribute Summary collapse
-
#amex_verbal_auth_reference_number ⇒ Object
Referral response number for a verbal authorization with FDMS Nashville when using an American Express card.
-
#approval_code ⇒ Object
Authorization code.
-
#avs ⇒ Object
Returns the value of attribute avs.
-
#card_verification ⇒ Object
Returns the value of attribute card_verification.
-
#consumer_authentication_response ⇒ Object
Returns the value of attribute consumer_authentication_response.
-
#customer ⇒ Object
Returns the value of attribute customer.
-
#electronic_verification_results ⇒ Object
Returns the value of attribute electronic_verification_results.
-
#forwarded_acquirer_code ⇒ Object
Name of the Japanese acquirer that processed the transaction.
-
#issuer ⇒ Object
Returns the value of attribute issuer.
-
#master_card_authentication_type ⇒ Object
Type of authentication for which the transaction qualifies as determined by the Mastercard authentication service, which confirms the identity of the cardholder.
-
#master_card_service_code ⇒ Object
Mastercard service that was used for the transaction.
-
#master_card_service_reply_code ⇒ Object
Result of the Mastercard card-on-file token service.
-
#merchant_advice ⇒ Object
Returns the value of attribute merchant_advice.
-
#name ⇒ Object
Name of the Processor.
-
#network_transaction_id ⇒ Object
TBD.
-
#payment_account_reference_number ⇒ Object
Visa-generated reference number that identifies a card-present transaction for which youprovided one of the following: - Visa primary account number (PAN) - Visa-generated token for a PAN This reference number serves as a link to the cardholder account and to all transactions for that account.
-
#provider_transaction_id ⇒ Object
TBD.
-
#response_category_code ⇒ Object
Processor-defined response category code.
-
#response_code ⇒ Object
For most processors, this is the error message sent directly from the bank.
-
#response_code_source ⇒ Object
Used by Visa only and contains the response source/reason code that identifies the source of the response decision.
-
#response_details ⇒ Object
This field might contain information about a decline.
-
#sales_slip_number ⇒ Object
Transaction identifier that CyberSource generates.
-
#system_trace_audit_number ⇒ Object
This field is returned only for **American Express Direct** and **CyberSource through VisaNet**.
-
#transaction_id ⇒ Object
Network transaction identifier (TID).
-
#transaction_integrity_code ⇒ Object
Transaction integrity classification provided by Mastercard.
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 = {}) ⇒ InlineResponse201ProcessorInformation
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 = {}) ⇒ InlineResponse201ProcessorInformation
Initializes the object
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 244 245 246 247 248 249 250 251 252 253 254 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 149 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?(:'approvalCode') self.approval_code = attributes[:'approvalCode'] end if attributes.has_key?(:'transactionId') self.transaction_id = attributes[:'transactionId'] end if attributes.has_key?(:'networkTransactionId') self.network_transaction_id = attributes[:'networkTransactionId'] end if attributes.has_key?(:'providerTransactionId') self.provider_transaction_id = attributes[:'providerTransactionId'] end if attributes.has_key?(:'responseCode') self.response_code = attributes[:'responseCode'] end if attributes.has_key?(:'responseCodeSource') self.response_code_source = attributes[:'responseCodeSource'] end if attributes.has_key?(:'responseDetails') self.response_details = attributes[:'responseDetails'] end if attributes.has_key?(:'responseCategoryCode') self.response_category_code = attributes[:'responseCategoryCode'] end if attributes.has_key?(:'forwardedAcquirerCode') self.forwarded_acquirer_code = attributes[:'forwardedAcquirerCode'] end if attributes.has_key?(:'avs') self.avs = attributes[:'avs'] end if attributes.has_key?(:'cardVerification') self.card_verification = attributes[:'cardVerification'] end if attributes.has_key?(:'merchantAdvice') self.merchant_advice = attributes[:'merchantAdvice'] end if attributes.has_key?(:'electronicVerificationResults') self.electronic_verification_results = attributes[:'electronicVerificationResults'] end if attributes.has_key?(:'customer') self.customer = attributes[:'customer'] end if attributes.has_key?(:'consumerAuthenticationResponse') self.consumer_authentication_response = attributes[:'consumerAuthenticationResponse'] end if attributes.has_key?(:'issuer') self.issuer = attributes[:'issuer'] end if attributes.has_key?(:'systemTraceAuditNumber') self.system_trace_audit_number = attributes[:'systemTraceAuditNumber'] end if attributes.has_key?(:'paymentAccountReferenceNumber') self.payment_account_reference_number = attributes[:'paymentAccountReferenceNumber'] end if attributes.has_key?(:'transactionIntegrityCode') self.transaction_integrity_code = attributes[:'transactionIntegrityCode'] end if attributes.has_key?(:'amexVerbalAuthReferenceNumber') self.amex_verbal_auth_reference_number = attributes[:'amexVerbalAuthReferenceNumber'] end if attributes.has_key?(:'salesSlipNumber') self.sales_slip_number = attributes[:'salesSlipNumber'] end if attributes.has_key?(:'masterCardServiceCode') self.master_card_service_code = attributes[:'masterCardServiceCode'] end if attributes.has_key?(:'masterCardServiceReplyCode') self.master_card_service_reply_code = attributes[:'masterCardServiceReplyCode'] end if attributes.has_key?(:'masterCardAuthenticationType') self.master_card_authentication_type = attributes[:'masterCardAuthenticationType'] end if attributes.has_key?(:'name') self.name = attributes[:'name'] end end |
Instance Attribute Details
#amex_verbal_auth_reference_number ⇒ Object
Referral response number for a verbal authorization with FDMS Nashville when using an American Express card. Give this number to American Express when you call them for the verbal authorization.
68 69 70 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 68 def amex_verbal_auth_reference_number @amex_verbal_auth_reference_number end |
#approval_code ⇒ Object
Authorization code. Returned only when the processor returns this value.
18 19 20 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 18 def approval_code @approval_code end |
#avs ⇒ Object
Returns the value of attribute avs.
44 45 46 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 44 def avs @avs end |
#card_verification ⇒ Object
Returns the value of attribute card_verification.
46 47 48 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 46 def card_verification @card_verification end |
#consumer_authentication_response ⇒ Object
Returns the value of attribute consumer_authentication_response.
54 55 56 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 54 def consumer_authentication_response @consumer_authentication_response end |
#customer ⇒ Object
Returns the value of attribute customer.
52 53 54 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 52 def customer @customer end |
#electronic_verification_results ⇒ Object
Returns the value of attribute electronic_verification_results.
50 51 52 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 50 def electronic_verification_results @electronic_verification_results end |
#forwarded_acquirer_code ⇒ Object
Name of the Japanese acquirer that processed the transaction. Returned only for CCS (CAFIS) and JCN Gateway. Please contact the CyberSource Japan Support Group for more information.
42 43 44 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 42 def forwarded_acquirer_code @forwarded_acquirer_code end |
#issuer ⇒ Object
Returns the value of attribute issuer.
56 57 58 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 56 def issuer @issuer end |
#master_card_authentication_type ⇒ Object
Type of authentication for which the transaction qualifies as determined by the Mastercard authentication service, which confirms the identity of the cardholder. Mastercard provides this value to CyberSource. Possible values: - 1: Transaction qualifies for Mastercard authentication type 1. - 2: Transaction qualifies for Mastercard authentication type 2.
80 81 82 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 80 def master_card_authentication_type @master_card_authentication_type end |
#master_card_service_code ⇒ Object
Mastercard service that was used for the transaction. Mastercard provides this value to CyberSource. Possible value: - 53: Mastercard card-on-file token service
74 75 76 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 74 def master_card_service_code @master_card_service_code end |
#master_card_service_reply_code ⇒ Object
Result of the Mastercard card-on-file token service. Mastercard provides this value to CyberSource. Possible values: - C: Service completed successfully. - F: One of the following: - Incorrect Mastercard POS entry mode. The Mastercard POS entry mode should be 81 for an authorization or authorization reversal. - Incorrect Mastercard POS entry mode. The Mastercard POS entry mode should be 01 for a tokenized request. - Token requestor ID is missing or formatted incorrectly. - I: One of the following: - Invalid token requestor ID. - Suspended or deactivated token. - Invalid token (not in mapping table). - T: Invalid combination of token requestor ID and token. - U: Expired token. - W: Primary account number (PAN) listed in electronic warning bulletin. Note This field is returned only for **CyberSource through VisaNet**.
77 78 79 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 77 def master_card_service_reply_code @master_card_service_reply_code end |
#merchant_advice ⇒ Object
Returns the value of attribute merchant_advice.
48 49 50 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 48 def merchant_advice @merchant_advice end |
#name ⇒ Object
Name of the Processor.
83 84 85 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 83 def name @name end |
#network_transaction_id ⇒ Object
TBD
24 25 26 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 24 def network_transaction_id @network_transaction_id end |
#payment_account_reference_number ⇒ Object
Visa-generated reference number that identifies a card-present transaction for which youprovided one of the following: - Visa primary account number (PAN) - Visa-generated token for a PAN This reference number serves as a link to the cardholder account and to all transactions for that account.
62 63 64 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 62 def payment_account_reference_number @payment_account_reference_number end |
#provider_transaction_id ⇒ Object
TBD
27 28 29 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 27 def provider_transaction_id @provider_transaction_id end |
#response_category_code ⇒ Object
Processor-defined response category code. The associated detail error code is in the auth_auth_response field or the auth_reversal_auth_ response field depending on which service you requested. This field is supported only for: - Japanese issuers - Domestic transactions in Japan - Comercio Latino—processor transaction ID required for troubleshooting **Maximum length for processors**: - Comercio Latino: 32 - All other processors: 3
39 40 41 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 39 def response_category_code @response_category_code end |
#response_code ⇒ Object
For most processors, this is the error message sent directly from the bank. Returned only when the processor returns this value. Important Do not use this field to evaluate the result of the authorization.
30 31 32 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 30 def response_code @response_code end |
#response_code_source ⇒ Object
Used by Visa only and contains the response source/reason code that identifies the source of the response decision.
33 34 35 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 33 def response_code_source @response_code_source end |
#response_details ⇒ Object
This field might contain information about a decline. This field is supported only for **CyberSource through VisaNet**.
36 37 38 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 36 def response_details @response_details end |
#sales_slip_number ⇒ Object
Transaction identifier that CyberSource generates. You have the option of printing the sales slip number on the receipt. This field is supported only for **JCN Gateway**.
71 72 73 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 71 def sales_slip_number @sales_slip_number end |
#system_trace_audit_number ⇒ Object
This field is returned only for **American Express Direct** and **CyberSource through VisaNet**. **American Express Direct** System trace audit number (STAN). This value identifies the transaction and is useful when investigating a chargeback dispute. **CyberSource through VisaNet** System trace number that must be printed on the customer’s receipt.
59 60 61 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 59 def system_trace_audit_number @system_trace_audit_number end |
#transaction_id ⇒ Object
Network transaction identifier (TID). You can use this value to identify a specific transaction when you are discussing the transaction with your processor. Not all processors provide this value.
21 22 23 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 21 def transaction_id @transaction_id end |
#transaction_integrity_code ⇒ Object
Transaction integrity classification provided by Mastercard. This value specifies Mastercard’s evaluation of the transaction’s safety and security. This field is returned only for **CyberSource through VisaNet**. For card-present transactions, possible values: - A1: EMV or token in a secure, trusted environment - B1: EMV or chip equivalent - C1: Magnetic stripe - E1: Key entered - U0: Unclassified For card-not-present transactions, possible values: - A2: Digital transactions - B2: Authenticated checkout - C2: Transaction validation - D2: Enhanced data - E2: Generic messaging - U0: Unclassified For information about these values, contact Mastercard or your acquirer.
65 66 67 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 65 def transaction_integrity_code @transaction_integrity_code end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
86 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 114 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 86 def self.attribute_map { :'approval_code' => :'approvalCode', :'transaction_id' => :'transactionId', :'network_transaction_id' => :'networkTransactionId', :'provider_transaction_id' => :'providerTransactionId', :'response_code' => :'responseCode', :'response_code_source' => :'responseCodeSource', :'response_details' => :'responseDetails', :'response_category_code' => :'responseCategoryCode', :'forwarded_acquirer_code' => :'forwardedAcquirerCode', :'avs' => :'avs', :'card_verification' => :'cardVerification', :'merchant_advice' => :'merchantAdvice', :'electronic_verification_results' => :'electronicVerificationResults', :'customer' => :'customer', :'consumer_authentication_response' => :'consumerAuthenticationResponse', :'issuer' => :'issuer', :'system_trace_audit_number' => :'systemTraceAuditNumber', :'payment_account_reference_number' => :'paymentAccountReferenceNumber', :'transaction_integrity_code' => :'transactionIntegrityCode', :'amex_verbal_auth_reference_number' => :'amexVerbalAuthReferenceNumber', :'sales_slip_number' => :'salesSlipNumber', :'master_card_service_code' => :'masterCardServiceCode', :'master_card_service_reply_code' => :'masterCardServiceReplyCode', :'master_card_authentication_type' => :'masterCardAuthenticationType', :'name' => :'name' } end |
.swagger_types ⇒ Object
Attribute type mapping.
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 143 144 145 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 117 def self.swagger_types { :'approval_code' => :'String', :'transaction_id' => :'String', :'network_transaction_id' => :'String', :'provider_transaction_id' => :'String', :'response_code' => :'String', :'response_code_source' => :'String', :'response_details' => :'String', :'response_category_code' => :'String', :'forwarded_acquirer_code' => :'String', :'avs' => :'InlineResponse201ProcessorInformationAvs', :'card_verification' => :'InlineResponse201ProcessorInformationCardVerification', :'merchant_advice' => :'InlineResponse201ProcessorInformationMerchantAdvice', :'electronic_verification_results' => :'InlineResponse201ProcessorInformationElectronicVerificationResults', :'customer' => :'InlineResponse201ProcessorInformationCustomer', :'consumer_authentication_response' => :'InlineResponse201ProcessorInformationConsumerAuthenticationResponse', :'issuer' => :'InlineResponse201ProcessorInformationIssuer', :'system_trace_audit_number' => :'String', :'payment_account_reference_number' => :'String', :'transaction_integrity_code' => :'String', :'amex_verbal_auth_reference_number' => :'String', :'sales_slip_number' => :'Float', :'master_card_service_code' => :'String', :'master_card_service_reply_code' => :'String', :'master_card_authentication_type' => :'String', :'name' => :'String' } end |
Instance Method Details
#==(o) ⇒ Object
Checks equality by comparing each attribute.
496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 496 def ==(o) return true if self.equal?(o) self.class == o.class && approval_code == o.approval_code && transaction_id == o.transaction_id && network_transaction_id == o.network_transaction_id && provider_transaction_id == o.provider_transaction_id && response_code == o.response_code && response_code_source == o.response_code_source && response_details == o.response_details && response_category_code == o.response_category_code && forwarded_acquirer_code == o.forwarded_acquirer_code && avs == o.avs && card_verification == o.card_verification && merchant_advice == o.merchant_advice && electronic_verification_results == o.electronic_verification_results && customer == o.customer && consumer_authentication_response == o.consumer_authentication_response && issuer == o.issuer && system_trace_audit_number == o.system_trace_audit_number && payment_account_reference_number == o.payment_account_reference_number && transaction_integrity_code == o.transaction_integrity_code && amex_verbal_auth_reference_number == o.amex_verbal_auth_reference_number && sales_slip_number == o.sales_slip_number && master_card_service_code == o.master_card_service_code && master_card_service_reply_code == o.master_card_service_reply_code && master_card_authentication_type == o.master_card_authentication_type && name == o.name end |
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 562 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
628 629 630 631 632 633 634 635 636 637 638 639 640 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 628 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
541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 541 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
528 529 530 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 528 def eql?(o) self == o end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
534 535 536 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 534 def hash [approval_code, transaction_id, network_transaction_id, provider_transaction_id, response_code, response_code_source, response_details, response_category_code, forwarded_acquirer_code, avs, card_verification, merchant_advice, electronic_verification_results, customer, consumer_authentication_response, issuer, system_trace_audit_number, payment_account_reference_number, transaction_integrity_code, amex_verbal_auth_reference_number, sales_slip_number, master_card_service_code, master_card_service_reply_code, master_card_authentication_type, name].hash end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 258 def list_invalid_properties invalid_properties = Array.new if !@transaction_id.nil? && @transaction_id.to_s.length > 50 invalid_properties.push('invalid value for "transaction_id", the character length must be smaller than or equal to 50.') end if !@response_code.nil? && @response_code.to_s.length > 10 invalid_properties.push('invalid value for "response_code", the character length must be smaller than or equal to 10.') end if !@response_code_source.nil? && @response_code_source.to_s.length > 1 invalid_properties.push('invalid value for "response_code_source", the character length must be smaller than or equal to 1.') end if !@response_details.nil? && @response_details.to_s.length > 255 invalid_properties.push('invalid value for "response_details", the character length must be smaller than or equal to 255.') end if !@response_category_code.nil? && @response_category_code.to_s.length > 32 invalid_properties.push('invalid value for "response_category_code", the character length must be smaller than or equal to 32.') end if !@forwarded_acquirer_code.nil? && @forwarded_acquirer_code.to_s.length > 32 invalid_properties.push('invalid value for "forwarded_acquirer_code", the character length must be smaller than or equal to 32.') end if !@system_trace_audit_number.nil? && @system_trace_audit_number.to_s.length > 6 invalid_properties.push('invalid value for "system_trace_audit_number", the character length must be smaller than or equal to 6.') end if !@payment_account_reference_number.nil? && @payment_account_reference_number.to_s.length > 32 invalid_properties.push('invalid value for "payment_account_reference_number", the character length must be smaller than or equal to 32.') end if !@transaction_integrity_code.nil? && @transaction_integrity_code.to_s.length > 2 invalid_properties.push('invalid value for "transaction_integrity_code", the character length must be smaller than or equal to 2.') end if !@amex_verbal_auth_reference_number.nil? && @amex_verbal_auth_reference_number.to_s.length > 6 invalid_properties.push('invalid value for "amex_verbal_auth_reference_number", the character length must be smaller than or equal to 6.') end if !@sales_slip_number.nil? && @sales_slip_number > 99999 invalid_properties.push('invalid value for "sales_slip_number", must be smaller than or equal to 99999.') end if !@master_card_service_code.nil? && @master_card_service_code.to_s.length > 2 invalid_properties.push('invalid value for "master_card_service_code", the character length must be smaller than or equal to 2.') end if !@master_card_service_reply_code.nil? && @master_card_service_reply_code.to_s.length > 1 invalid_properties.push('invalid value for "master_card_service_reply_code", the character length must be smaller than or equal to 1.') end if !@master_card_authentication_type.nil? && @master_card_authentication_type.to_s.length > 1 invalid_properties.push('invalid value for "master_card_authentication_type", the character length must be smaller than or equal to 1.') end if !@name.nil? && @name.to_s.length > 30 invalid_properties.push('invalid value for "name", the character length must be smaller than or equal to 30.') end invalid_properties end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
608 609 610 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 608 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
614 615 616 617 618 619 620 621 622 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 614 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
602 603 604 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 602 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 |
# File 'lib/cyberSource_client/models/inline_response_201_processor_information.rb', line 325 def valid? return false if !@transaction_id.nil? && @transaction_id.to_s.length > 50 return false if !@response_code.nil? && @response_code.to_s.length > 10 return false if !@response_code_source.nil? && @response_code_source.to_s.length > 1 return false if !@response_details.nil? && @response_details.to_s.length > 255 return false if !@response_category_code.nil? && @response_category_code.to_s.length > 32 return false if !@forwarded_acquirer_code.nil? && @forwarded_acquirer_code.to_s.length > 32 return false if !@system_trace_audit_number.nil? && @system_trace_audit_number.to_s.length > 6 return false if !@payment_account_reference_number.nil? && @payment_account_reference_number.to_s.length > 32 return false if !@transaction_integrity_code.nil? && @transaction_integrity_code.to_s.length > 2 return false if !@amex_verbal_auth_reference_number.nil? && @amex_verbal_auth_reference_number.to_s.length > 6 return false if !@sales_slip_number.nil? && @sales_slip_number > 99999 return false if !@master_card_service_code.nil? && @master_card_service_code.to_s.length > 2 return false if !@master_card_service_reply_code.nil? && @master_card_service_reply_code.to_s.length > 1 return false if !@master_card_authentication_type.nil? && @master_card_authentication_type.to_s.length > 1 return false if !@name.nil? && @name.to_s.length > 30 true end |