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