Class: CyberSource::Boardingv1registrationsOrganizationInformationKYC
- Inherits:
-
Object
- Object
- CyberSource::Boardingv1registrationsOrganizationInformationKYC
- Defined in:
- lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb
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
Possible values: - INSTANT - UPTO2 - UPTO5 - UPTO10 - GREATERTHAN10.
-
#when_is_customer_charged ⇒ Object
Possible values: - ONETIMEBEFORE - ONETIMEAFTER - OTHER.
-
#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
98 99 100 101 102 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 149 150 151 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 98 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.
29 30 31 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 29 def annual_subscription_percent @annual_subscription_percent end |
#average_order_amount ⇒ Object
Returns the value of attribute average_order_amount.
36 37 38 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 36 def average_order_amount @average_order_amount end |
#deposit_bank_account ⇒ Object
Returns the value of attribute deposit_bank_account.
40 41 42 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 40 def deposit_bank_account @deposit_bank_account end |
#estimated_monthly_sales ⇒ Object
Returns the value of attribute estimated_monthly_sales.
34 35 36 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 34 def estimated_monthly_sales @estimated_monthly_sales end |
#largest_expected_order_amount ⇒ Object
Returns the value of attribute largest_expected_order_amount.
38 39 40 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 38 def largest_expected_order_amount @largest_expected_order_amount end |
#monthly_subscription_percent ⇒ Object
Returns the value of attribute monthly_subscription_percent.
23 24 25 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 23 def monthly_subscription_percent @monthly_subscription_percent end |
#offer_subscriptions ⇒ Object
Returns the value of attribute offer_subscriptions.
21 22 23 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 21 def offer_subscriptions @offer_subscriptions end |
#quarterly_subscription_percent ⇒ Object
Returns the value of attribute quarterly_subscription_percent.
25 26 27 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 25 def quarterly_subscription_percent @quarterly_subscription_percent end |
#semi_annual_subscription_percent ⇒ Object
Returns the value of attribute semi_annual_subscription_percent.
27 28 29 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 27 def semi_annual_subscription_percent @semi_annual_subscription_percent end |
#time_to_product_delivery ⇒ Object
Possible values: - INSTANT - UPTO2 - UPTO5 - UPTO10 - GREATERTHAN10
32 33 34 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 32 def time_to_product_delivery @time_to_product_delivery end |
#when_is_customer_charged ⇒ Object
Possible values: - ONETIMEBEFORE - ONETIMEAFTER - OTHER
17 18 19 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 17 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.
19 20 21 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 19 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.
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 43 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.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 61 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.
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 79 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.
204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 204 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
257 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 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 257 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
323 324 325 326 327 328 329 330 331 332 333 334 335 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 323 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
236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 236 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
223 224 225 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 223 def eql?(o) self == o end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
229 230 231 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 229 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?
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 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 155 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)
303 304 305 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 303 def to_body to_hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
309 310 311 312 313 314 315 316 317 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 309 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
297 298 299 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 297 def to_s to_hash.to_s end |
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
186 187 188 189 190 191 192 193 194 |
# File 'lib/cybersource_rest_client/models/boardingv1registrations_organization_information_kyc.rb', line 186 def valid? return false if @when_is_customer_charged.nil? return false if @offer_subscriptions.nil? return false if @time_to_product_delivery.nil? return false if @estimated_monthly_sales.nil? return false if @average_order_amount.nil? return false if @largest_expected_order_amount.nil? true end |