pub struct CustomerBalanceCustomerBalanceSettings {
pub reconciliation_mode: CustomerBalanceCustomerBalanceSettingsReconciliationMode,
pub using_merchant_default: bool,
}Fields§
§reconciliation_mode: CustomerBalanceCustomerBalanceSettingsReconciliationModeThe configuration for how funds that land in the customer cash balance are reconciled.
using_merchant_default: boolA flag to indicate if reconciliation mode returned is the user’s default or is specific to this customer cash balance.
Trait Implementations§
Source§impl Clone for CustomerBalanceCustomerBalanceSettings
impl Clone for CustomerBalanceCustomerBalanceSettings
Source§fn clone(&self) -> CustomerBalanceCustomerBalanceSettings
fn clone(&self) -> CustomerBalanceCustomerBalanceSettings
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 CustomerBalanceCustomerBalanceSettings
impl FromValueOpt for CustomerBalanceCustomerBalanceSettings
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for CustomerBalanceCustomerBalanceSettings
impl PartialEq for CustomerBalanceCustomerBalanceSettings
Source§fn eq(&self, other: &CustomerBalanceCustomerBalanceSettings) -> bool
fn eq(&self, other: &CustomerBalanceCustomerBalanceSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CustomerBalanceCustomerBalanceSettings
impl StructuralPartialEq for CustomerBalanceCustomerBalanceSettings
Auto Trait Implementations§
impl Freeze for CustomerBalanceCustomerBalanceSettings
impl RefUnwindSafe for CustomerBalanceCustomerBalanceSettings
impl Send for CustomerBalanceCustomerBalanceSettings
impl Sync for CustomerBalanceCustomerBalanceSettings
impl Unpin for CustomerBalanceCustomerBalanceSettings
impl UnsafeUnpin for CustomerBalanceCustomerBalanceSettings
impl UnwindSafe for CustomerBalanceCustomerBalanceSettings
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