Module: Dataleon::Models::Individuals::DocumentUploadParams::DocumentType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/dataleon/models/individuals/document_upload_params.rb
Overview
Filter by document type for upload (must be one of the allowed values)
Constant Summary collapse
- LIASSE_FISCALE =
:liasse_fiscale- AMORTISED_LOAN_SCHEDULE =
:amortised_loan_schedule- INVOICE =
:invoice- RECEIPT =
:receipt- COMPANY_STATUTS =
:company_statuts- REGISTRATION_COMPANY_CERTIFICATE =
:registration_company_certificate- KBIS =
:kbis- RIB =
:rib- CHECK =
:check- LIVRET_FAMILLE =
:livret_famille- BIRTH_CERTIFICATE =
:birth_certificate- PAYSLIP =
:payslip- SOCIAL_SECURITY_CARD =
:social_security_card- VEHICLE_REGISTRATION_CERTIFICATE =
:vehicle_registration_certificate- CARTE_GRISE =
:carte_grise- CRIMINAL_RECORD_EXTRACT =
:criminal_record_extract- PROOF_OF_ADDRESS =
:proof_of_address- IDENTITY_CARD_FRONT =
:identity_card_front- IDENTITY_CARD_BACK =
:identity_card_back- DRIVER_LICENSE_FRONT =
:driver_license_front- DRIVER_LICENSE_BACK =
:driver_license_back- IDENTITY_DOCUMENT =
:identity_document- DRIVER_LICENSE =
:driver_license- PASSPORT =
:passport- TAX =
:tax- CERTIFICATE_OF_INCORPORATION =
:certificate_of_incorporation- CERTIFICATE_OF_GOOD_STANDING =
:certificate_of_good_standing- LCB_FT_LAB_AML_POLICIES =
:lcb_ft_lab_aml_policies- NIU_ENTREPRISE =
:niu_entreprise- FINANCIAL_STATEMENTS =
:financial_statements- RCCM =
:rccm- PROOF_OF_SOURCE_FUNDS =
:proof_of_source_funds- ORGANIZATIONAL_CHART =
:organizational_chart- RISK_POLICIES =
:risk_policies
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/dataleon/models/individuals/document_upload_params.rb', line 84
|