Class: Straddle::Models::ComplianceProfile::IndividualComplianceProfile

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/straddle/models/compliance_profile.rb,
sig/straddle/models/compliance_profile.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

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 ⇒ IndividualComplianceProfile

Returns a new instance of IndividualComplianceProfile.

Parameters:



17
# File 'sig/straddle/models/compliance_profile.rbs', line 17

def initialize: (dob: String?, ssn: String?) -> void

Instance Attribute Details

#dob ⇒ String?

Masked date of birth in ****-**-** format.

Parameters:

Returns:



17
# File 'lib/straddle/models/compliance_profile.rb', line 17

required :dob, String, nil?: true

#ssn ⇒ String?

Masked Social Security number in ***-**-**** format.

Parameters:

Returns:



23
# File 'lib/straddle/models/compliance_profile.rb', line 23

required :ssn, String, nil?: true

Instance Method Details

#to_hash ⇒ { dob: String?, ssn: String? }

Returns:



19
# File 'sig/straddle/models/compliance_profile.rbs', line 19

def to_hash: -> { dob: String?, ssn: String? }