pub struct CreateIssuingCardLifecycleControlsCancelAfter {
pub payment_count: u64,
}Expand description
Cancels the card after the specified conditions are met.
Fields§
§payment_count: u64The card is automatically cancelled when it makes this number of non-zero payment authorizations and transactions. The count includes penny authorizations, but doesn’t include non-payment actions, such as authorization advice.
Implementations§
Trait Implementations§
Source§impl Clone for CreateIssuingCardLifecycleControlsCancelAfter
impl Clone for CreateIssuingCardLifecycleControlsCancelAfter
Source§fn clone(&self) -> CreateIssuingCardLifecycleControlsCancelAfter
fn clone(&self) -> CreateIssuingCardLifecycleControlsCancelAfter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for CreateIssuingCardLifecycleControlsCancelAfter
impl PartialEq for CreateIssuingCardLifecycleControlsCancelAfter
Source§fn eq(&self, other: &CreateIssuingCardLifecycleControlsCancelAfter) -> bool
fn eq(&self, other: &CreateIssuingCardLifecycleControlsCancelAfter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CreateIssuingCardLifecycleControlsCancelAfter
impl Eq for CreateIssuingCardLifecycleControlsCancelAfter
impl StructuralPartialEq for CreateIssuingCardLifecycleControlsCancelAfter
Auto Trait Implementations§
impl Freeze for CreateIssuingCardLifecycleControlsCancelAfter
impl RefUnwindSafe for CreateIssuingCardLifecycleControlsCancelAfter
impl Send for CreateIssuingCardLifecycleControlsCancelAfter
impl Sync for CreateIssuingCardLifecycleControlsCancelAfter
impl Unpin for CreateIssuingCardLifecycleControlsCancelAfter
impl UnsafeUnpin for CreateIssuingCardLifecycleControlsCancelAfter
impl UnwindSafe for CreateIssuingCardLifecycleControlsCancelAfter
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