pub struct EmployersReverifyRequestSchema {
pub application_id: String,
pub party_id: String,
pub employer_ids: Vec<String>,
}Fields§
§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.
party_id: StringThe UUID of the partyId.
employer_ids: Vec<String>These are the employers that a reverify will be initiated for.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EmployersReverifyRequestSchema
impl<'de> Deserialize<'de> for EmployersReverifyRequestSchema
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 EmployersReverifyRequestSchema
impl RefUnwindSafe for EmployersReverifyRequestSchema
impl Send for EmployersReverifyRequestSchema
impl Sync for EmployersReverifyRequestSchema
impl Unpin for EmployersReverifyRequestSchema
impl UnwindSafe for EmployersReverifyRequestSchema
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