copyWithWrapped method

Implementation

WebApiModulesBillingBillingGetNextBillingWorksheetUsageDatesRequest
    copyWithWrapped({Wrapped<String?>? orderId}) {
  return WebApiModulesBillingBillingGetNextBillingWorksheetUsageDatesRequest(
      orderId: (orderId != null ? orderId.value : this.orderId));
}