pub enum FollowUpType {
DocumentRequest,
DocumentSignature,
DocumentWetSignature,
AssetStatements,
PaymentCollection,
Paystubs,
ReviewDocuments,
TaxReturn,
TaxTranscripts,
W2,
System,
}
Variants§
DocumentRequest
DocumentSignature
DocumentWetSignature
AssetStatements
PaymentCollection
Paystubs
ReviewDocuments
TaxReturn
TaxTranscripts
W2
System
Trait Implementations§
Source§impl Debug for FollowUpType
impl Debug for FollowUpType
Source§impl<'de> Deserialize<'de> for FollowUpType
impl<'de> Deserialize<'de> for FollowUpType
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 FollowUpType
impl RefUnwindSafe for FollowUpType
impl Send for FollowUpType
impl Sync for FollowUpType
impl Unpin for FollowUpType
impl UnwindSafe for FollowUpType
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