WebApiModulesBillingVendorInvoiceResetToDefaultRequest constructor

WebApiModulesBillingVendorInvoiceResetToDefaultRequest({
  1. String? vendorInvoiceId,
  2. String? purchaseOrderId,
  3. DateTime? billingStartDate,
  4. DateTime? billingEndDate,
  5. bool? showAll,
})

Implementation

WebApiModulesBillingVendorInvoiceResetToDefaultRequest({
  this.vendorInvoiceId,
  this.purchaseOrderId,
  this.billingStartDate,
  this.billingEndDate,
  this.showAll,
});