pub struct PartySchema {Show 22 fields
pub id: String,
pub application_id: String,
pub type_: String,
pub name: Option<NameSchema>,
pub name_id: Option<String>,
pub email: Option<String>,
pub status: Option<String>,
pub date_of_birth: Option<String>,
pub phone_numbers: Option<Vec<PhoneNumberSchema>>,
pub econsent: Option<EconsentSchema>,
pub relationship: Option<RelationshipSchema>,
pub veteran_status: Option<VeteranStatusSchema>,
pub los_party_id: Option<String>,
pub credit: Option<PartyCreditSchema>,
pub liabilities: Option<Vec<PartyLiabilitySchema>>,
pub incomes: Option<Vec<ConsumerLendingIncomeSchema>>,
pub verification_ref_id: Option<VerificationRefIdSchema>,
pub addresses: Option<Vec<PartyAddressSchema>>,
pub taxpayer_identifier: Option<TaxpayerIdentifierSchema>,
pub first_time_home_buyer: Option<bool>,
pub custom_fields: Option<CustomFields>,
pub custom_metadata: Option<CustomMetadata>,
}Fields§
§id: StringThe UUID of the Party in Blend’s system. The static identifier that should be used to connect the party’s identity across Blend and external integrations.
application_id: StringThe UUID of the application in Blend’s system. The static identifier that should be used to connect the application’s identity across Blend and external integrations.
type_: StringIdentifying type of party to the application
name: Option<NameSchema>§name_id: Option<String>A unique identifier of the party passed to Blend during SSO login.
email: Option<String>Party email
status: Option<String>An ENUM for the status of the party in the application.
date_of_birth: Option<String>UTC timestamp representing the date of birth
phone_numbers: Option<Vec<PhoneNumberSchema>>§econsent: Option<EconsentSchema>§relationship: Option<RelationshipSchema>§veteran_status: Option<VeteranStatusSchema>§los_party_id: Option<String>The UUID or GUID of the current party in the LOS.
credit: Option<PartyCreditSchema>§liabilities: Option<Vec<PartyLiabilitySchema>>§incomes: Option<Vec<ConsumerLendingIncomeSchema>>§verification_ref_id: Option<VerificationRefIdSchema>§addresses: Option<Vec<PartyAddressSchema>>§taxpayer_identifier: Option<TaxpayerIdentifierSchema>§first_time_home_buyer: Option<bool>Indicates whether borrower is a first-time home buyer.
custom_fields: Option<CustomFields>Custom fields on GET responses for supported resources
custom_metadata: Option<CustomMetadata>Custom metadata on GET responses for supported resources