trinsic_api 2.3.0.pre.alpha2 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/docs/{EnvironmentRedirectUrisAddRequest.md → AddRedirectUriRequest.md} +2 -2
- data/docs/Address.md +2 -2
- data/docs/AppleWalletProviderOutput.md +18 -0
- data/docs/AttachmentInfo.md +24 -0
- data/docs/{MdlFieldDataType.md → AttributeAvailability.md} +2 -2
- data/docs/AustriaHandySignaturProviderOutput.md +20 -0
- data/docs/BelgiumIdCardProviderOutput.md +24 -0
- data/docs/ContractAttachment.md +20 -0
- data/docs/ContractAttribute.md +20 -0
- data/docs/CoteDIvoireNidLookup2Input.md +18 -0
- data/docs/CzechiaMojeIdProviderOutput.md +24 -0
- data/docs/DocumentData.md +12 -10
- data/docs/EstoniaIdCardProviderOutput.md +24 -0
- data/docs/FaydaProviderOutput.md +1 -1
- data/docs/FinlandIdCardProviderOutput.md +24 -0
- data/docs/FrejaProviderOutput.md +24 -0
- data/docs/FrenchNumeriqueGivenName.md +22 -0
- data/docs/FrenchNumeriqueNationality.md +20 -0
- data/docs/FrenchNumeriquePhone.md +22 -0
- data/docs/FrenchNumeriqueProviderOutput.md +66 -0
- data/docs/GetAttachmentRequest.md +2 -4
- data/docs/GoogleWalletProviderOutput.md +18 -0
- data/docs/IdentityData.md +9 -11
- data/docs/ItsmeProviderOutput.md +26 -0
- data/docs/KenyaNidMatch2Input.md +1 -1
- data/docs/{Language.md → KenyaNidMatch2InputSex.md} +2 -2
- data/docs/LaWalletProviderOutput.md +52 -0
- data/docs/LatviaEparakstsMobileProviderOutput.md +22 -0
- data/docs/LatviaEparakstsProviderOutput.md +22 -0
- data/docs/ListProvidersResponse.md +1 -1
- data/docs/{ListEnvironmentRedirectUrisResponse.md → ListRedirectUrisResponse.md} +2 -2
- data/docs/LithuaniaIdCardProviderOutput.md +24 -0
- data/docs/LloydsSmartIdProviderOutput.md +40 -0
- data/docs/Match.md +2 -2
- data/docs/MatchData.md +12 -10
- data/docs/MdlOutput.md +24 -0
- data/docs/MdlOutputCertificateData.md +26 -0
- data/docs/{ExternalMdlFieldData.md → MdlOutputFieldData.md} +3 -3
- data/docs/{FieldAvailability.md → MdlOutputFieldDataType.md} +2 -2
- data/docs/MexicoCurpProviderOutput.md +1 -1
- data/docs/MitIdProviderOutput.md +38 -0
- data/docs/MobileIdInput.md +1 -1
- data/docs/{SexV1.md → MobileIdLanguage.md} +2 -2
- data/docs/MobileIdProviderOutput.md +34 -0
- data/docs/NigeriaNinBiometric2Input.md +22 -0
- data/docs/NigeriaNinLookup2Input.md +18 -0
- data/docs/NigeriaNinMatch2Input.md +30 -0
- data/docs/NigeriaNinMatch2InputSex.md +15 -0
- data/docs/PersonData.md +10 -10
- data/docs/PeruDniAddress.md +22 -0
- data/docs/PeruDniLookupInput.md +18 -0
- data/docs/PeruDniProviderOutput.md +48 -0
- data/docs/PhilippinesDigitalNidProviderOutput.md +2 -2
- data/docs/PhilippinesPhysicalNidProviderOutput.md +2 -2
- data/docs/PolandEdoAppProviderOutput.md +24 -0
- data/docs/PolandMojeIdProviderOutput.md +22 -0
- data/docs/PortugalIdCardProviderOutput.md +24 -0
- data/docs/PostOfficeEasyIdProviderOutput.md +40 -0
- data/docs/{ProviderContract.md → Provider.md} +29 -25
- data/docs/ProviderInput.md +50 -32
- data/docs/ProviderOutput.md +61 -7
- data/docs/ProvidersApi.md +79 -0
- data/docs/RecommendProviderHealthOption.md +15 -0
- data/docs/{ProviderInformation.md → RecommendProviderInformation.md} +14 -14
- data/docs/{RecommendRequest.md → RecommendProvidersRequest.md} +3 -3
- data/docs/RecommendProvidersResponse.md +18 -0
- data/docs/{EnvironmentRedirectUrisApi.md → RedirectUrisApi.md} +21 -21
- data/docs/SamsungWalletProviderOutput.md +18 -0
- data/docs/SerbiaIdCardProviderOutput.md +24 -0
- data/docs/SessionsApi.md +149 -1
- data/docs/SmartIdInput.md +0 -2
- data/docs/SmartIdProviderOutput.md +42 -0
- data/docs/SouthAfricaNidBiometric2Input.md +22 -0
- data/docs/SouthAfricaNidMatch2Input.md +30 -0
- data/docs/SouthAfricaNidMatch2InputSex.md +15 -0
- data/docs/SpidProviderOutput.md +45 -25
- data/docs/SubProviderMetadata.md +0 -2
- data/docs/SwedenBankIdProviderOutput.md +42 -0
- data/docs/UgandaNidMatch2Input.md +22 -0
- data/docs/VerificationProfileResponse.md +3 -1
- data/docs/VerificationProfilesApi.md +3 -1
- data/docs/YotiDocumentDetails.md +26 -0
- data/docs/YotiProviderOutput.md +40 -0
- data/docs/YotiStructuredPostalAddress.md +56 -0
- data/docs/ZimbabweNidLookup2Input.md +18 -0
- data/lib/trinsic_api/api/providers_api.rb +82 -0
- data/lib/trinsic_api/api/{environment_redirect_uris_api.rb → redirect_uris_api.rb} +28 -28
- data/lib/trinsic_api/api/sessions_api.rb +142 -2
- data/lib/trinsic_api/api/verification_profiles_api.rb +3 -0
- data/lib/trinsic_api/models/{environment_redirect_uris_add_request.rb → add_redirect_uri_request.rb} +12 -3
- data/lib/trinsic_api/models/address.rb +3 -0
- data/lib/trinsic_api/models/apple_wallet_provider_output.rb +239 -0
- data/lib/trinsic_api/models/attachment_info.rb +319 -0
- data/lib/trinsic_api/models/{field_availability.rb → attribute_availability.rb} +3 -3
- data/lib/trinsic_api/models/austria_handy_signatur_provider_output.rb +266 -0
- data/lib/trinsic_api/models/{bangladesh_nid_input.rb → belgium_id_card_provider_output.rb} +60 -90
- data/lib/trinsic_api/models/{contract_identifier_field.rb → contract_attachment.rb} +25 -52
- data/lib/trinsic_api/models/{contract_field.rb → contract_attribute.rb} +8 -35
- data/lib/trinsic_api/models/cote_d_ivoire_nid_lookup2_input.rb +222 -0
- data/lib/trinsic_api/models/{finalize_mdl_exchange_response.rb → czechia_moje_id_provider_output.rb} +85 -52
- data/lib/trinsic_api/models/document_data.rb +18 -1
- data/lib/trinsic_api/models/estonia_id_card_provider_output.rb +320 -0
- data/lib/trinsic_api/models/fayda_provider_output.rb +1 -0
- data/lib/trinsic_api/models/finland_id_card_provider_output.rb +320 -0
- data/lib/trinsic_api/models/freja_provider_output.rb +320 -0
- data/lib/trinsic_api/models/french_numerique_given_name.rb +245 -0
- data/lib/trinsic_api/models/french_numerique_nationality.rb +234 -0
- data/lib/trinsic_api/models/french_numerique_phone.rb +245 -0
- data/lib/trinsic_api/models/french_numerique_provider_output.rb +487 -0
- data/lib/trinsic_api/models/get_attachment_request.rb +22 -49
- data/lib/trinsic_api/models/google_wallet_provider_output.rb +239 -0
- data/lib/trinsic_api/models/identity_data.rb +30 -33
- data/lib/trinsic_api/models/itsme_provider_output.rb +315 -0
- data/lib/trinsic_api/models/kenya_nid_match2_input.rb +1 -1
- data/lib/trinsic_api/models/{sex_v1.rb → kenya_nid_match2_input_sex.rb} +4 -6
- data/lib/trinsic_api/models/la_wallet_provider_output.rb +682 -0
- data/lib/trinsic_api/models/latvia_eparaksts_mobile_provider_output.rb +293 -0
- data/lib/trinsic_api/models/{create_mdl_exchange_response.rb → latvia_eparaksts_provider_output.rb} +53 -52
- data/lib/trinsic_api/models/list_providers_response.rb +2 -2
- data/lib/trinsic_api/models/{list_environment_redirect_uris_response.rb → list_redirect_uris_response.rb} +3 -3
- data/lib/trinsic_api/models/lithuania_id_card_provider_output.rb +320 -0
- data/lib/trinsic_api/models/lloyds_smart_id_provider_output.rb +344 -0
- data/lib/trinsic_api/models/match.rb +2 -0
- data/lib/trinsic_api/models/match_data.rb +23 -1
- data/lib/trinsic_api/models/{mdl_identity_data.rb → mdl_output.rb} +35 -8
- data/lib/trinsic_api/models/{mdl_certificate_data.rb → mdl_output_certificate_data.rb} +4 -4
- data/lib/trinsic_api/models/{external_mdl_field_data.rb → mdl_output_field_data.rb} +4 -4
- data/lib/trinsic_api/models/{mdl_field_data_type.rb → mdl_output_field_data_type.rb} +5 -4
- data/lib/trinsic_api/models/mexico_curp_provider_output.rb +1 -0
- data/lib/trinsic_api/models/mit_id_provider_output.rb +333 -0
- data/lib/trinsic_api/models/mobile_id_input.rb +1 -1
- data/lib/trinsic_api/models/{language.rb → mobile_id_language.rb} +3 -3
- data/lib/trinsic_api/models/mobile_id_provider_output.rb +311 -0
- data/lib/trinsic_api/models/nigeria_nin_biometric2_input.rb +246 -0
- data/lib/trinsic_api/models/{provider_attachments.rb → nigeria_nin_lookup2_input.rb} +12 -11
- data/lib/trinsic_api/models/{recommend_response.rb → nigeria_nin_match2_input.rb} +94 -82
- data/lib/trinsic_api/models/nigeria_nin_match2_input_sex.rb +40 -0
- data/lib/trinsic_api/models/person_data.rb +7 -0
- data/lib/trinsic_api/models/{identifier.rb → peru_dni_address.rb} +53 -49
- data/lib/trinsic_api/models/peru_dni_lookup_input.rb +222 -0
- data/lib/trinsic_api/models/peru_dni_provider_output.rb +518 -0
- data/lib/trinsic_api/models/philippines_digital_nid_provider_output.rb +2 -1
- data/lib/trinsic_api/models/philippines_physical_nid_provider_output.rb +2 -1
- data/lib/trinsic_api/models/poland_edo_app_provider_output.rb +320 -0
- data/lib/trinsic_api/models/poland_moje_id_provider_output.rb +293 -0
- data/lib/trinsic_api/models/{finalize_mdl_exchange_request.rb → portugal_id_card_provider_output.rb} +69 -68
- data/lib/trinsic_api/models/post_office_easy_id_provider_output.rb +344 -0
- data/lib/trinsic_api/models/{provider_contract.rb → provider.rb} +183 -125
- data/lib/trinsic_api/models/provider_input.rb +223 -124
- data/lib/trinsic_api/models/provider_output.rb +317 -15
- data/lib/trinsic_api/models/recommend_provider_health_option.rb +41 -0
- data/lib/trinsic_api/models/{provider_information.rb → recommend_provider_information.rb} +79 -73
- data/lib/trinsic_api/models/{recommend_request.rb → recommend_providers_request.rb} +27 -5
- data/lib/trinsic_api/models/{list_provider_contracts_response.rb → recommend_providers_response.rb} +20 -21
- data/lib/trinsic_api/models/redirect_uri_response.rb +9 -0
- data/lib/trinsic_api/models/samsung_wallet_provider_output.rb +239 -0
- data/lib/trinsic_api/models/serbia_id_card_provider_output.rb +320 -0
- data/lib/trinsic_api/models/smart_id_input.rb +1 -12
- data/lib/trinsic_api/models/smart_id_provider_output.rb +355 -0
- data/lib/trinsic_api/models/south_africa_nid_biometric2_input.rb +246 -0
- data/lib/trinsic_api/models/south_africa_nid_match2_input.rb +310 -0
- data/lib/trinsic_api/models/south_africa_nid_match2_input_sex.rb +40 -0
- data/lib/trinsic_api/models/spid_provider_output.rb +131 -20
- data/lib/trinsic_api/models/sub_provider_metadata.rb +1 -28
- data/lib/trinsic_api/models/{provider_info.rb → sweden_bank_id_provider_output.rb} +121 -153
- data/lib/trinsic_api/models/uganda_nid_match2_input.rb +244 -0
- data/lib/trinsic_api/models/verification_profile_response.rb +31 -4
- data/lib/trinsic_api/models/yoti_document_details.rb +266 -0
- data/lib/trinsic_api/models/yoti_provider_output.rb +344 -0
- data/lib/trinsic_api/models/yoti_structured_postal_address.rb +431 -0
- data/lib/trinsic_api/models/{document_scan_attachments.rb → zimbabwe_nid_lookup2_input.rb} +12 -11
- data/lib/trinsic_api/version.rb +1 -1
- data/lib/trinsic_api.rb +63 -30
- data/spec/api/providers_api_spec.rb +47 -0
- data/spec/api/{environment_redirect_uris_api_spec.rb → redirect_uris_api_spec.rb} +10 -10
- data/spec/api/sessions_api_spec.rb +27 -1
- data/spec/api/verification_profiles_api_spec.rb +1 -0
- data/spec/models/{environment_redirect_uris_add_request_spec.rb → add_redirect_uri_request_spec.rb} +6 -6
- data/spec/models/{list_provider_contracts_response_spec.rb → apple_wallet_provider_output_spec.rb} +7 -7
- data/spec/models/attachment_info_spec.rb +54 -0
- data/spec/models/{mdl_field_data_type_spec.rb → attribute_availability_spec.rb} +6 -6
- data/spec/models/austria_handy_signatur_provider_output_spec.rb +42 -0
- data/spec/models/{finalize_mdl_exchange_response_spec.rb → belgium_id_card_provider_output_spec.rb} +10 -10
- data/spec/models/contract_attachment_spec.rb +42 -0
- data/spec/models/contract_attribute_spec.rb +42 -0
- data/spec/models/cote_d_ivoire_nid_lookup2_input_spec.rb +36 -0
- data/spec/models/czechia_moje_id_provider_output_spec.rb +54 -0
- data/spec/models/document_data_spec.rb +6 -0
- data/spec/models/estonia_id_card_provider_output_spec.rb +54 -0
- data/spec/models/finland_id_card_provider_output_spec.rb +54 -0
- data/spec/models/freja_provider_output_spec.rb +54 -0
- data/spec/models/french_numerique_given_name_spec.rb +48 -0
- data/spec/models/french_numerique_nationality_spec.rb +42 -0
- data/spec/models/{contract_identifier_field_spec.rb → french_numerique_phone_spec.rb} +9 -9
- data/spec/models/french_numerique_provider_output_spec.rb +180 -0
- data/spec/models/get_attachment_request_spec.rb +1 -7
- data/spec/models/google_wallet_provider_output_spec.rb +36 -0
- data/spec/models/identity_data_spec.rb +1 -7
- data/spec/models/{bangladesh_nid_input_spec.rb → itsme_provider_output_spec.rb} +11 -11
- data/spec/models/{sex_v1_spec.rb → kenya_nid_match2_input_sex_spec.rb} +6 -6
- data/spec/models/la_wallet_provider_output_spec.rb +138 -0
- data/spec/models/latvia_eparaksts_mobile_provider_output_spec.rb +48 -0
- data/spec/models/latvia_eparaksts_provider_output_spec.rb +48 -0
- data/spec/models/{list_environment_redirect_uris_response_spec.rb → list_redirect_uris_response_spec.rb} +6 -6
- data/spec/models/lithuania_id_card_provider_output_spec.rb +54 -0
- data/spec/models/lloyds_smart_id_provider_output_spec.rb +102 -0
- data/spec/models/match_data_spec.rb +6 -0
- data/spec/models/{mdl_certificate_data_spec.rb → mdl_output_certificate_data_spec.rb} +6 -6
- data/spec/models/{external_mdl_field_data_spec.rb → mdl_output_field_data_spec.rb} +6 -6
- data/spec/models/{field_availability_spec.rb → mdl_output_field_data_type_spec.rb} +6 -6
- data/spec/models/{mdl_identity_data_spec.rb → mdl_output_spec.rb} +12 -6
- data/spec/models/mit_id_provider_output_spec.rb +96 -0
- data/spec/models/{language_spec.rb → mobile_id_language_spec.rb} +6 -6
- data/spec/models/{create_mdl_exchange_request_spec.rb → mobile_id_provider_output_spec.rb} +20 -14
- data/spec/models/nigeria_nin_biometric2_input_spec.rb +48 -0
- data/spec/models/{document_scan_attachments_spec.rb → nigeria_nin_lookup2_input_spec.rb} +7 -7
- data/spec/models/nigeria_nin_match2_input_sex_spec.rb +30 -0
- data/spec/models/{provider_info_spec.rb → nigeria_nin_match2_input_spec.rb} +13 -13
- data/spec/models/{identifier_spec.rb → peru_dni_address_spec.rb} +9 -9
- data/spec/models/{provider_attachments_spec.rb → peru_dni_lookup_input_spec.rb} +7 -7
- data/spec/models/peru_dni_provider_output_spec.rb +126 -0
- data/spec/models/{finalize_mdl_exchange_request_spec.rb → poland_edo_app_provider_output_spec.rb} +10 -10
- data/spec/models/{create_mdl_exchange_response_spec.rb → poland_moje_id_provider_output_spec.rb} +9 -9
- data/spec/models/portugal_id_card_provider_output_spec.rb +54 -0
- data/spec/models/post_office_easy_id_provider_output_spec.rb +102 -0
- data/spec/models/provider_input_spec.rb +70 -16
- data/spec/models/provider_output_spec.rb +164 -2
- data/spec/models/{provider_contract_spec.rb → provider_spec.rb} +28 -16
- data/spec/models/recommend_provider_health_option_spec.rb +30 -0
- data/spec/models/{provider_information_spec.rb → recommend_provider_information_spec.rb} +11 -11
- data/spec/models/{recommend_request_spec.rb → recommend_providers_request_spec.rb} +6 -6
- data/spec/models/recommend_providers_response_spec.rb +36 -0
- data/spec/models/samsung_wallet_provider_output_spec.rb +36 -0
- data/spec/models/serbia_id_card_provider_output_spec.rb +54 -0
- data/spec/models/smart_id_input_spec.rb +0 -6
- data/spec/models/smart_id_provider_output_spec.rb +108 -0
- data/spec/models/south_africa_nid_biometric2_input_spec.rb +48 -0
- data/spec/models/south_africa_nid_match2_input_sex_spec.rb +30 -0
- data/spec/models/{attachment_access_keys_spec.rb → south_africa_nid_match2_input_spec.rb} +18 -12
- data/spec/models/spid_provider_output_spec.rb +61 -1
- data/spec/models/sub_provider_metadata_spec.rb +0 -6
- data/spec/models/sweden_bank_id_provider_output_spec.rb +108 -0
- data/spec/models/{contract_field_spec.rb → uganda_nid_match2_input_spec.rb} +9 -9
- data/spec/models/verification_profile_response_spec.rb +6 -0
- data/spec/models/yoti_document_details_spec.rb +60 -0
- data/spec/models/yoti_provider_output_spec.rb +102 -0
- data/spec/models/yoti_structured_postal_address_spec.rb +150 -0
- data/spec/models/zimbabwe_nid_lookup2_input_spec.rb +36 -0
- metadata +254 -122
- data/docs/AttachmentAccessKeys.md +0 -28
- data/docs/AttachmentsApi.md +0 -79
- data/docs/BangladeshNidInput.md +0 -26
- data/docs/ContractField.md +0 -22
- data/docs/ContractIdentifierField.md +0 -22
- data/docs/CreateMdlExchangeRequest.md +0 -32
- data/docs/CreateMdlExchangeResponse.md +0 -22
- data/docs/DocumentScanAttachments.md +0 -18
- data/docs/FinalizeMdlExchangeRequest.md +0 -24
- data/docs/FinalizeMdlExchangeResponse.md +0 -24
- data/docs/Identifier.md +0 -22
- data/docs/ListProviderContractsResponse.md +0 -18
- data/docs/MdlApi.md +0 -151
- data/docs/MdlCertificateData.md +0 -26
- data/docs/MdlIdentityData.md +0 -22
- data/docs/NetworkApi.md +0 -223
- data/docs/ProviderAttachments.md +0 -18
- data/docs/ProviderInfo.md +0 -30
- data/docs/RecommendResponse.md +0 -22
- data/lib/trinsic_api/api/attachments_api.rb +0 -86
- data/lib/trinsic_api/api/mdl_api.rb +0 -150
- data/lib/trinsic_api/api/network_api.rb +0 -215
- data/lib/trinsic_api/models/attachment_access_keys.rb +0 -287
- data/lib/trinsic_api/models/create_mdl_exchange_request.rb +0 -404
- data/spec/api/attachments_api_spec.rb +0 -47
- data/spec/api/mdl_api_spec.rb +0 -59
- data/spec/api/network_api_spec.rb +0 -72
- data/spec/models/recommend_response_spec.rb +0 -48
|
@@ -0,0 +1,518 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Trinsic API
|
|
3
|
+
|
|
4
|
+
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: v1
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.13.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
require 'time'
|
|
15
|
+
|
|
16
|
+
module TrinsicApi
|
|
17
|
+
# Exposed properties for the `peru-dni-lookup` Provider which do not directly map to the normalized IdentityData model.
|
|
18
|
+
class PeruDniProviderOutput
|
|
19
|
+
# Information about the general area in which the DNI holder resides. This field is not always available.
|
|
20
|
+
attr_accessor :address
|
|
21
|
+
|
|
22
|
+
# All names that appear on DNI, as an array of strings. Format: - All uppercase - Ordered by paternal family name, then maternal family name, then given names.
|
|
23
|
+
attr_accessor :array_name
|
|
24
|
+
|
|
25
|
+
# Marital status as it appears on the DNI. This field is not always available. Valid values: - \"Single\" - \"Married\" - \"Divorced\" - \"Widowed\"
|
|
26
|
+
attr_accessor :civil_status
|
|
27
|
+
|
|
28
|
+
# Date of birth as it appears on the DNI. This field is not always available.
|
|
29
|
+
attr_accessor :date_of_birth
|
|
30
|
+
|
|
31
|
+
# The user's National Identity Document number (Documento Nacional de Identidad or DNI). Format: - 8 digits - Does NOT include verification digit. On the DNI card, a ninth digit appears next to the first eight. It is 0-9 or A-K. This is NOT included in the DNI number when returned from Peru's database. - Does NOT include dots or hyphens
|
|
32
|
+
attr_accessor :document_number
|
|
33
|
+
|
|
34
|
+
# Should always be \"DNI\".
|
|
35
|
+
attr_accessor :document_type
|
|
36
|
+
|
|
37
|
+
# Date that the DNI was issued. This field is not always available. Format: - yyyy-MM-dd
|
|
38
|
+
attr_accessor :expedition_date
|
|
39
|
+
|
|
40
|
+
# Date that the DNI will expire. DNI expires every 8 years, unless the citizen is >= 60 years old, in which case it never expires. This field is not always available. Format: - yyyy-MM-dd
|
|
41
|
+
attr_accessor :expiration_date
|
|
42
|
+
|
|
43
|
+
# Given names as they appear on DNI. Format: - All uppercase - Space-separated - Will include all given names
|
|
44
|
+
attr_accessor :first_name
|
|
45
|
+
|
|
46
|
+
# All names as they appear on DNI. Format: - All uppercase - Space-separated - Will include all names, given and family - Ordered by given names first, then paternal family name, then maternal family name
|
|
47
|
+
attr_accessor :full_name
|
|
48
|
+
|
|
49
|
+
# Family names as they appear on DNI. Format: - All uppercase - Will include all family names - Ordered by paternal family name first, then maternal family name
|
|
50
|
+
attr_accessor :last_name
|
|
51
|
+
|
|
52
|
+
# Maternal last name as it appears on DNI. Format: - All uppercase
|
|
53
|
+
attr_accessor :maternal_last_name
|
|
54
|
+
|
|
55
|
+
# Paternal last name as it appears on DNI. Format: - All uppercase
|
|
56
|
+
attr_accessor :paternal_last_name
|
|
57
|
+
|
|
58
|
+
# Sex as it appears on DNI. This field is not always available. Values: - \"Male\" - \"Female\"
|
|
59
|
+
attr_accessor :sex
|
|
60
|
+
|
|
61
|
+
# In Peru, geographical locations have an official geographical code called UBIGEO, from the spanish \"UBIcación GEOgráfica\" (Geographic Location). This is an administrative geocode, is different from a postal code (which Peru also has) and is used to specifically delineate the administrative region, province and district hierarchy. There are two coding systems for UBIGEO: one from INEI (National Institute of Statistics and Informatics) and another from RENIEC (National Registry of Identification and Civil Status). The two coding systems are similar but are not 100% the same (some numbers will map to different geographic locations). This field follows the coding system from RENIEC. This field is not always available. Format: - Always 6 digits - First two digits represent region - Middle two are province - Last two are district Given the example 081304, that would correspond to: - 08 - Cusco Region - 0813 - Urubamba Province - 081304 - Machupicchu District
|
|
62
|
+
attr_accessor :ubigeo_reniec
|
|
63
|
+
|
|
64
|
+
# The final (ninth) digit of the DNI, which serves as a checksum over the first eight digits. This field is not always available. Format: - Single character - Either 0-9 or A-K Read more here: https://elcomercio.pe/mag/respuestas/cual-es-el-digito-verificador-de-mi-dni-documento-nacional-de-identidad-reniec-peru-nnda-nnlt-noticia/
|
|
65
|
+
attr_accessor :verification_digit
|
|
66
|
+
|
|
67
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
68
|
+
def self.attribute_map
|
|
69
|
+
{
|
|
70
|
+
:'address' => :'address',
|
|
71
|
+
:'array_name' => :'arrayName',
|
|
72
|
+
:'civil_status' => :'civilStatus',
|
|
73
|
+
:'date_of_birth' => :'dateOfBirth',
|
|
74
|
+
:'document_number' => :'documentNumber',
|
|
75
|
+
:'document_type' => :'documentType',
|
|
76
|
+
:'expedition_date' => :'expeditionDate',
|
|
77
|
+
:'expiration_date' => :'expirationDate',
|
|
78
|
+
:'first_name' => :'firstName',
|
|
79
|
+
:'full_name' => :'fullName',
|
|
80
|
+
:'last_name' => :'lastName',
|
|
81
|
+
:'maternal_last_name' => :'maternalLastName',
|
|
82
|
+
:'paternal_last_name' => :'paternalLastName',
|
|
83
|
+
:'sex' => :'sex',
|
|
84
|
+
:'ubigeo_reniec' => :'ubigeoReniec',
|
|
85
|
+
:'verification_digit' => :'verificationDigit'
|
|
86
|
+
}
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
# Returns attribute mapping this model knows about
|
|
90
|
+
def self.acceptable_attribute_map
|
|
91
|
+
attribute_map
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
# Returns all the JSON keys this model knows about
|
|
95
|
+
def self.acceptable_attributes
|
|
96
|
+
acceptable_attribute_map.values
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# Attribute type mapping.
|
|
100
|
+
def self.openapi_types
|
|
101
|
+
{
|
|
102
|
+
:'address' => :'PeruDniAddress',
|
|
103
|
+
:'array_name' => :'Array<String>',
|
|
104
|
+
:'civil_status' => :'String',
|
|
105
|
+
:'date_of_birth' => :'Date',
|
|
106
|
+
:'document_number' => :'String',
|
|
107
|
+
:'document_type' => :'String',
|
|
108
|
+
:'expedition_date' => :'Date',
|
|
109
|
+
:'expiration_date' => :'Date',
|
|
110
|
+
:'first_name' => :'String',
|
|
111
|
+
:'full_name' => :'String',
|
|
112
|
+
:'last_name' => :'String',
|
|
113
|
+
:'maternal_last_name' => :'String',
|
|
114
|
+
:'paternal_last_name' => :'String',
|
|
115
|
+
:'sex' => :'String',
|
|
116
|
+
:'ubigeo_reniec' => :'String',
|
|
117
|
+
:'verification_digit' => :'String'
|
|
118
|
+
}
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
# List of attributes with nullable: true
|
|
122
|
+
def self.openapi_nullable
|
|
123
|
+
Set.new([
|
|
124
|
+
:'address',
|
|
125
|
+
:'civil_status',
|
|
126
|
+
:'date_of_birth',
|
|
127
|
+
:'expedition_date',
|
|
128
|
+
:'expiration_date',
|
|
129
|
+
:'sex',
|
|
130
|
+
:'ubigeo_reniec',
|
|
131
|
+
:'verification_digit'
|
|
132
|
+
])
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
# Initializes the object
|
|
136
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
137
|
+
def initialize(attributes = {})
|
|
138
|
+
if (!attributes.is_a?(Hash))
|
|
139
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `TrinsicApi::PeruDniProviderOutput` initialize method"
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
143
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
144
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
145
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
146
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `TrinsicApi::PeruDniProviderOutput`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
147
|
+
end
|
|
148
|
+
h[k.to_sym] = v
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
if attributes.key?(:'address')
|
|
152
|
+
self.address = attributes[:'address']
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
if attributes.key?(:'array_name')
|
|
156
|
+
if (value = attributes[:'array_name']).is_a?(Array)
|
|
157
|
+
self.array_name = value
|
|
158
|
+
end
|
|
159
|
+
else
|
|
160
|
+
self.array_name = nil
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
if attributes.key?(:'civil_status')
|
|
164
|
+
self.civil_status = attributes[:'civil_status']
|
|
165
|
+
end
|
|
166
|
+
|
|
167
|
+
if attributes.key?(:'date_of_birth')
|
|
168
|
+
self.date_of_birth = attributes[:'date_of_birth']
|
|
169
|
+
end
|
|
170
|
+
|
|
171
|
+
if attributes.key?(:'document_number')
|
|
172
|
+
self.document_number = attributes[:'document_number']
|
|
173
|
+
else
|
|
174
|
+
self.document_number = nil
|
|
175
|
+
end
|
|
176
|
+
|
|
177
|
+
if attributes.key?(:'document_type')
|
|
178
|
+
self.document_type = attributes[:'document_type']
|
|
179
|
+
else
|
|
180
|
+
self.document_type = nil
|
|
181
|
+
end
|
|
182
|
+
|
|
183
|
+
if attributes.key?(:'expedition_date')
|
|
184
|
+
self.expedition_date = attributes[:'expedition_date']
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
if attributes.key?(:'expiration_date')
|
|
188
|
+
self.expiration_date = attributes[:'expiration_date']
|
|
189
|
+
end
|
|
190
|
+
|
|
191
|
+
if attributes.key?(:'first_name')
|
|
192
|
+
self.first_name = attributes[:'first_name']
|
|
193
|
+
else
|
|
194
|
+
self.first_name = nil
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
if attributes.key?(:'full_name')
|
|
198
|
+
self.full_name = attributes[:'full_name']
|
|
199
|
+
else
|
|
200
|
+
self.full_name = nil
|
|
201
|
+
end
|
|
202
|
+
|
|
203
|
+
if attributes.key?(:'last_name')
|
|
204
|
+
self.last_name = attributes[:'last_name']
|
|
205
|
+
else
|
|
206
|
+
self.last_name = nil
|
|
207
|
+
end
|
|
208
|
+
|
|
209
|
+
if attributes.key?(:'maternal_last_name')
|
|
210
|
+
self.maternal_last_name = attributes[:'maternal_last_name']
|
|
211
|
+
else
|
|
212
|
+
self.maternal_last_name = nil
|
|
213
|
+
end
|
|
214
|
+
|
|
215
|
+
if attributes.key?(:'paternal_last_name')
|
|
216
|
+
self.paternal_last_name = attributes[:'paternal_last_name']
|
|
217
|
+
else
|
|
218
|
+
self.paternal_last_name = nil
|
|
219
|
+
end
|
|
220
|
+
|
|
221
|
+
if attributes.key?(:'sex')
|
|
222
|
+
self.sex = attributes[:'sex']
|
|
223
|
+
end
|
|
224
|
+
|
|
225
|
+
if attributes.key?(:'ubigeo_reniec')
|
|
226
|
+
self.ubigeo_reniec = attributes[:'ubigeo_reniec']
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
if attributes.key?(:'verification_digit')
|
|
230
|
+
self.verification_digit = attributes[:'verification_digit']
|
|
231
|
+
end
|
|
232
|
+
end
|
|
233
|
+
|
|
234
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
235
|
+
# @return Array for valid properties with the reasons
|
|
236
|
+
def list_invalid_properties
|
|
237
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
238
|
+
invalid_properties = Array.new
|
|
239
|
+
if @array_name.nil?
|
|
240
|
+
invalid_properties.push('invalid value for "array_name", array_name cannot be nil.')
|
|
241
|
+
end
|
|
242
|
+
|
|
243
|
+
if @document_number.nil?
|
|
244
|
+
invalid_properties.push('invalid value for "document_number", document_number cannot be nil.')
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
if @document_type.nil?
|
|
248
|
+
invalid_properties.push('invalid value for "document_type", document_type cannot be nil.')
|
|
249
|
+
end
|
|
250
|
+
|
|
251
|
+
if @first_name.nil?
|
|
252
|
+
invalid_properties.push('invalid value for "first_name", first_name cannot be nil.')
|
|
253
|
+
end
|
|
254
|
+
|
|
255
|
+
if @full_name.nil?
|
|
256
|
+
invalid_properties.push('invalid value for "full_name", full_name cannot be nil.')
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
if @last_name.nil?
|
|
260
|
+
invalid_properties.push('invalid value for "last_name", last_name cannot be nil.')
|
|
261
|
+
end
|
|
262
|
+
|
|
263
|
+
if @maternal_last_name.nil?
|
|
264
|
+
invalid_properties.push('invalid value for "maternal_last_name", maternal_last_name cannot be nil.')
|
|
265
|
+
end
|
|
266
|
+
|
|
267
|
+
if @paternal_last_name.nil?
|
|
268
|
+
invalid_properties.push('invalid value for "paternal_last_name", paternal_last_name cannot be nil.')
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
invalid_properties
|
|
272
|
+
end
|
|
273
|
+
|
|
274
|
+
# Check to see if the all the properties in the model are valid
|
|
275
|
+
# @return true if the model is valid
|
|
276
|
+
def valid?
|
|
277
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
278
|
+
return false if @array_name.nil?
|
|
279
|
+
return false if @document_number.nil?
|
|
280
|
+
return false if @document_type.nil?
|
|
281
|
+
return false if @first_name.nil?
|
|
282
|
+
return false if @full_name.nil?
|
|
283
|
+
return false if @last_name.nil?
|
|
284
|
+
return false if @maternal_last_name.nil?
|
|
285
|
+
return false if @paternal_last_name.nil?
|
|
286
|
+
true
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
# Custom attribute writer method with validation
|
|
290
|
+
# @param [Object] array_name Value to be assigned
|
|
291
|
+
def array_name=(array_name)
|
|
292
|
+
if array_name.nil?
|
|
293
|
+
fail ArgumentError, 'array_name cannot be nil'
|
|
294
|
+
end
|
|
295
|
+
|
|
296
|
+
@array_name = array_name
|
|
297
|
+
end
|
|
298
|
+
|
|
299
|
+
# Custom attribute writer method with validation
|
|
300
|
+
# @param [Object] document_number Value to be assigned
|
|
301
|
+
def document_number=(document_number)
|
|
302
|
+
if document_number.nil?
|
|
303
|
+
fail ArgumentError, 'document_number cannot be nil'
|
|
304
|
+
end
|
|
305
|
+
|
|
306
|
+
@document_number = document_number
|
|
307
|
+
end
|
|
308
|
+
|
|
309
|
+
# Custom attribute writer method with validation
|
|
310
|
+
# @param [Object] document_type Value to be assigned
|
|
311
|
+
def document_type=(document_type)
|
|
312
|
+
if document_type.nil?
|
|
313
|
+
fail ArgumentError, 'document_type cannot be nil'
|
|
314
|
+
end
|
|
315
|
+
|
|
316
|
+
@document_type = document_type
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
# Custom attribute writer method with validation
|
|
320
|
+
# @param [Object] first_name Value to be assigned
|
|
321
|
+
def first_name=(first_name)
|
|
322
|
+
if first_name.nil?
|
|
323
|
+
fail ArgumentError, 'first_name cannot be nil'
|
|
324
|
+
end
|
|
325
|
+
|
|
326
|
+
@first_name = first_name
|
|
327
|
+
end
|
|
328
|
+
|
|
329
|
+
# Custom attribute writer method with validation
|
|
330
|
+
# @param [Object] full_name Value to be assigned
|
|
331
|
+
def full_name=(full_name)
|
|
332
|
+
if full_name.nil?
|
|
333
|
+
fail ArgumentError, 'full_name cannot be nil'
|
|
334
|
+
end
|
|
335
|
+
|
|
336
|
+
@full_name = full_name
|
|
337
|
+
end
|
|
338
|
+
|
|
339
|
+
# Custom attribute writer method with validation
|
|
340
|
+
# @param [Object] last_name Value to be assigned
|
|
341
|
+
def last_name=(last_name)
|
|
342
|
+
if last_name.nil?
|
|
343
|
+
fail ArgumentError, 'last_name cannot be nil'
|
|
344
|
+
end
|
|
345
|
+
|
|
346
|
+
@last_name = last_name
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
# Custom attribute writer method with validation
|
|
350
|
+
# @param [Object] maternal_last_name Value to be assigned
|
|
351
|
+
def maternal_last_name=(maternal_last_name)
|
|
352
|
+
if maternal_last_name.nil?
|
|
353
|
+
fail ArgumentError, 'maternal_last_name cannot be nil'
|
|
354
|
+
end
|
|
355
|
+
|
|
356
|
+
@maternal_last_name = maternal_last_name
|
|
357
|
+
end
|
|
358
|
+
|
|
359
|
+
# Custom attribute writer method with validation
|
|
360
|
+
# @param [Object] paternal_last_name Value to be assigned
|
|
361
|
+
def paternal_last_name=(paternal_last_name)
|
|
362
|
+
if paternal_last_name.nil?
|
|
363
|
+
fail ArgumentError, 'paternal_last_name cannot be nil'
|
|
364
|
+
end
|
|
365
|
+
|
|
366
|
+
@paternal_last_name = paternal_last_name
|
|
367
|
+
end
|
|
368
|
+
|
|
369
|
+
# Checks equality by comparing each attribute.
|
|
370
|
+
# @param [Object] Object to be compared
|
|
371
|
+
def ==(o)
|
|
372
|
+
return true if self.equal?(o)
|
|
373
|
+
self.class == o.class &&
|
|
374
|
+
address == o.address &&
|
|
375
|
+
array_name == o.array_name &&
|
|
376
|
+
civil_status == o.civil_status &&
|
|
377
|
+
date_of_birth == o.date_of_birth &&
|
|
378
|
+
document_number == o.document_number &&
|
|
379
|
+
document_type == o.document_type &&
|
|
380
|
+
expedition_date == o.expedition_date &&
|
|
381
|
+
expiration_date == o.expiration_date &&
|
|
382
|
+
first_name == o.first_name &&
|
|
383
|
+
full_name == o.full_name &&
|
|
384
|
+
last_name == o.last_name &&
|
|
385
|
+
maternal_last_name == o.maternal_last_name &&
|
|
386
|
+
paternal_last_name == o.paternal_last_name &&
|
|
387
|
+
sex == o.sex &&
|
|
388
|
+
ubigeo_reniec == o.ubigeo_reniec &&
|
|
389
|
+
verification_digit == o.verification_digit
|
|
390
|
+
end
|
|
391
|
+
|
|
392
|
+
# @see the `==` method
|
|
393
|
+
# @param [Object] Object to be compared
|
|
394
|
+
def eql?(o)
|
|
395
|
+
self == o
|
|
396
|
+
end
|
|
397
|
+
|
|
398
|
+
# Calculates hash code according to all attributes.
|
|
399
|
+
# @return [Integer] Hash code
|
|
400
|
+
def hash
|
|
401
|
+
[address, array_name, civil_status, date_of_birth, document_number, document_type, expedition_date, expiration_date, first_name, full_name, last_name, maternal_last_name, paternal_last_name, sex, ubigeo_reniec, verification_digit].hash
|
|
402
|
+
end
|
|
403
|
+
|
|
404
|
+
# Builds the object from hash
|
|
405
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
406
|
+
# @return [Object] Returns the model itself
|
|
407
|
+
def self.build_from_hash(attributes)
|
|
408
|
+
return nil unless attributes.is_a?(Hash)
|
|
409
|
+
attributes = attributes.transform_keys(&:to_sym)
|
|
410
|
+
transformed_hash = {}
|
|
411
|
+
openapi_types.each_pair do |key, type|
|
|
412
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
413
|
+
transformed_hash["#{key}"] = nil
|
|
414
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
415
|
+
# check to ensure the input is an array given that the attribute
|
|
416
|
+
# is documented as an array but the input is not
|
|
417
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
|
418
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
|
419
|
+
end
|
|
420
|
+
elsif !attributes[attribute_map[key]].nil?
|
|
421
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
|
422
|
+
end
|
|
423
|
+
end
|
|
424
|
+
new(transformed_hash)
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
# Deserializes the data based on type
|
|
428
|
+
# @param string type Data type
|
|
429
|
+
# @param string value Value to be deserialized
|
|
430
|
+
# @return [Object] Deserialized data
|
|
431
|
+
def self._deserialize(type, value)
|
|
432
|
+
case type.to_sym
|
|
433
|
+
when :Time
|
|
434
|
+
Time.parse(value)
|
|
435
|
+
when :Date
|
|
436
|
+
Date.parse(value)
|
|
437
|
+
when :String
|
|
438
|
+
value.to_s
|
|
439
|
+
when :Integer
|
|
440
|
+
value.to_i
|
|
441
|
+
when :Float
|
|
442
|
+
value.to_f
|
|
443
|
+
when :Boolean
|
|
444
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
445
|
+
true
|
|
446
|
+
else
|
|
447
|
+
false
|
|
448
|
+
end
|
|
449
|
+
when :Object
|
|
450
|
+
# generic object (usually a Hash), return directly
|
|
451
|
+
value
|
|
452
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
|
453
|
+
inner_type = Regexp.last_match[:inner_type]
|
|
454
|
+
value.map { |v| _deserialize(inner_type, v) }
|
|
455
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
456
|
+
k_type = Regexp.last_match[:k_type]
|
|
457
|
+
v_type = Regexp.last_match[:v_type]
|
|
458
|
+
{}.tap do |hash|
|
|
459
|
+
value.each do |k, v|
|
|
460
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
461
|
+
end
|
|
462
|
+
end
|
|
463
|
+
else # model
|
|
464
|
+
# models (e.g. Pet) or oneOf
|
|
465
|
+
klass = TrinsicApi.const_get(type)
|
|
466
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
467
|
+
end
|
|
468
|
+
end
|
|
469
|
+
|
|
470
|
+
# Returns the string representation of the object
|
|
471
|
+
# @return [String] String presentation of the object
|
|
472
|
+
def to_s
|
|
473
|
+
to_hash.to_s
|
|
474
|
+
end
|
|
475
|
+
|
|
476
|
+
# to_body is an alias to to_hash (backward compatibility)
|
|
477
|
+
# @return [Hash] Returns the object in the form of hash
|
|
478
|
+
def to_body
|
|
479
|
+
to_hash
|
|
480
|
+
end
|
|
481
|
+
|
|
482
|
+
# Returns the object in the form of hash
|
|
483
|
+
# @return [Hash] Returns the object in the form of hash
|
|
484
|
+
def to_hash
|
|
485
|
+
hash = {}
|
|
486
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
487
|
+
value = self.send(attr)
|
|
488
|
+
if value.nil?
|
|
489
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
490
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
hash[param] = _to_hash(value)
|
|
494
|
+
end
|
|
495
|
+
hash
|
|
496
|
+
end
|
|
497
|
+
|
|
498
|
+
# Outputs non-array value in the form of hash
|
|
499
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
500
|
+
# @param [Object] value Any valid value
|
|
501
|
+
# @return [Hash] Returns the value in the form of hash
|
|
502
|
+
def _to_hash(value)
|
|
503
|
+
if value.is_a?(Array)
|
|
504
|
+
value.compact.map { |v| _to_hash(v) }
|
|
505
|
+
elsif value.is_a?(Hash)
|
|
506
|
+
{}.tap do |hash|
|
|
507
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
508
|
+
end
|
|
509
|
+
elsif value.respond_to? :to_hash
|
|
510
|
+
value.to_hash
|
|
511
|
+
else
|
|
512
|
+
value
|
|
513
|
+
end
|
|
514
|
+
end
|
|
515
|
+
|
|
516
|
+
end
|
|
517
|
+
|
|
518
|
+
end
|
|
@@ -14,8 +14,9 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module TrinsicApi
|
|
17
|
+
# Exposed properties for the `philippines-digital-national-id-qr` Provider which do not directly map to the normalized IdentityData model.
|
|
17
18
|
class PhilippinesDigitalNidProviderOutput
|
|
18
|
-
# The PhilSys card number.
|
|
19
|
+
# The PhilSys Card Number (PCN). Every citizen or resident alien registered in PhilSys has a PhilSys Number (PSN). This number is tokenized into a card number to protect the PSN. The PhilSys Card Number is 12 characters long, and often is written in octets with dashes in between.
|
|
19
20
|
attr_accessor :philsys_card_number
|
|
20
21
|
|
|
21
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -14,8 +14,9 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module TrinsicApi
|
|
17
|
+
# Exposed properties for the `philippines-physical-national-id-qr` Provider which do not directly map to the normalized IdentityData model.
|
|
17
18
|
class PhilippinesPhysicalNidProviderOutput
|
|
18
|
-
# The PhilSys card number.
|
|
19
|
+
# The PhilSys Card Number (PCN). Every citizen or resident alien registered in PhilSys has a PhilSys Number (PSN). This number is tokenized into a card number to protect the PSN. The PhilSys Card Number is 12 characters long, and often is written in octets with dashes in between.
|
|
19
20
|
attr_accessor :philsys_card_number
|
|
20
21
|
|
|
21
22
|
# Attribute mapping from ruby-style variable name to JSON key.
|