pub struct BalanceSettings {
pub payments: BalanceSettingsResourcePayments,
}
Expand description
Options for customizing account balances and payout settings for a Stripe platform’s connected accounts.
Fields§
§payments: BalanceSettingsResourcePayments
Trait Implementations§
Source§impl Clone for BalanceSettings
impl Clone for BalanceSettings
Source§fn clone(&self) -> BalanceSettings
fn clone(&self) -> BalanceSettings
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 Debug for BalanceSettings
impl Debug for BalanceSettings
Source§impl Deserialize for BalanceSettings
impl Deserialize for BalanceSettings
Source§impl FromValueOpt for BalanceSettings
impl FromValueOpt for BalanceSettings
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for BalanceSettings
impl ObjectDeser for BalanceSettings
Auto Trait Implementations§
impl Freeze for BalanceSettings
impl RefUnwindSafe for BalanceSettings
impl Send for BalanceSettings
impl Sync for BalanceSettings
impl Unpin for BalanceSettings
impl UnwindSafe for BalanceSettings
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