Class: CyberSource::Boardingv1registrationsOrganizationInformationKYC
- Inherits:
-
Object
- Object
- CyberSource::Boardingv1registrationsOrganizationInformationKYC
- Defined in:
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb
Defined Under Namespace
Classes: EnumAttributeValidator
Instance Attribute Summary collapse
-
#annual_subscription_percent ⇒ Object
Returns the value of attribute annual_subscription_percent.
-
#average_order_amount ⇒ Object
Returns the value of attribute average_order_amount.
-
#deposit_bank_account ⇒ Object
Returns the value of attribute deposit_bank_account.
-
#estimated_monthly_sales ⇒ Object
Returns the value of attribute estimated_monthly_sales.
-
#largest_expected_order_amount ⇒ Object
Returns the value of attribute largest_expected_order_amount.
-
#monthly_subscription_percent ⇒ Object
Returns the value of attribute monthly_subscription_percent.
-
#offer_subscriptions ⇒ Object
Returns the value of attribute offer_subscriptions.
-
#quarterly_subscription_percent ⇒ Object
Returns the value of attribute quarterly_subscription_percent.
-
#semi_annual_subscription_percent ⇒ Object
Returns the value of attribute semi_annual_subscription_percent.
-
#time_to_product_delivery ⇒ Object
Returns the value of attribute time_to_product_delivery.
-
#when_is_customer_charged ⇒ Object
Returns the value of attribute when_is_customer_charged.
-
#when_is_customer_charged_description ⇒ Object
Returns the value of attribute when_is_customer_charged_description.
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.json_map ⇒ Object
Attribute mapping from JSON key to ruby-style variable name.
-
.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 = {}) ⇒ Boardingv1registrationsOrganizationInformationKYC
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 = {}) ⇒ Boardingv1registrationsOrganizationInformationKYC
Initializes the object
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 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 118 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?(:'whenIsCustomerCharged') self.when_is_customer_charged = attributes[:'whenIsCustomerCharged'] end if attributes.has_key?(:'whenIsCustomerChargedDescription') self.when_is_customer_charged_description = attributes[:'whenIsCustomerChargedDescription'] end if attributes.has_key?(:'offerSubscriptions') self.offer_subscriptions = attributes[:'offerSubscriptions'] end if attributes.has_key?(:'monthlySubscriptionPercent') self.monthly_subscription_percent = attributes[:'monthlySubscriptionPercent'] end if attributes.has_key?(:'quarterlySubscriptionPercent') self.quarterly_subscription_percent = attributes[:'quarterlySubscriptionPercent'] end if attributes.has_key?(:'semiAnnualSubscriptionPercent') self.semi_annual_subscription_percent = attributes[:'semiAnnualSubscriptionPercent'] end if attributes.has_key?(:'annualSubscriptionPercent') self.annual_subscription_percent = attributes[:'annualSubscriptionPercent'] end if attributes.has_key?(:'timeToProductDelivery') self.time_to_product_delivery = attributes[:'timeToProductDelivery'] end if attributes.has_key?(:'estimatedMonthlySales') self.estimated_monthly_sales = attributes[:'estimatedMonthlySales'] end if attributes.has_key?(:'averageOrderAmount') self.average_order_amount = attributes[:'averageOrderAmount'] end if attributes.has_key?(:'largestExpectedOrderAmount') self.largest_expected_order_amount = attributes[:'largestExpectedOrderAmount'] end if attributes.has_key?(:'depositBankAccount') self.deposit_bank_account = attributes[:'depositBankAccount'] end end |
Instance Attribute Details
#annual_subscription_percent ⇒ Object
Returns the value of attribute annual_subscription_percent.
28 29 30 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 28 def annual_subscription_percent @annual_subscription_percent end |
#average_order_amount ⇒ Object
Returns the value of attribute average_order_amount.
34 35 36 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 34 def average_order_amount @average_order_amount end |
#deposit_bank_account ⇒ Object
Returns the value of attribute deposit_bank_account.
38 39 40 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 38 def deposit_bank_account @deposit_bank_account end |
#estimated_monthly_sales ⇒ Object
Returns the value of attribute estimated_monthly_sales.
32 33 34 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 32 def estimated_monthly_sales @estimated_monthly_sales end |
#largest_expected_order_amount ⇒ Object
Returns the value of attribute largest_expected_order_amount.
36 37 38 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 36 def largest_expected_order_amount @largest_expected_order_amount end |
#monthly_subscription_percent ⇒ Object
Returns the value of attribute monthly_subscription_percent.
22 23 24 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 22 def monthly_subscription_percent @monthly_subscription_percent end |
#offer_subscriptions ⇒ Object
Returns the value of attribute offer_subscriptions.
20 21 22 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 20 def offer_subscriptions @offer_subscriptions end |
#quarterly_subscription_percent ⇒ Object
Returns the value of attribute quarterly_subscription_percent.
24 25 26 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 24 def quarterly_subscription_percent @quarterly_subscription_percent end |
#semi_annual_subscription_percent ⇒ Object
Returns the value of attribute semi_annual_subscription_percent.
26 27 28 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 26 def semi_annual_subscription_percent @semi_annual_subscription_percent end |
#time_to_product_delivery ⇒ Object
Returns the value of attribute time_to_product_delivery.
30 31 32 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 30 def time_to_product_delivery @time_to_product_delivery end |
#when_is_customer_charged ⇒ Object
Returns the value of attribute when_is_customer_charged.
16 17 18 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 16 def when_is_customer_charged @when_is_customer_charged end |
#when_is_customer_charged_description ⇒ Object
Returns the value of attribute when_is_customer_charged_description.
18 19 20 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 18 def when_is_customer_charged_description @when_is_customer_charged_description end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 63 def self.attribute_map { :'when_is_customer_charged' => :'whenIsCustomerCharged', :'when_is_customer_charged_description' => :'whenIsCustomerChargedDescription', :'offer_subscriptions' => :'offerSubscriptions', :'monthly_subscription_percent' => :'monthlySubscriptionPercent', :'quarterly_subscription_percent' => :'quarterlySubscriptionPercent', :'semi_annual_subscription_percent' => :'semiAnnualSubscriptionPercent', :'annual_subscription_percent' => :'annualSubscriptionPercent', :'time_to_product_delivery' => :'timeToProductDelivery', :'estimated_monthly_sales' => :'estimatedMonthlySales', :'average_order_amount' => :'averageOrderAmount', :'largest_expected_order_amount' => :'largestExpectedOrderAmount', :'deposit_bank_account' => :'depositBankAccount' } end |
.json_map ⇒ Object
Attribute mapping from JSON key to ruby-style variable name.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 81 def self.json_map { :'when_is_customer_charged' => :'when_is_customer_charged', :'when_is_customer_charged_description' => :'when_is_customer_charged_description', :'offer_subscriptions' => :'offer_subscriptions', :'monthly_subscription_percent' => :'monthly_subscription_percent', :'quarterly_subscription_percent' => :'quarterly_subscription_percent', :'semi_annual_subscription_percent' => :'semi_annual_subscription_percent', :'annual_subscription_percent' => :'annual_subscription_percent', :'time_to_product_delivery' => :'time_to_product_delivery', :'estimated_monthly_sales' => :'estimated_monthly_sales', :'average_order_amount' => :'average_order_amount', :'largest_expected_order_amount' => :'largest_expected_order_amount', :'deposit_bank_account' => :'deposit_bank_account' } end |
.swagger_types ⇒ Object
Attribute type mapping.
99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 99 def self.swagger_types { :'when_is_customer_charged' => :'String', :'when_is_customer_charged_description' => :'String', :'offer_subscriptions' => :'BOOLEAN', :'monthly_subscription_percent' => :'Float', :'quarterly_subscription_percent' => :'Float', :'semi_annual_subscription_percent' => :'Float', :'annual_subscription_percent' => :'Float', :'time_to_product_delivery' => :'String', :'estimated_monthly_sales' => :'Float', :'average_order_amount' => :'Float', :'largest_expected_order_amount' => :'Float', :'deposit_bank_account' => :'Boardingv1registrationsOrganizationInformationKYCDepositBankAccount' } end |
Instance Method Details
#==(o) ⇒ Object
Checks equality by comparing each attribute.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 248 def ==(o) return true if self.equal?(o) self.class == o.class && when_is_customer_charged == o.when_is_customer_charged && when_is_customer_charged_description == o.when_is_customer_charged_description && offer_subscriptions == o.offer_subscriptions && monthly_subscription_percent == o.monthly_subscription_percent && quarterly_subscription_percent == o.quarterly_subscription_percent && semi_annual_subscription_percent == o.semi_annual_subscription_percent && annual_subscription_percent == o.annual_subscription_percent && time_to_product_delivery == o.time_to_product_delivery && estimated_monthly_sales == o.estimated_monthly_sales && average_order_amount == o.average_order_amount && largest_expected_order_amount == o.largest_expected_order_amount && deposit_bank_account == o.deposit_bank_account end |
#_deserialize(type, value) ⇒ Object
Deserializes the data based on type
301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 301 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
367 368 369 370 371 372 373 374 375 376 377 378 379 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 367 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
280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 280 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
267 268 269 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 267 def eql?(o) self == o end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
273 274 275 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 273 def hash [when_is_customer_charged, when_is_customer_charged_description, offer_subscriptions, monthly_subscription_percent, quarterly_subscription_percent, semi_annual_subscription_percent, annual_subscription_percent, time_to_product_delivery, estimated_monthly_sales, average_order_amount, largest_expected_order_amount, deposit_bank_account].hash end |
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
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 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 175 def list_invalid_properties invalid_properties = Array.new if @when_is_customer_charged.nil? invalid_properties.push('invalid value for "when_is_customer_charged", when_is_customer_charged cannot be nil.') end if @offer_subscriptions.nil? invalid_properties.push('invalid value for "offer_subscriptions", offer_subscriptions cannot be nil.') end if @time_to_product_delivery.nil? invalid_properties.push('invalid value for "time_to_product_delivery", time_to_product_delivery cannot be nil.') end if @estimated_monthly_sales.nil? invalid_properties.push('invalid value for "estimated_monthly_sales", estimated_monthly_sales cannot be nil.') end if @average_order_amount.nil? invalid_properties.push('invalid value for "average_order_amount", average_order_amount cannot be nil.') end if @largest_expected_order_amount.nil? invalid_properties.push('invalid value for "largest_expected_order_amount", largest_expected_order_amount cannot be nil.') end invalid_properties end |
#to_body ⇒ Hash
to_body is an alias to to_hash (backward compatibility)
347 348 349 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 347 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
353 354 355 356 357 358 359 360 361 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 353 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
341 342 343 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 341 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
206 207 208 209 210 211 212 213 214 215 216 217 218 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 206 def valid? return false if @when_is_customer_charged.nil? when_is_customer_charged_validator = EnumAttributeValidator.new('String', ['ONETIMEBEFORE', 'ONETIMEAFTER', 'OTHER']) return false unless when_is_customer_charged_validator.valid?(@when_is_customer_charged) return false if @offer_subscriptions.nil? return false if @time_to_product_delivery.nil? time_to_product_delivery_validator = EnumAttributeValidator.new('String', ['INSTANT', 'UPTO2', 'UPTO5', 'UPTO10', 'GREATERTHAN10']) return false unless time_to_product_delivery_validator.valid?(@time_to_product_delivery) return false if @estimated_monthly_sales.nil? return false if @average_order_amount.nil? return false if @largest_expected_order_amount.nil? true end |