billingscheduleservicesettingsPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesSettingsSystemSettingsBillingScheduleServiceSettingsBillingScheduleServiceSettings
  >
>
billingscheduleservicesettingsPost({
  required WebApiModulesSettingsSystemSettingsBillingScheduleServiceSettingsBillingScheduleServiceSettings?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsSystemSettingsBillingScheduleServiceSettingsBillingScheduleServiceSettings,
    () =>
        WebApiModulesSettingsSystemSettingsBillingScheduleServiceSettingsBillingScheduleServiceSettings
            .fromJsonFactory,
  );

  return _billingscheduleservicesettingsPost(body: body);
}