pub struct InvoiceTaxStatusReportHeader1 {
pub tax_authrty: Option<TaxOrganisationIdentification1>,
pub msg_id: MessageIdentification1,
pub orgnl_msg_id: MessageIdentification1,
pub rpt_sts: TaxReportingStatus1Code,
pub vldtn_rule: Option<Vec<GenericValidationRuleIdentification1>>,
}Fields§
§tax_authrty: Option<TaxOrganisationIdentification1>§msg_id: MessageIdentification1§orgnl_msg_id: MessageIdentification1§rpt_sts: TaxReportingStatus1Code§vldtn_rule: Option<Vec<GenericValidationRuleIdentification1>>Implementations§
Source§impl InvoiceTaxStatusReportHeader1
impl InvoiceTaxStatusReportHeader1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvoiceTaxStatusReportHeader1
impl RefUnwindSafe for InvoiceTaxStatusReportHeader1
impl Send for InvoiceTaxStatusReportHeader1
impl Sync for InvoiceTaxStatusReportHeader1
impl Unpin for InvoiceTaxStatusReportHeader1
impl UnwindSafe for InvoiceTaxStatusReportHeader1
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