vendorValidatebillingcycleBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> vendorValidatebillingcycleBrowsePost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
vendorValidatebillingcycleBrowsePost({
  required FwStandardModelsBrowseRequest? body,
}) {
  generatedMapping.putIfAbsent(
    FwStandardSqlServerFwJsonDataTable,
    () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
  );

  return _vendorValidatebillingcycleBrowsePost(body: body);
}