pub struct PaymentLinksResourceCardRestrictions {
pub brands_blocked: Vec<PaymentLinksResourceCardRestrictionsBrandsBlocked>,
}Fields§
§brands_blocked: Vec<PaymentLinksResourceCardRestrictionsBrandsBlocked>The card brands to block. If a customer enters or selects a card belonging to a blocked brand, they can’t complete the payment.
Trait Implementations§
Source§impl Clone for PaymentLinksResourceCardRestrictions
impl Clone for PaymentLinksResourceCardRestrictions
Source§fn clone(&self) -> PaymentLinksResourceCardRestrictions
fn clone(&self) -> PaymentLinksResourceCardRestrictions
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 moreimpl Eq for PaymentLinksResourceCardRestrictions
Source§impl FromValueOpt for PaymentLinksResourceCardRestrictions
impl FromValueOpt for PaymentLinksResourceCardRestrictions
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for PaymentLinksResourceCardRestrictions
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceCardRestrictions
impl RefUnwindSafe for PaymentLinksResourceCardRestrictions
impl Send for PaymentLinksResourceCardRestrictions
impl Sync for PaymentLinksResourceCardRestrictions
impl Unpin for PaymentLinksResourceCardRestrictions
impl UnsafeUnpin for PaymentLinksResourceCardRestrictions
impl UnwindSafe for PaymentLinksResourceCardRestrictions
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