pub struct StaffHandoff { /* private fields */ }Expand description
Staff handoff used by the checkout completion workflow; it keeps checkout tasks, payment exceptions, and handoff notes explicit for staff review.
Implementations§
Source§impl StaffHandoff
impl StaffHandoff
Sourcepub fn builder() -> StaffHandoffBuilder
pub fn builder() -> StaffHandoffBuilder
Create an instance of StaffHandoff using the builder syntax
Source§impl StaffHandoff
impl StaffHandoff
Sourcepub const fn completed_by(&self) -> &ActorRef
pub const fn completed_by(&self) -> &ActorRef
Returns the completed by evidence available to checkout completion review while leaving provider, customer, payment, and schedule systems unchanged.
Sourcepub const fn completed_at(&self) -> DateTime<Utc>
pub const fn completed_at(&self) -> DateTime<Utc>
Returns the completed at evidence available to checkout completion review while leaving provider, customer, payment, and schedule systems unchanged.
Sourcepub const fn belongings_status(&self) -> BelongingsStatus
pub const fn belongings_status(&self) -> BelongingsStatus
Returns the belongings status evidence available to checkout completion review while leaving provider, customer, payment, and schedule systems unchanged.
Sourcepub const fn care_summary(&self) -> &CareSummary
pub const fn care_summary(&self) -> &CareSummary
Returns the care summary evidence available to checkout completion review while leaving provider, customer, payment, and schedule systems unchanged.
Sourcepub const fn departure_notes_review(&self) -> DepartureNotesReview
pub const fn departure_notes_review(&self) -> DepartureNotesReview
Returns the departure notes review evidence available to checkout completion review while leaving provider, customer, payment, and schedule systems unchanged.
Trait Implementations§
Source§impl Clone for StaffHandoff
impl Clone for StaffHandoff
Source§fn clone(&self) -> StaffHandoff
fn clone(&self) -> StaffHandoff
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more