Class: Straddle::Models::Customers::CustomerKYCVerification::Validations
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Straddle::Models::Customers::CustomerKYCVerification::Validations
- Defined in:
- lib/straddle/models/customers/customer_kyc_verification.rb,
sig/straddle/models/customers/customer_kyc_verification.rbs
Overview
Instance Attribute Summary collapse
-
#address ⇒ Boolean?
Whether the customer's address passed validation.
-
#city ⇒ Boolean?
Whether the customer's city passed validation.
-
#dob ⇒ Boolean?
Whether the customer's date of birth passed validation.
-
#email ⇒ Boolean?
Whether the customer's email passed validation.
-
#first_name ⇒ Boolean?
Whether the customer's first name passed validation.
-
#last_name ⇒ Boolean?
Whether the customer's last name passed validation.
-
#phone ⇒ Boolean?
Whether the customer's phone passed validation.
-
#ssn ⇒ Boolean?
Whether the customer's Social Security number passed validation.
-
#state ⇒ Boolean?
Whether the customer's state passed validation.
-
#zip ⇒ Boolean?
Whether the customer's ZIP code passed validation.
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
91 |
# File 'sig/straddle/models/customers/customer_kyc_verification.rbs', line 91
def initialize: (
|
Instance Attribute Details
#address ⇒ Boolean?
Whether the customer's address passed validation.
37 |
# File 'lib/straddle/models/customers/customer_kyc_verification.rb', line 37 optional :address, Straddle::Internal::Type::Boolean |
#city ⇒ Boolean?
Whether the customer's city passed validation.
43 |
# File 'lib/straddle/models/customers/customer_kyc_verification.rb', line 43 optional :city, Straddle::Internal::Type::Boolean |
#dob ⇒ Boolean?
Whether the customer's date of birth passed validation.
49 |
# File 'lib/straddle/models/customers/customer_kyc_verification.rb', line 49 optional :dob, Straddle::Internal::Type::Boolean |
#email ⇒ Boolean?
Whether the customer's email passed validation.
55 |
# File 'lib/straddle/models/customers/customer_kyc_verification.rb', line 55 optional :email, Straddle::Internal::Type::Boolean |
#first_name ⇒ Boolean?
Whether the customer's first name passed validation.
61 |
# File 'lib/straddle/models/customers/customer_kyc_verification.rb', line 61 optional :first_name, Straddle::Internal::Type::Boolean |
#last_name ⇒ Boolean?
Whether the customer's last name passed validation.
67 |
# File 'lib/straddle/models/customers/customer_kyc_verification.rb', line 67 optional :last_name, Straddle::Internal::Type::Boolean |
#phone ⇒ Boolean?
Whether the customer's phone passed validation.
73 |
# File 'lib/straddle/models/customers/customer_kyc_verification.rb', line 73 optional :phone, Straddle::Internal::Type::Boolean |
#ssn ⇒ Boolean?
Whether the customer's Social Security number passed validation.
79 |
# File 'lib/straddle/models/customers/customer_kyc_verification.rb', line 79 optional :ssn, Straddle::Internal::Type::Boolean |
#state ⇒ Boolean?
Whether the customer's state passed validation.
85 |
# File 'lib/straddle/models/customers/customer_kyc_verification.rb', line 85 optional :state, Straddle::Internal::Type::Boolean |
#zip ⇒ Boolean?
Whether the customer's ZIP code passed validation.
91 |
# File 'lib/straddle/models/customers/customer_kyc_verification.rb', line 91 optional :zip, Straddle::Internal::Type::Boolean |
Instance Method Details
#to_hash ⇒ {
104 |
# File 'sig/straddle/models/customers/customer_kyc_verification.rbs', line 104
def to_hash: -> {
|