pub struct LosMilestone {
pub name: String,
pub last_updated: String,
}
Fields§
§name: String
ENUM describing that status of the application. The following milestones can be configured to be displayed to the Borrower on their landing page after submitting their application in Blend (SUBMITTED, PROCESSING, UNDERWRITING, CONDITIONAL APPROVAL, APPROVED, CLOSING, CLOSED, FUNDED). The other milestones are only visible to the lender application.
last_updated: String
UTC Timestamp of when the LOS Milestone was last updated
Trait Implementations§
Source§impl Debug for LosMilestone
impl Debug for LosMilestone
Source§impl<'de> Deserialize<'de> for LosMilestone
impl<'de> Deserialize<'de> for LosMilestone
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
Source§impl Display for LosMilestone
impl Display for LosMilestone
Auto Trait Implementations§
impl Freeze for LosMilestone
impl RefUnwindSafe for LosMilestone
impl Send for LosMilestone
impl Sync for LosMilestone
impl Unpin for LosMilestone
impl UnwindSafe for LosMilestone
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