using System; using System.Collections.Generic; using System.Linq; using System.Text; [Serializable] public class oSetup { private int _recId = 0; public int recId { get {return this._recId;} set {this._recId = value;} } private int _saleQTENextNum = 0; public int saleQTENextNum { get {return this._saleQTENextNum;} set {this._saleQTENextNum = value;} } private int _saleINVNextNum = 0; public int saleINVNextNum { get {return this._saleINVNextNum;} set {this._saleINVNextNum = value;} } private int _saleRCTNextNum = 0; public int saleRCTNextNum { get {return this._saleRCTNextNum;} set {this._saleRCTNextNum = value;} } private int _saleCRNNextNum = 0; public int saleCRNNextNum { get {return this._saleCRNNextNum;} set {this._saleCRNNextNum = value;} } private int _saleQTENumLength = 0; public int saleQTENumLength { get {return this._saleQTENumLength;} set {this._saleQTENumLength = value;} } private int _purchaseRCTNextNum = 0; public int purchaseRCTNextNum { get {return this._purchaseRCTNextNum;} set {this._purchaseRCTNextNum = value;} } private int _purchaseCRNNextNum = 0; public int purchaseCRNNextNum { get {return this._purchaseCRNNextNum;} set {this._purchaseCRNNextNum = value;} } private int _purchaseQTENumLength = 0; public int purchaseQTENumLength { get {return this._purchaseQTENumLength;} set {this._purchaseQTENumLength = value;} } private int _purchaseINVNumLength = 0; public int purchaseINVNumLength { get {return this._purchaseINVNumLength;} set {this._purchaseINVNumLength = value;} } private int _purchaseRCTNumLength = 0; public int purchaseRCTNumLength { get {return this._purchaseRCTNumLength;} set {this._purchaseRCTNumLength = value;} } private int _purchaseCRNNumLength = 0; public int purchaseCRNNumLength { get {return this._purchaseCRNNumLength;} set {this._purchaseCRNNumLength = value;} } private int _saleINVNumLength = 0; public int saleINVNumLength { get {return this._saleINVNumLength;} set {this._saleINVNumLength = value;} } private int _saleRCTNumLength = 0; public int saleRCTNumLength { get {return this._saleRCTNumLength;} set {this._saleRCTNumLength = value;} } private int _saleCRNNumLength = 0; public int saleCRNNumLength { get {return this._saleCRNNumLength;} set {this._saleCRNNumLength = value;} } private int _transactionLockDay = 0; public int transactionLockDay { get {return this._transactionLockDay;} set {this._transactionLockDay = value;} } private int _purchaseQTENextNum = 0; public int purchaseQTENextNum { get {return this._purchaseQTENextNum;} set {this._purchaseQTENextNum = value;} } private int _purchaseINVNextNum = 0; public int purchaseINVNextNum { get {return this._purchaseINVNextNum;} set {this._purchaseINVNextNum = value;} } private DateTime _licenceDate = DateTime.MinValue; public DateTime licenceDate { get {return this._licenceDate;} set {this._licenceDate = value;} } private DateTime _versionDate = DateTime.MinValue; public DateTime versionDate { get {return this._versionDate;} set {this._versionDate = value;} } private DateTime _dateCreated = DateTime.MinValue; public DateTime dateCreated { get {return this._dateCreated;} set {this._dateCreated = value;} } private DateTime _dateUpdated = DateTime.MinValue; public DateTime dateUpdated { get {return this._dateUpdated;} set {this._dateUpdated = value;} } private bool _isActive = false; public bool isActive { get {return this._isActive;} set {this._isActive = value;} } private bool _vatRegistered = false; public bool vatRegistered { get {return this._vatRegistered;} set {this._vatRegistered = value;} } private bool _isWebsite = false; public bool isWebsite { get {return this._isWebsite;} set {this._isWebsite = value;} } private bool _hideFooter = false; public bool hideFooter { get {return this._hideFooter;} set {this._hideFooter = value;} } private bool _billingAllowCopy = false; public bool billingAllowCopy { get {return this._billingAllowCopy;} set {this._billingAllowCopy = value;} } private bool _isLoyalty = false; public bool isLoyalty { get {return this._isLoyalty;} set {this._isLoyalty = value;} } private bool _isGoogleSignIn = false; public bool isGoogleSignIn { get {return this._isGoogleSignIn;} set {this._isGoogleSignIn = value;} } private bool _isMediswitch = false; public bool isMediswitch { get {return this._isMediswitch;} set {this._isMediswitch = value;} } private bool _isTransactionLock = false; public bool isTransactionLock { get {return this._isTransactionLock;} set {this._isTransactionLock = value;} } private string _loyaltyEmailRecipients; public string loyaltyEmailRecipients { get { return this._loyaltyEmailRecipients; } set { this._loyaltyEmailRecipients = value; } } private decimal _vatRate = 0; public decimal vatRate { get {return this._vatRate;} set {this._vatRate = value;} } private string _customer = String.Empty; public string customer { get {return this._customer;} set {this._customer = value;} } private string _code = String.Empty; public string code { get {return this._code;} set {this._code = value;} } private string _licenceKey = String.Empty; public string licenceKey { get {return this._licenceKey;} set {this._licenceKey = value;} } private string _versionNo = String.Empty; public string versionNo { get {return this._versionNo;} set {this._versionNo = value;} } private string _email = String.Empty; public string email { get {return this._email;} set {this._email = value;} } private string _tel = String.Empty; public string tel { get {return this._tel;} set {this._tel = value;} } private string _purchaseINVPrefix = String.Empty; public string purchaseINVPrefix { get {return this._purchaseINVPrefix;} set {this._purchaseINVPrefix = value;} } private string _purchaseRCTPrefix = String.Empty; public string purchaseRCTPrefix { get {return this._purchaseRCTPrefix;} set {this._purchaseRCTPrefix = value;} } private string _purchaseCRNPrefix = String.Empty; public string purchaseCRNPrefix { get {return this._purchaseCRNPrefix;} set {this._purchaseCRNPrefix = value;} } private string _theme = String.Empty; public string theme { get {return this._theme;} set {this._theme = value;} } private string _primaryPerson = String.Empty; public string primaryPerson { get {return this._primaryPerson;} set {this._primaryPerson = value;} } private string _communicationEmail = String.Empty; public string communicationEmail { get {return this._communicationEmail;} set {this._communicationEmail = value;} } private string _sendingEmailName = String.Empty; public string sendingEmailName { get {return this._sendingEmailName;} set {this._sendingEmailName = value;} } private string _securePath = String.Empty; public string securePath { get {return this._securePath;} set {this._securePath = value;} } private string _purchaseQTEPrefix = String.Empty; public string purchaseQTEPrefix { get {return this._purchaseQTEPrefix;} set {this._purchaseQTEPrefix = value;} } private string _emailSubjectReceipt = String.Empty; public string emailSubjectReceipt { get {return this._emailSubjectReceipt;} set {this._emailSubjectReceipt = value;} } private string _emailSubjectCreditNote = String.Empty; public string emailSubjectCreditNote { get {return this._emailSubjectCreditNote;} set {this._emailSubjectCreditNote = value;} } private string _saleQTEPrefix = String.Empty; public string saleQTEPrefix { get {return this._saleQTEPrefix;} set {this._saleQTEPrefix = value;} } private string _saleINVPrefix = String.Empty; public string saleINVPrefix { get {return this._saleINVPrefix;} set {this._saleINVPrefix = value;} } private string _saleRCTPrefix = String.Empty; public string saleRCTPrefix { get {return this._saleRCTPrefix;} set {this._saleRCTPrefix = value;} } private string _saleCRNPrefix = String.Empty; public string saleCRNPrefix { get {return this._saleCRNPrefix;} set {this._saleCRNPrefix = value;} } private string _physicalProvinceState = String.Empty; public string physicalProvinceState { get {return this._physicalProvinceState;} set {this._physicalProvinceState = value;} } private string _physicalCountry = String.Empty; public string physicalCountry { get {return this._physicalCountry;} set {this._physicalCountry = value;} } private string _notesStatements = String.Empty; public string notesStatements { get {return this._notesStatements;} set {this._notesStatements = value;} } private string _emailSubjectStatement = String.Empty; public string emailSubjectStatement { get {return this._emailSubjectStatement;} set {this._emailSubjectStatement = value;} } private string _emailSubjectQuote = String.Empty; public string emailSubjectQuote { get {return this._emailSubjectQuote;} set {this._emailSubjectQuote = value;} } private string _emailSubjectPurchaseOrder = String.Empty; public string emailSubjectPurchaseOrder { get { return this._emailSubjectPurchaseOrder; } set { this._emailSubjectPurchaseOrder = value; } } private string _emailSubjectInvoice = String.Empty; public string emailSubjectInvoice { get {return this._emailSubjectInvoice;} set {this._emailSubjectInvoice = value;} } private string _notesInvoices = String.Empty; public string notesInvoices { get {return this._notesInvoices;} set {this._notesInvoices = value;} } private string _notesReceipts = String.Empty; public string notesReceipts { get {return this._notesReceipts;} set {this._notesReceipts = value;} } private string _notesCreditNotes = String.Empty; public string notesCreditNotes { get {return this._notesCreditNotes;} set {this._notesCreditNotes = value;} } private string _tradingAs = String.Empty; public string tradingAs { get {return this._tradingAs;} set {this._tradingAs = value;} } private string _postalProvinceState = String.Empty; public string postalProvinceState { get {return this._postalProvinceState;} set {this._postalProvinceState = value;} } private string _postalCountry = String.Empty; public string postalCountry { get {return this._postalCountry;} set {this._postalCountry = value;} } private string _vatPeriodStartMonth = String.Empty; public string vatPeriodStartMonth { get {return this._vatPeriodStartMonth;} set {this._vatPeriodStartMonth = value;} } private string _physicalStreet = String.Empty; public string physicalStreet { get {return this._physicalStreet;} set {this._physicalStreet = value;} } private string _physicalSuburb = String.Empty; public string physicalSuburb { get {return this._physicalSuburb;} set {this._physicalSuburb = value;} } private string _physicalCity = String.Empty; public string physicalCity { get {return this._physicalCity;} set {this._physicalCity = value;} } private string _physicalCode = String.Empty; public string physicalCode { get {return this._physicalCode;} set {this._physicalCode = value;} } private string _notesQuotes = String.Empty; public string notesQuotes { get {return this._notesQuotes;} set {this._notesQuotes = value;} } private string _postalSuburb = String.Empty; public string postalSuburb { get {return this._postalSuburb;} set {this._postalSuburb = value;} } private string _postalCity = String.Empty; public string postalCity { get {return this._postalCity;} set {this._postalCity = value;} } private string _postalCode = String.Empty; public string postalCode { get {return this._postalCode;} set {this._postalCode = value;} } private string _vatRegistrationNumber = String.Empty; public string vatRegistrationNumber { get {return this._vatRegistrationNumber;} set {this._vatRegistrationNumber = value;} } private string _logoUploaded = String.Empty; public string logoUploaded { get {return this._logoUploaded;} set {this._logoUploaded = value;} } private string _financialYearEnd = String.Empty; public string financialYearEnd { get {return this._financialYearEnd;} set {this._financialYearEnd = value;} } private string _contactMobile = String.Empty; public string contactMobile { get {return this._contactMobile;} set {this._contactMobile = value;} } private string _typeOfBusiness = String.Empty; public string typeOfBusiness { get {return this._typeOfBusiness;} set {this._typeOfBusiness = value;} } private string _country = String.Empty; public string country { get {return this._country;} set {this._country = value;} } private string _countryCode = String.Empty; public string countryCode { get {return this._countryCode;} set {this._countryCode = value;} } private string _gmtTimeZone = String.Empty; public string gmtTimeZone { get {return this._gmtTimeZone;} set {this._gmtTimeZone = value;} } private string _postalStreet = String.Empty; public string postalStreet { get {return this._postalStreet;} set {this._postalStreet = value;} } private string _emailSubjectPurchases = String.Empty; public string emailSubjectPurchases { get { return this._emailSubjectPurchases; } set { this._emailSubjectPurchases = value; } } private string _orderEmail = String.Empty; public string orderEmail { get { return this._orderEmail; } set { this._orderEmail = value; } } private string _emailSubjectToSchoolContacts = String.Empty; public string emailSubjectToSchoolContacts { get { return this._emailSubjectToSchoolContacts; } set { this._emailSubjectToSchoolContacts = value; } } private string _emailSubjectToIEBContacts = String.Empty; public string emailSubjectToIEBContacts { get { return this._emailSubjectToIEBContacts; } set { this._emailSubjectToIEBContacts = value; } } private string _submissionsEmail = String.Empty; public string submissionsEmail { get { return this._submissionsEmail; } set { this._submissionsEmail = value; } } private string _emailSubjectRateUs = String.Empty; public string emailSubjectRateUs { get { return this._emailSubjectRateUs; } set { this._emailSubjectRateUs = value; } } private string _hauteCabriereEmail = String.Empty; public string hauteCabriereEmail { get { return this._hauteCabriereEmail; } set { this._hauteCabriereEmail = value; } } private string _emailSubjectSurveyThankYou = String.Empty; public string emailSubjectSurveyThankYou { get { return this._emailSubjectSurveyThankYou; } set { this._emailSubjectSurveyThankYou = value; } } private string _emailSubjectWelcomeBack = String.Empty; public string emailSubjectWelcomeBack { get { return this._emailSubjectWelcomeBack; } set { this._emailSubjectWelcomeBack = value; } } private string _emailSubjectManagement = String.Empty; public string emailSubjectManagement { get { return this._emailSubjectManagement; } set { this._emailSubjectManagement = value; } } private string _hauteCabriereManagementEmail = String.Empty; public string hauteCabriereManagementEmail { get { return this._hauteCabriereManagementEmail; } set { this._hauteCabriereManagementEmail = value; } } private string _emailSubjectRateUsFollowUp = String.Empty; public string emailSubjectRateUsFollowUp { get { return this._emailSubjectRateUsFollowUp; } set { this._emailSubjectRateUsFollowUp = value; } } }