pub struct PaymentMethodDetailsBillie {
pub transaction_id: Option<String>,
}
Fields§
§transaction_id: Option<String>
The Billie transaction ID associated with this payment.
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsBillie
impl Clone for PaymentMethodDetailsBillie
Source§fn clone(&self) -> PaymentMethodDetailsBillie
fn clone(&self) -> PaymentMethodDetailsBillie
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PaymentMethodDetailsBillie
impl Debug for PaymentMethodDetailsBillie
Source§impl FromValueOpt for PaymentMethodDetailsBillie
impl FromValueOpt for PaymentMethodDetailsBillie
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsBillie
impl RefUnwindSafe for PaymentMethodDetailsBillie
impl Send for PaymentMethodDetailsBillie
impl Sync for PaymentMethodDetailsBillie
impl Unpin for PaymentMethodDetailsBillie
impl UnwindSafe for PaymentMethodDetailsBillie
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