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