pub struct AccountUnificationAccountControllerFees {
pub payer: AccountUnificationAccountControllerFeesPayer,
}Fields§
§payer: AccountUnificationAccountControllerFeesPayerA 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 (const: unstable) · 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>
Source§impl PartialEq for AccountUnificationAccountControllerFees
impl PartialEq for AccountUnificationAccountControllerFees
Source§fn eq(&self, other: &AccountUnificationAccountControllerFees) -> bool
fn eq(&self, other: &AccountUnificationAccountControllerFees) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AccountUnificationAccountControllerFees
impl StructuralPartialEq 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 UnsafeUnpin 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