pub struct AccountSettings {
pub bacs_debit_payments: Option<AccountBacsDebitPaymentsSettings>,
pub branding: AccountBrandingSettings,
pub card_issuing: Option<AccountCardIssuingSettings>,
pub card_payments: AccountCardPaymentsSettings,
pub dashboard: AccountDashboardSettings,
pub invoices: Option<AccountInvoicesSettings>,
pub payments: AccountPaymentsSettings,
pub payouts: Option<AccountPayoutSettings>,
pub sepa_debit_payments: Option<AccountSepaDebitPaymentsSettings>,
pub treasury: Option<AccountTreasurySettings>,
}
Fields§
§bacs_debit_payments: Option<AccountBacsDebitPaymentsSettings>
§branding: AccountBrandingSettings
§card_issuing: Option<AccountCardIssuingSettings>
§card_payments: AccountCardPaymentsSettings
§dashboard: AccountDashboardSettings
§invoices: Option<AccountInvoicesSettings>
§payments: AccountPaymentsSettings
§payouts: Option<AccountPayoutSettings>
§sepa_debit_payments: Option<AccountSepaDebitPaymentsSettings>
§treasury: Option<AccountTreasurySettings>
Trait Implementations§
Source§impl Clone for AccountSettings
impl Clone for AccountSettings
Source§fn clone(&self) -> AccountSettings
fn clone(&self) -> AccountSettings
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 Debug for AccountSettings
impl Debug for AccountSettings
Source§impl Deserialize for AccountSettings
impl Deserialize for AccountSettings
Source§impl ObjectDeser for AccountSettings
impl ObjectDeser for AccountSettings
Auto Trait Implementations§
impl Freeze for AccountSettings
impl RefUnwindSafe for AccountSettings
impl Send for AccountSettings
impl Sync for AccountSettings
impl Unpin for AccountSettings
impl UnwindSafe for AccountSettings
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