pub struct BillingMethod2 {
pub svc_chrg_hst_amt: AmountAndDirection34,
pub svc_tax: BillingServicesAmount1,
pub tax_id: Vec<BillingServicesTax1>,
}Fields§
§svc_chrg_hst_amt: AmountAndDirection34§svc_tax: BillingServicesAmount1§tax_id: Vec<BillingServicesTax1>Implementations§
Source§impl BillingMethod2
impl BillingMethod2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BillingMethod2
impl RefUnwindSafe for BillingMethod2
impl Send for BillingMethod2
impl Sync for BillingMethod2
impl Unpin for BillingMethod2
impl UnwindSafe for BillingMethod2
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