WebApiModulesBillingBillingCreateGroupInvoicesRequest constructor

const WebApiModulesBillingBillingCreateGroupInvoicesRequest({
  1. double? newTotal,
  2. bool? includeTaxInTotal,
  3. String? sessionId,
  4. List<String>? billingIds,
})

Implementation

const WebApiModulesBillingBillingCreateGroupInvoicesRequest({
  this.newTotal,
  this.includeTaxInTotal,
  this.sessionId,
  this.billingIds,
});