Class: UltracartClient::OrderPaymentECheck
- Inherits:
-
Object
- Object
- UltracartClient::OrderPaymentECheck
- Defined in:
- lib/ultracart_api/models/order_payment_e_check.rb
Defined Under Namespace
Classes: EnumAttributeValidator
Instance Attribute Summary collapse
-
#bank_aba_code ⇒ Object
Bank routing code.
-
#bank_account_name ⇒ Object
Bank account name.
-
#bank_account_number ⇒ Object
Bank account number (masked to last 4).
-
#bank_account_type ⇒ Object
Bank account type.
-
#bank_name ⇒ Object
Bank name.
-
#bank_owner_type ⇒ Object
Bank owner type.
-
#customer_tax_id ⇒ Object
Customer tax id (masked to last 4).
-
#drivers_license_dob ⇒ Object
Driver license date of birth.
-
#drivers_license_number ⇒ Object
Driver license number (masked to last 4).
-
#drivers_license_state ⇒ Object
Driver license state.
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 = {}) ⇒ OrderPaymentECheck
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 = {}) ⇒ OrderPaymentECheck
Initializes the object
103 104 105 106 107 108 109 110 111 112 113 114 115 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 143 144 145 146 147 148 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 103 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?(:'bank_aba_code') self.bank_aba_code = attributes[:'bank_aba_code'] end if attributes.has_key?(:'bank_account_name') self.bank_account_name = attributes[:'bank_account_name'] end if attributes.has_key?(:'bank_account_number') self.bank_account_number = attributes[:'bank_account_number'] end if attributes.has_key?(:'bank_account_type') self.bank_account_type = attributes[:'bank_account_type'] end if attributes.has_key?(:'bank_name') self.bank_name = attributes[:'bank_name'] end if attributes.has_key?(:'bank_owner_type') self.bank_owner_type = attributes[:'bank_owner_type'] end if attributes.has_key?(:'customer_tax_id') self.customer_tax_id = attributes[:'customer_tax_id'] end if attributes.has_key?(:'drivers_license_dob') self.drivers_license_dob = attributes[:'drivers_license_dob'] end if attributes.has_key?(:'drivers_license_number') self.drivers_license_number = attributes[:'drivers_license_number'] end if attributes.has_key?(:'drivers_license_state') self.drivers_license_state = attributes[:'drivers_license_state'] end end |
Instance Attribute Details
#bank_aba_code ⇒ Object
Bank routing code
18 19 20 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 18 def bank_aba_code @bank_aba_code end |
#bank_account_name ⇒ Object
Bank account name
21 22 23 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 21 def bank_account_name @bank_account_name end |
#bank_account_number ⇒ Object
Bank account number (masked to last 4)
24 25 26 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 24 def bank_account_number @bank_account_number end |
#bank_account_type ⇒ Object
Bank account type
27 28 29 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 27 def bank_account_type @bank_account_type end |
#bank_name ⇒ Object
Bank name
30 31 32 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 30 def bank_name @bank_name end |
#bank_owner_type ⇒ Object
Bank owner type
33 34 35 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 33 def bank_owner_type @bank_owner_type end |
#customer_tax_id ⇒ Object
Customer tax id (masked to last 4)
36 37 38 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 36 def customer_tax_id @customer_tax_id end |
#drivers_license_dob ⇒ Object
Driver license date of birth
39 40 41 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 39 def drivers_license_dob @drivers_license_dob end |
#drivers_license_number ⇒ Object
Driver license number (masked to last 4)
42 43 44 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 42 def drivers_license_number @drivers_license_number end |
#drivers_license_state ⇒ Object
Driver license state
45 46 47 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 45 def drivers_license_state @drivers_license_state end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 70 def self.attribute_map { :'bank_aba_code' => :'bank_aba_code', :'bank_account_name' => :'bank_account_name', :'bank_account_number' => :'bank_account_number', :'bank_account_type' => :'bank_account_type', :'bank_name' => :'bank_name', :'bank_owner_type' => :'bank_owner_type', :'customer_tax_id' => :'customer_tax_id', :'drivers_license_dob' => :'drivers_license_dob', :'drivers_license_number' => :'drivers_license_number', :'drivers_license_state' => :'drivers_license_state' } end |
.swagger_types ⇒ Object
Attribute type mapping.
86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 86 def self.swagger_types { :'bank_aba_code' => :'String', :'bank_account_name' => :'String', :'bank_account_number' => :'String', :'bank_account_type' => :'String', :'bank_name' => :'String', :'bank_owner_type' => :'String', :'customer_tax_id' => :'String', :'drivers_license_dob' => :'String', :'drivers_license_number' => :'String', :'drivers_license_state' => :'String' } end |
Instance Method Details
#==(o) ⇒ Object
Checks equality by comparing each attribute.
309 310 311 312 313 314 315 316 317 318 319 320 321 322 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 309 def ==(o) return true if self.equal?(o) self.class == o.class && bank_aba_code == o.bank_aba_code && bank_account_name == o.bank_account_name && bank_account_number == o.bank_account_number && bank_account_type == o.bank_account_type && bank_name == o.bank_name && bank_owner_type == o.bank_owner_type && customer_tax_id == o.customer_tax_id && drivers_license_dob == o.drivers_license_dob && drivers_license_number == o.drivers_license_number && drivers_license_state == o.drivers_license_state end |
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 360 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 = UltracartClient.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
426 427 428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 426 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
339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 339 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 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
326 327 328 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 326 def eql?(o) self == o end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
332 333 334 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 332 def hash [bank_aba_code, bank_account_name, bank_account_number, bank_account_type, bank_name, bank_owner_type, customer_tax_id, drivers_license_dob, drivers_license_number, drivers_license_state].hash end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
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 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 152 def list_invalid_properties invalid_properties = Array.new if !@bank_aba_code.nil? && @bank_aba_code.to_s.length > 9 invalid_properties.push('invalid value for "bank_aba_code", the character length must be smaller than or equal to 9.') end if !@bank_account_name.nil? && @bank_account_name.to_s.length > 50 invalid_properties.push('invalid value for "bank_account_name", the character length must be smaller than or equal to 50.') end if !@bank_account_number.nil? && @bank_account_number.to_s.length > 50 invalid_properties.push('invalid value for "bank_account_number", the character length must be smaller than or equal to 50.') end if !@bank_name.nil? && @bank_name.to_s.length > 50 invalid_properties.push('invalid value for "bank_name", the character length must be smaller than or equal to 50.') end if !@customer_tax_id.nil? && @customer_tax_id.to_s.length > 9 invalid_properties.push('invalid value for "customer_tax_id", the character length must be smaller than or equal to 9.') end if !@drivers_license_dob.nil? && @drivers_license_dob.to_s.length > 10 invalid_properties.push('invalid value for "drivers_license_dob", the character length must be smaller than or equal to 10.') end if !@drivers_license_number.nil? && @drivers_license_number.to_s.length > 50 invalid_properties.push('invalid value for "drivers_license_number", the character length must be smaller than or equal to 50.') end if !@drivers_license_state.nil? && @drivers_license_state.to_s.length > 2 invalid_properties.push('invalid value for "drivers_license_state", the character length must be smaller than or equal to 2.') end invalid_properties end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
406 407 408 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 406 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
412 413 414 415 416 417 418 419 420 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 412 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
400 401 402 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 400 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/ultracart_api/models/order_payment_e_check.rb', line 191 def valid? return false if !@bank_aba_code.nil? && @bank_aba_code.to_s.length > 9 return false if !@bank_account_name.nil? && @bank_account_name.to_s.length > 50 return false if !@bank_account_number.nil? && @bank_account_number.to_s.length > 50 bank_account_type_validator = EnumAttributeValidator.new('String', ['Checking', 'Savings']) return false unless bank_account_type_validator.valid?(@bank_account_type) return false if !@bank_name.nil? && @bank_name.to_s.length > 50 bank_owner_type_validator = EnumAttributeValidator.new('String', ['Personal', 'Business']) return false unless bank_owner_type_validator.valid?(@bank_owner_type) return false if !@customer_tax_id.nil? && @customer_tax_id.to_s.length > 9 return false if !@drivers_license_dob.nil? && @drivers_license_dob.to_s.length > 10 return false if !@drivers_license_number.nil? && @drivers_license_number.to_s.length > 50 return false if !@drivers_license_state.nil? && @drivers_license_state.to_s.length > 2 true end |