Class: Straddle::Models::Customers::CustomerIdentityVerification::Breakdown

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

Overview

See Also:

  • Straddle::Models::Customers::CustomerIdentityVerification#breakdown

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



144
# File 'sig/straddle/models/customers/customer_identity_verification.rbs', line 144

def initialize: (

Instance Attribute Details

#address ⇒ Straddle::Models::Customers::IdentityVerificationBreakdown?



92
# File 'lib/straddle/models/customers/customer_identity_verification.rb', line 92

optional :address, -> { Straddle::Customers::IdentityVerificationBreakdown }

#business_evaluation ⇒ Straddle::Models::Customers::IdentityVerificationBreakdown?



97
# File 'lib/straddle/models/customers/customer_identity_verification.rb', line 97

optional :business_evaluation, -> { Straddle::Customers::IdentityVerificationBreakdown }

#business_identification ⇒ Straddle::Models::Customers::IdentityVerificationBreakdown?



102
# File 'lib/straddle/models/customers/customer_identity_verification.rb', line 102

optional :business_identification, -> { Straddle::Customers::IdentityVerificationBreakdown }

#business_validation ⇒ Straddle::Models::Customers::IdentityVerificationBreakdown?



107
# File 'lib/straddle/models/customers/customer_identity_verification.rb', line 107

optional :business_validation, -> { Straddle::Customers::IdentityVerificationBreakdown }

#email ⇒ Straddle::Models::Customers::IdentityVerificationBreakdown?



112
# File 'lib/straddle/models/customers/customer_identity_verification.rb', line 112

optional :email, -> { Straddle::Customers::IdentityVerificationBreakdown }

#fraud ⇒ Straddle::Models::Customers::IdentityVerificationBreakdown?



117
# File 'lib/straddle/models/customers/customer_identity_verification.rb', line 117

optional :fraud, -> { Straddle::Customers::IdentityVerificationBreakdown }

#phone ⇒ Straddle::Models::Customers::IdentityVerificationBreakdown?



122
# File 'lib/straddle/models/customers/customer_identity_verification.rb', line 122

optional :phone, -> { Straddle::Customers::IdentityVerificationBreakdown }

#synthetic ⇒ Straddle::Models::Customers::IdentityVerificationBreakdown?



127
# File 'lib/straddle/models/customers/customer_identity_verification.rb', line 127

optional :synthetic, -> { Straddle::Customers::IdentityVerificationBreakdown }

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


155
# File 'sig/straddle/models/customers/customer_identity_verification.rbs', line 155

def to_hash: -> {