taxableMasteridGet method

Future<Response<List<WebApiModulesBillingTaxableTaxable>>> taxableMasteridGet({
  1. required String? masterid,
})

@param masterid

Implementation

Future<chopper.Response<List<WebApiModulesBillingTaxableTaxable>>>
taxableMasteridGet({required String? masterid}) {
  generatedMapping.putIfAbsent(
    WebApiModulesBillingTaxableTaxable,
    () => WebApiModulesBillingTaxableTaxable.fromJsonFactory,
  );

  return _taxableMasteridGet(masterid: masterid);
}