pub struct AccountUnificationAccountControllerFees {
pub payer: AccountUnificationAccountControllerFeesPayer,
}
Fields§
§payer: AccountUnificationAccountControllerFeesPayer
A value indicating the responsible payer of a bundle of Stripe fees for pricing-control eligible products on this account. Learn more about fee behavior on connected accounts.
Trait Implementations§
Source§impl Clone for AccountUnificationAccountControllerFees
impl Clone for AccountUnificationAccountControllerFees
Source§fn clone(&self) -> AccountUnificationAccountControllerFees
fn clone(&self) -> AccountUnificationAccountControllerFees
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 FromValueOpt for AccountUnificationAccountControllerFees
impl FromValueOpt for AccountUnificationAccountControllerFees
fn from_value(v: Value) -> Option<Self>
impl Copy for AccountUnificationAccountControllerFees
Auto Trait Implementations§
impl Freeze for AccountUnificationAccountControllerFees
impl RefUnwindSafe for AccountUnificationAccountControllerFees
impl Send for AccountUnificationAccountControllerFees
impl Sync for AccountUnificationAccountControllerFees
impl Unpin for AccountUnificationAccountControllerFees
impl UnwindSafe for AccountUnificationAccountControllerFees
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