[−][src]Struct stripe::IssuingCardholderAuthorizationControls
Fields
allowed_categories: Option<Vec<MerchantCategory>>
Array of strings containing categories of authorizations permitted on this card.
blocked_categories: Option<Vec<MerchantCategory>>
Array of strings containing categories of authorizations to always decline on this card.
spending_limits: Option<Vec<SpendingLimit>>
Limit the spending with rules based on time intervals and categories.
spending_limits_currency: Option<Currency>
Currency for the amounts within spending_limits.
Trait Implementations
impl Clone for IssuingCardholderAuthorizationControls
[src][+]
impl Debug for IssuingCardholderAuthorizationControls
[src][+]
impl<'de> Deserialize<'de> for IssuingCardholderAuthorizationControls
[src][+]
impl Serialize for IssuingCardholderAuthorizationControls
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for IssuingCardholderAuthorizationControls
impl Send for IssuingCardholderAuthorizationControls
impl Sync for IssuingCardholderAuthorizationControls
impl Unpin for IssuingCardholderAuthorizationControls
impl UnwindSafe for IssuingCardholderAuthorizationControls
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,