pub struct CreateAccountControllerLosses {
pub payments: Option<CreateAccountControllerLossesPayments>,
}
Expand description
A hash of configuration for products that have negative balance liability, and whether Stripe or a Connect application is responsible for them.
Fields§
§payments: Option<CreateAccountControllerLossesPayments>
A value indicating who is liable when this account can’t pay back negative balances resulting from payments.
Defaults to stripe
.
Implementations§
Trait Implementations§
Source§impl Clone for CreateAccountControllerLosses
impl Clone for CreateAccountControllerLosses
Source§fn clone(&self) -> CreateAccountControllerLosses
fn clone(&self) -> CreateAccountControllerLosses
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 CreateAccountControllerLosses
Auto Trait Implementations§
impl Freeze for CreateAccountControllerLosses
impl RefUnwindSafe for CreateAccountControllerLosses
impl Send for CreateAccountControllerLosses
impl Sync for CreateAccountControllerLosses
impl Unpin for CreateAccountControllerLosses
impl UnwindSafe for CreateAccountControllerLosses
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