pub struct VerifiedEmployersSummarySchema {
pub party_id: String,
pub employer_details: Option<Vec<VerifiedEmployerObjectSchema>>,
}
Fields§
§party_id: String
The UUID of the partyId.
employer_details: Option<Vec<VerifiedEmployerObjectSchema>>
Summary of Verified Employer object per borrower on an application.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VerifiedEmployersSummarySchema
impl<'de> Deserialize<'de> for VerifiedEmployersSummarySchema
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VerifiedEmployersSummarySchema
impl RefUnwindSafe for VerifiedEmployersSummarySchema
impl Send for VerifiedEmployersSummarySchema
impl Sync for VerifiedEmployersSummarySchema
impl Unpin for VerifiedEmployersSummarySchema
impl UnwindSafe for VerifiedEmployersSummarySchema
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more