pub struct CustomerBalanceCustomerBalanceSettings {
pub reconciliation_mode: CustomerBalanceCustomerBalanceSettingsReconciliationMode,
pub using_merchant_default: bool,
}
Fields§
§reconciliation_mode: CustomerBalanceCustomerBalanceSettingsReconciliationMode
The configuration for how funds that land in the customer cash balance are reconciled.
using_merchant_default: bool
A 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy 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 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