pub struct InvoiceTaxReportTransactionStatus1 {
pub tax_rpt_id: String,
pub sts: TaxReportingStatus2Code,
pub vldtn_rule: Option<Vec<GenericValidationRuleIdentification1>>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§tax_rpt_id: String§sts: TaxReportingStatus2Code§vldtn_rule: Option<Vec<GenericValidationRuleIdentification1>>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl InvoiceTaxReportTransactionStatus1
impl InvoiceTaxReportTransactionStatus1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvoiceTaxReportTransactionStatus1
impl RefUnwindSafe for InvoiceTaxReportTransactionStatus1
impl Send for InvoiceTaxReportTransactionStatus1
impl Sync for InvoiceTaxReportTransactionStatus1
impl Unpin for InvoiceTaxReportTransactionStatus1
impl UnwindSafe for InvoiceTaxReportTransactionStatus1
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