pub struct InvoicesPaymentsInvoicePaymentStatusTransitions {
pub canceled_at: Option<Timestamp>,
pub paid_at: Option<Timestamp>,
}
Fields§
§canceled_at: Option<Timestamp>
The time that the payment was canceled.
paid_at: Option<Timestamp>
The time that the payment succeeded.
Trait Implementations§
Source§impl Clone for InvoicesPaymentsInvoicePaymentStatusTransitions
impl Clone for InvoicesPaymentsInvoicePaymentStatusTransitions
Source§fn clone(&self) -> InvoicesPaymentsInvoicePaymentStatusTransitions
fn clone(&self) -> InvoicesPaymentsInvoicePaymentStatusTransitions
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 FromValueOpt for InvoicesPaymentsInvoicePaymentStatusTransitions
impl FromValueOpt for InvoicesPaymentsInvoicePaymentStatusTransitions
fn from_value(v: Value) -> Option<Self>
impl Copy for InvoicesPaymentsInvoicePaymentStatusTransitions
Auto Trait Implementations§
impl Freeze for InvoicesPaymentsInvoicePaymentStatusTransitions
impl RefUnwindSafe for InvoicesPaymentsInvoicePaymentStatusTransitions
impl Send for InvoicesPaymentsInvoicePaymentStatusTransitions
impl Sync for InvoicesPaymentsInvoicePaymentStatusTransitions
impl Unpin for InvoicesPaymentsInvoicePaymentStatusTransitions
impl UnwindSafe for InvoicesPaymentsInvoicePaymentStatusTransitions
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