pub struct ConnectEmbeddedPayoutsFeatures {
pub edit_payout_schedule: bool,
pub instant_payouts: bool,
pub standard_payouts: bool,
}Expand description
Fields§
§edit_payout_schedule: boolWhether to allow payout schedule to be changed. Default true when Stripe owns Loss Liability, default false otherwise.
instant_payouts: boolWhether to allow creation of instant payouts. Default true when Stripe owns Loss Liability, default false otherwise.
standard_payouts: boolWhether to allow creation of standard payouts. Default true when Stripe owns Loss Liability, default false otherwise.
Trait Implementations§
Source§impl Clone for ConnectEmbeddedPayoutsFeatures
impl Clone for ConnectEmbeddedPayoutsFeatures
Source§fn clone(&self) -> ConnectEmbeddedPayoutsFeatures
fn clone(&self) -> ConnectEmbeddedPayoutsFeatures
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 Default for ConnectEmbeddedPayoutsFeatures
impl Default for ConnectEmbeddedPayoutsFeatures
Source§fn default() -> ConnectEmbeddedPayoutsFeatures
fn default() -> ConnectEmbeddedPayoutsFeatures
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConnectEmbeddedPayoutsFeatures
impl<'de> Deserialize<'de> for ConnectEmbeddedPayoutsFeatures
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ConnectEmbeddedPayoutsFeatures
impl RefUnwindSafe for ConnectEmbeddedPayoutsFeatures
impl Send for ConnectEmbeddedPayoutsFeatures
impl Sync for ConnectEmbeddedPayoutsFeatures
impl Unpin for ConnectEmbeddedPayoutsFeatures
impl UnwindSafe for ConnectEmbeddedPayoutsFeatures
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