Skip to content

Instantly share code, notes, and snippets.

@dhaniksahni
Last active December 17, 2019 16:48
Show Gist options
  • Save dhaniksahni/f172c9af5d0565901ce4680c7f2be2a7 to your computer and use it in GitHub Desktop.
Save dhaniksahni/f172c9af5d0565901ce4680c7f2be2a7 to your computer and use it in GitHub Desktop.
/******************************************************************************
* Author: Dhanik Lal Sahni
* Date: Oct 8, 2019
* Descpription: Service Request Paramter information.
*/
public class ServiceRequestData {
public String accountId;
public String dateSent;
public String origin;
public String subject;
public String status;
public String description;
public string addressLine1;
public string city;
public string state;
public string zip;
public String srType;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment