Class: CyberSource::PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults

Inherits:
Object
  • Object
show all
Defined in:
lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ PtsV2PaymentsPost201ResponseProcessorInformationElectronicVerificationResults

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



144
145
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
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 144

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?(:'code')
    self.code = attributes[:'code']
  end

  if attributes.has_key?(:'codeRaw')
    self.code_raw = attributes[:'codeRaw']
  end

  if attributes.has_key?(:'email')
    self.email = attributes[:'email']
  end

  if attributes.has_key?(:'emailRaw')
    self.email_raw = attributes[:'emailRaw']
  end

  if attributes.has_key?(:'phoneNumber')
    self.phone_number = attributes[:'phoneNumber']
  end

  if attributes.has_key?(:'phoneNumberRaw')
    self.phone_number_raw = attributes[:'phoneNumberRaw']
  end

  if attributes.has_key?(:'postalCode')
    self.postal_code = attributes[:'postalCode']
  end

  if attributes.has_key?(:'postalCodeRaw')
    self.postal_code_raw = attributes[:'postalCodeRaw']
  end

  if attributes.has_key?(:'street')
    self.street = attributes[:'street']
  end

  if attributes.has_key?(:'streetRaw')
    self.street_raw = attributes[:'streetRaw']
  end

  if attributes.has_key?(:'name')
    self.name = attributes[:'name']
  end

  if attributes.has_key?(:'nameRaw')
    self.name_raw = attributes[:'nameRaw']
  end

  if attributes.has_key?(:'firstNameRaw')
    self.first_name_raw = attributes[:'firstNameRaw']
  end

  if attributes.has_key?(:'firstName')
    self.first_name = attributes[:'firstName']
  end

  if attributes.has_key?(:'middleNameRaw')
    self.middle_name_raw = attributes[:'middleNameRaw']
  end

  if attributes.has_key?(:'middleName')
    self.middle_name = attributes[:'middleName']
  end

  if attributes.has_key?(:'lastNameRaw')
    self.last_name_raw = attributes[:'lastNameRaw']
  end

  if attributes.has_key?(:'lastName')
    self.last_name = attributes[:'lastName']
  end
end

Instance Attribute Details

#codeObject

Mapped Electronic Verification response code for the customer’s name. For details, see ‘auth_ev_name` field description in the [Credit Card Services Using the SCMP API Guide.](apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/)



17
18
19
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 17

def code
  @code
end

#code_rawObject

Raw Electronic Verification response code from the processor for the customer’s last name



20
21
22
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 20

def code_raw
  @code_raw
end

#emailObject

Mapped Electronic Verification response code for the customer’s email address. For details, see ‘auth_ev_email` field description in the [Credit Card Services Using the SCMP API Guide.](apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/)



23
24
25
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 23

def email
  @email
end

#email_rawObject

Raw Electronic Verification response code from the processor for the customer’s email address.



26
27
28
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 26

def email_raw
  @email_raw
end

#first_nameObject

#### Visa Platform Connect Mapped electronic verification response code from the processor for the customer’s first name. Valid values : ‘Y’ Yes, the data Matches ‘N’ No Match ‘O’ Partial Match



56
57
58
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 56

def first_name
  @first_name
end

#first_name_rawObject

#### Visa Platform Connect Raw electronic verification response code from the processor for the customer’s first name. Valid values : ‘01’ Match ‘50’ Partial Match ‘99’ No Match



53
54
55
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 53

def first_name_raw
  @first_name_raw
end

#last_nameObject

#### Visa Platform Connect Mapped electronic verification response code from the processor for the customer’s last name. Valid values : ‘Y’ Yes, the data Matches ‘N’ No Match ‘O’ Partial Match



68
69
70
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 68

def last_name
  @last_name
end

#last_name_rawObject

#### Visa Platform Connect Raw electronic verification response code from the processor for the customer’s last name. Valid values : ‘01’ Match ‘50’ Partial Match ‘99’ No Match



65
66
67
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 65

def last_name_raw
  @last_name_raw
end

#middle_nameObject

#### Visa Platform Connect Mapped electronic verification response code from the processor for the customer’s middle name. Valid values : ‘Y’ Yes, the data Matches ‘N’ No Match ‘O’ Partial Match



62
63
64
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 62

def middle_name
  @middle_name
end

#middle_name_rawObject

#### Visa Platform Connect Raw electronic verification response code from the processor for the customer’s middle name. Valid values : ‘01’ Match ‘50’ Partial Match ‘99’ No Match



59
60
61
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 59

def middle_name_raw
  @middle_name_raw
end

#nameObject

#### Visa Platform Connect Mapped Electronic Verification response code for the customer’s name. Valid values : ‘Y’ Yes, the data Matches ‘N’ No Match ‘O’ Partial Match



47
48
49
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 47

def name
  @name
end

#name_rawObject

#### Visa Platform Connect Raw Electronic Verification response code from the processor for the customer’s name. Valid values : ‘01’ Match ‘50’ Partial Match ‘99’ No Match



50
51
52
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 50

def name_raw
  @name_raw
end

#phone_numberObject

