pub struct BillingService2 {
pub svc_dtl: BillingServiceParameters3,
pub pric: Option<BillingPrice1>,
pub pmt_mtd: ServicePaymentMethod1Code,
pub orgnl_chrg_pric: AmountAndDirection34,
pub orgnl_chrg_sttlm_amt: Option<AmountAndDirection34>,
pub bal_reqrd_acct_amt: Option<AmountAndDirection34>,
pub tax_dsgnt: ServiceTaxDesignation1,
pub tax_clctn: Option<BillingMethod1Choice>,
}Fields§
§svc_dtl: BillingServiceParameters3§pric: Option<BillingPrice1>§pmt_mtd: ServicePaymentMethod1Code§orgnl_chrg_pric: AmountAndDirection34§orgnl_chrg_sttlm_amt: Option<AmountAndDirection34>§bal_reqrd_acct_amt: Option<AmountAndDirection34>§tax_dsgnt: ServiceTaxDesignation1§tax_clctn: Option<BillingMethod1Choice>Implementations§
Source§impl BillingService2
impl BillingService2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BillingService2
impl RefUnwindSafe for BillingService2
impl Send for BillingService2
impl Sync for BillingService2
impl Unpin for BillingService2
impl UnwindSafe for BillingService2
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