pub struct PaymentCollectionFollowUpContext {
pub party_id: String,
pub line_items: Vec<PaymentCollectionLineItem>,
pub title: Option<String>,
}
Fields§
§party_id: String
§line_items: Vec<PaymentCollectionLineItem>
§title: Option<String>
Payment collection follow-up display title.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PaymentCollectionFollowUpContext
impl<'de> Deserialize<'de> for PaymentCollectionFollowUpContext
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 PaymentCollectionFollowUpContext
impl RefUnwindSafe for PaymentCollectionFollowUpContext
impl Send for PaymentCollectionFollowUpContext
impl Sync for PaymentCollectionFollowUpContext
impl Unpin for PaymentCollectionFollowUpContext
impl UnwindSafe for PaymentCollectionFollowUpContext
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