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