pub struct CreateAccountSessionComponentsIssuingCardFeatures {
pub card_management: Option<bool>,
pub card_spend_dispute_management: Option<bool>,
pub cardholder_management: Option<bool>,
pub spend_control_management: Option<bool>,
}
Expand description
The list of features enabled in the embedded component.
Fields§
§card_management: Option<bool>
Whether to allow card management features.
card_spend_dispute_management: Option<bool>
Whether to allow card spend dispute management features.
cardholder_management: Option<bool>
Whether to allow cardholder management features.
spend_control_management: Option<bool>
Whether to allow spend control management features.
Implementations§
Trait Implementations§
Source§impl Clone for CreateAccountSessionComponentsIssuingCardFeatures
impl Clone for CreateAccountSessionComponentsIssuingCardFeatures
Source§fn clone(&self) -> CreateAccountSessionComponentsIssuingCardFeatures
fn clone(&self) -> CreateAccountSessionComponentsIssuingCardFeatures
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 moreimpl Copy for CreateAccountSessionComponentsIssuingCardFeatures
Auto Trait Implementations§
impl Freeze for CreateAccountSessionComponentsIssuingCardFeatures
impl RefUnwindSafe for CreateAccountSessionComponentsIssuingCardFeatures
impl Send for CreateAccountSessionComponentsIssuingCardFeatures
impl Sync for CreateAccountSessionComponentsIssuingCardFeatures
impl Unpin for CreateAccountSessionComponentsIssuingCardFeatures
impl UnwindSafe for CreateAccountSessionComponentsIssuingCardFeatures
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