customernoteIdGet method

Future<Response<WebApiModulesAgentCustomerNoteCustomerNote>> customernoteIdGet({
  1. required String? id,
})

@param id

Implementation

Future<chopper.Response<WebApiModulesAgentCustomerNoteCustomerNote>>
customernoteIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
    WebApiModulesAgentCustomerNoteCustomerNote,
    () => WebApiModulesAgentCustomerNoteCustomerNote.fromJsonFactory,
  );

  return _customernoteIdGet(id: id);
}