pub struct CustomerAccountModification1 {Show 15 fields
pub id: Vec<AccountIdentification4Choice>,
pub nm: Option<NameModification1>,
pub sts: Option<AccountStatusModification1>,
pub tp: Option<TypeModification1>,
pub ccy: String,
pub mnthly_pmt_val: Option<AmountModification1>,
pub mnthly_rcvd_val: Option<AmountModification1>,
pub mnthly_tx_nb: Option<NumberModification1>,
pub avrg_bal: Option<AmountModification1>,
pub acct_purp: Option<PurposeModification1>,
pub flr_ntfctn_amt: Option<AmountModification1>,
pub clng_ntfctn_amt: Option<AmountModification1>,
pub stmt_frqcy_and_frmt: Option<Vec<StatementFrequencyAndFormModification1>>,
pub clsg_dt: Option<DateModification1>,
pub rstrctn: Option<Vec<RestrictionModification1>>,
}Fields§
§id: Vec<AccountIdentification4Choice>§nm: Option<NameModification1>§sts: Option<AccountStatusModification1>§tp: Option<TypeModification1>§ccy: String§mnthly_pmt_val: Option<AmountModification1>§mnthly_rcvd_val: Option<AmountModification1>§mnthly_tx_nb: Option<NumberModification1>§avrg_bal: Option<AmountModification1>§acct_purp: Option<PurposeModification1>§flr_ntfctn_amt: Option<AmountModification1>§clng_ntfctn_amt: Option<AmountModification1>§stmt_frqcy_and_frmt: Option<Vec<StatementFrequencyAndFormModification1>>§clsg_dt: Option<DateModification1>§rstrctn: Option<Vec<RestrictionModification1>>Implementations§
Source§impl CustomerAccountModification1
impl CustomerAccountModification1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CustomerAccountModification1
impl RefUnwindSafe for CustomerAccountModification1
impl Send for CustomerAccountModification1
impl Sync for CustomerAccountModification1
impl Unpin for CustomerAccountModification1
impl UnwindSafe for CustomerAccountModification1
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