pub struct BillingStatement5 {Show 13 fields
pub stmt_id: String,
pub fr_to_dt: DatePeriod1,
pub cre_dt_tm: String,
pub sts: BillingStatementStatus1Code,
pub acct_chrtcs: CashAccountCharacteristics5,
pub rate_data: Option<Vec<BillingRate1>>,
pub ccy_xchg: Option<Vec<CurrencyExchange6>>,
pub bal: Option<Vec<BillingBalance1>>,
pub compstn: Option<Vec<BillingCompensation1>>,
pub svc: Option<Vec<BillingService2>>,
pub tax_rgn: Option<Vec<BillingTaxRegion3>>,
pub bal_adjstmnt: Option<Vec<BalanceAdjustment1>>,
pub svc_adjstmnt: Option<Vec<BillingServiceAdjustment1>>,
}Fields§
§stmt_id: String§fr_to_dt: DatePeriod1§cre_dt_tm: String§sts: BillingStatementStatus1Code§acct_chrtcs: CashAccountCharacteristics5§rate_data: Option<Vec<BillingRate1>>§ccy_xchg: Option<Vec<CurrencyExchange6>>§bal: Option<Vec<BillingBalance1>>§compstn: Option<Vec<BillingCompensation1>>§svc: Option<Vec<BillingService2>>§tax_rgn: Option<Vec<BillingTaxRegion3>>§bal_adjstmnt: Option<Vec<BalanceAdjustment1>>§svc_adjstmnt: Option<Vec<BillingServiceAdjustment1>>Implementations§
Source§impl BillingStatement5
impl BillingStatement5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BillingStatement5
impl RefUnwindSafe for BillingStatement5
impl Send for BillingStatement5
impl Sync for BillingStatement5
impl Unpin for BillingStatement5
impl UnwindSafe for BillingStatement5
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