pub struct CustomerAccount5 {Show 15 fields
pub id: Vec<AccountIdentification4Choice>,
pub nm: Option<String>,
pub sts: Option<AccountStatus3Code>,
pub tp: Option<CashAccountType2Choice>,
pub ccy: String,
pub mnthly_pmt_val: Option<f64>,
pub mnthly_rcvd_val: Option<f64>,
pub mnthly_tx_nb: Option<String>,
pub avrg_bal: Option<f64>,
pub acct_purp: Option<String>,
pub flr_ntfctn_amt: Option<f64>,
pub clng_ntfctn_amt: Option<f64>,
pub stmt_frqcy_and_frmt: Option<Vec<StatementFrequencyAndForm1>>,
pub clsg_dt: Option<String>,
pub rstrctn: Option<Vec<Restriction1>>,
}Fields§
§id: Vec<AccountIdentification4Choice>§nm: Option<String>§sts: Option<AccountStatus3Code>§tp: Option<CashAccountType2Choice>§ccy: String§mnthly_pmt_val: Option<f64>§mnthly_rcvd_val: Option<f64>§mnthly_tx_nb: Option<String>§avrg_bal: Option<f64>§acct_purp: Option<String>§flr_ntfctn_amt: Option<f64>§clng_ntfctn_amt: Option<f64>§stmt_frqcy_and_frmt: Option<Vec<StatementFrequencyAndForm1>>§clsg_dt: Option<String>§rstrctn: Option<Vec<Restriction1>>Implementations§
Source§impl CustomerAccount5
impl CustomerAccount5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CustomerAccount5
impl RefUnwindSafe for CustomerAccount5
impl Send for CustomerAccount5
impl Sync for CustomerAccount5
impl Unpin for CustomerAccount5
impl UnwindSafe for CustomerAccount5
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