Mapped Electronic Verification response code for the customer’s phone number. For details, see ‘auth_ev_phone_number` field description in the [Credit Card Services Using the SCMP API Guide.](apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/)



29
30
31
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 29

def phone_number
  @phone_number
end

#phone_number_rawObject

Raw Electronic Verification response code from the processor for the customer’s phone number.



32
33
34
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 32

def phone_number_raw
  @phone_number_raw
end

#postal_codeObject

Mapped Electronic Verification response code for the customer’s postal code. For details, see ‘auth_ev_postal_code` field description in the [Credit Card Services Using the SCMP API Guide.](apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/)



35
36
37
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 35

def postal_code
  @postal_code
end

#postal_code_rawObject

Raw Electronic Verification response code from the processor for the customer’s postal code.



38
39
40
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 38

def postal_code_raw
  @postal_code_raw
end

#streetObject

Mapped Electronic Verification response code for the customer’s street address. For details, see ‘auth_ev_street` field description in the [Credit Card Services Using the SCMP API Guide.](apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/)



41
42
43
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 41

def street
  @street
end

#street_rawObject

Raw Electronic Verification response code from the processor for the customer’s street address.



44
45
46
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 44

def street_raw
  @street_raw
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 71

def self.attribute_map
  {
    :'code' => :'code',
    :'code_raw' => :'codeRaw',
    :'email' => :'email',
    :'email_raw' => :'emailRaw',
    :'phone_number' => :'phoneNumber',
    :'phone_number_raw' => :'phoneNumberRaw',
    :'postal_code' => :'postalCode',
    :'postal_code_raw' => :'postalCodeRaw',
    :'street' => :'street',
    :'street_raw' => :'streetRaw',
    :'name' => :'name',
    :'name_raw' => :'nameRaw',
    :'first_name_raw' => :'firstNameRaw',
    :'first_name' => :'firstName',
    :'middle_name_raw' => :'middleNameRaw',
    :'middle_name' => :'middleName',
    :'last_name_raw' => :'lastNameRaw',
    :'last_name' => :'lastName'
  }
end

.json_mapObject

Attribute mapping from JSON key to ruby-style variable name.



95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 95

def self.json_map
  {
    :'code' => :'code',
    :'code_raw' => :'code_raw',
    :'email' => :'email',
    :'email_raw' => :'email_raw',
    :'phone_number' => :'phone_number',
    :'phone_number_raw' => :'phone_number_raw',
    :'postal_code' => :'postal_code',
    :'postal_code_raw' => :'postal_code_raw',
    :'street' => :'street',
    :'street_raw' => :'street_raw',
    :'name' => :'name',
    :'name_raw' => :'name_raw',
    :'first_name_raw' => :'first_name_raw',
    :'first_name' => :'first_name',
    :'middle_name_raw' => :'middle_name_raw',
    :'middle_name' => :'middle_name',
    :'last_name_raw' => :'last_name_raw',
    :'last_name' => :'last_name'
  }
end

.swagger_typesObject

Attribute type mapping.



119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 119

def self.swagger_types
  {
    :'code' => :'String',
    :'code_raw' => :'String',
    :'email' => :'String',
    :'email_raw' => :'String',
    :'phone_number' => :'String',
    :'phone_number_raw' => :'String',
    :'postal_code' => :'String',
    :'postal_code_raw' => :'String',
    :'street' => :'String',
    :'street_raw' => :'String',
    :'name' => :'String',
    :'name_raw' => :'String',
    :'first_name_raw' => :'String',
    :'first_name' => :'String',
    :'middle_name_raw' => :'String',
    :'middle_name' => :'String',
    :'last_name_raw' => :'String',
    :'last_name' => :'String'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 346

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      code == o.code &&
      code_raw == o.code_raw &&
      email == o.email &&
      email_raw == o.email_raw &&
      phone_number == o.phone_number &&
      phone_number_raw == o.phone_number_raw &&
      postal_code == o.postal_code &&
      postal_code_raw == o.postal_code_raw &&
      street == o.street &&
      street_raw == o.street_raw &&
      name == o.name &&
      name_raw == o.name_raw &&
      first_name_raw == o.first_name_raw &&
      first_name == o.first_name &&
      middle_name_raw == o.middle_name_raw &&
      middle_name == o.middle_name &&
      last_name_raw == o.last_name_raw &&
      last_name == o.last_name
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 405

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

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



471
472
473
474
475
476
477
478
479
480
481
482
483
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 471

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

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 384

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("#{self.class.json_map[key]}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{self.class.json_map[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

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


371
372
373
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 371

def eql?(o)
  self == o
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



377
378
379
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 377

def hash
  [code, code_raw, email, email_raw, phone_number, phone_number_raw, postal_code, postal_code_raw, street, street_raw, name, name_raw, first_name_raw, first_name, middle_name_raw, middle_name, last_name_raw, last_name].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



225
226
227
228
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 225

def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



451
452
453
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 451

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



457
458
459
460
461
462
463
464
465
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 457

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_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



445
446
447
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 445

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



232
233
234
# File 'lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information_electronic_verification_results.rb', line 232

def valid?
  true
end