glaccountIdGet method
Future<Response<WebApiModulesSettingsAccountingSettingsGlAccountGlAccount> >
glaccountIdGet({
- required String? id,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesSettingsAccountingSettingsGlAccountGlAccount>>
glaccountIdGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsAccountingSettingsGlAccountGlAccount,
() => WebApiModulesSettingsAccountingSettingsGlAccountGlAccount
.fromJsonFactory);
return _glaccountIdGet(id: id);
}