using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CAPI.Custom.Domain { public class SetupModel { public bool? billingAllowCopy { get; set; } public string code { get; set; } public string communicationEmail { get; set; } public string contactMobile { get; set; } public string country { get; set; } public string countryCode { get; set; } public string customer { get; set; } public DateTime? dateCreated { get; set; } public DateTime? dateUpdated { get; set; } public string email { get; set; } public string emailSubjectCreditNote { get; set; } public string emailSubjectInvoice { get; set; } public string emailSubjectQuote { get; set; } public string emailSubjectPurchaseOrder { get; set; } public string emailSubjectReceipt { get; set; } public string emailSubjectStatement { get; set; } public string financialYearEnd { get; set; } public string gmtTimeZone { get; set; } public bool? hideFooter { get; set; } public bool? isActive { get; set; } public bool? isGoogleSignIn { get; set; } public bool? isLoyalty { get; set; } public bool? isMediswitch { get; set; } public bool? isTransactionLock { get; set; } public bool? isWebsite { get; set; } public DateTime? licenceDate { get; set; } public string licenceKey { get; set; } public string logoUploaded { get; set; } public string notesCreditNotes { get; set; } public string notesInvoices { get; set; } public string notesQuotes { get; set; } public string notesReceipts { get; set; } public string notesStatements { get; set; } public string physicalCity { get; set; } public string physicalCode { get; set; } public string physicalCountry { get; set; } public string physicalProvinceState { get; set; } public string physicalStreet { get; set; } public string physicalSuburb { get; set; } public string postalCity { get; set; } public string postalCode { get; set; } public string postalCountry { get; set; } public string postalProvinceState { get; set; } public string postalStreet { get; set; } public string postalSuburb { get; set; } public string primaryPerson { get; set; } public int? purchaseCRNNextNum { get; set; } public int? purchaseCRNNumLength { get; set; } public string purchaseCRNPrefix { get; set; } public int? purchaseINVNextNum { get; set; } public int? purchaseINVNumLength { get; set; } public string purchaseINVPrefix { get; set; } public int? purchaseQTENextNum { get; set; } public int? purchaseQTENumLength { get; set; } public string purchaseQTEPrefix { get; set; } public int? purchaseRCTNextNum { get; set; } public int? purchaseRCTNumLength { get; set; } public string purchaseRCTPrefix { get; set; } public int recId { get; set; } public int? saleCRNNextNum { get; set; } public int? saleCRNNumLength { get; set; } public string saleCRNPrefix { get; set; } public int? saleINVNextNum { get; set; } public int? saleINVNumLength { get; set; } public string saleINVPrefix { get; set; } public int? saleQTENextNum { get; set; } public int? saleQTENumLength { get; set; } public string saleQTEPrefix { get; set; } public int? saleRCTNextNum { get; set; } public int? saleRCTNumLength { get; set; } public string saleRCTPrefix { get; set; } public string securePath { get; set; } public string sendingEmailName { get; set; } public string tel { get; set; } public string theme { get; set; } public string tradingAs { get; set; } public int? transactionLockDay { get; set; } public string typeOfBusiness { get; set; } public string vatPeriodStartMonth { get; set; } public decimal? vatRate { get; set; } public bool? vatRegistered { get; set; } public string vatRegistrationNumber { get; set; } public DateTime? versionDate { get; set; } public string versionNo { get; set; } } }