WebApiLogicAppFuncSessionLocation constructor

WebApiLogicAppFuncSessionLocation({
  1. String? locationid,
  2. String? location,
  3. String? locationcode,
  4. String? companyname,
  5. String? locationcolor,
  6. String? ratetype,
  7. String? ratetypedisplay,
  8. String? defaultcurrency,
  9. String? defaultcurrencyid,
  10. String? defaultcurrencycode,
  11. String? defaultcurrencysymbol,
  12. String? defaultpaymentby,
  13. String? defaulttaxoptionid,
  14. String? defaulttaxoption,
  15. String? countryid,
  16. String? country,
  17. String? countrycodeisoalpha2,
  18. String? phone,
  19. bool? useorderlocationbydefault,
  20. String? defaultrepairpotypeid,
  21. String? defaultrepairpotype,
  22. bool? emailinvoicetoorderedby,
  23. bool? emailinvoicetoaccountspayable,
  24. String? defaultpurchasepotypeid,
  25. String? defaultpurchasepotype,
  26. String? defaultsubrentalpoordertypeid,
  27. String? defaultsubrentalpoordertype,
  28. String? defaultsubsalespoordertypeid,
  29. String? defaultsubsalespoordertype,
  30. String? defaultsubmiscpoordertypeid,
  31. String? defaultsubmiscpoordertype,
  32. String? defaultsublaborpoordertypeid,
  33. String? defaultsublaborpoordertype,
  34. String? defaultcombinedpoordertypeid,
  35. String? defaultcombinedpoordertype,
})

Implementation

WebApiLogicAppFuncSessionLocation({
  this.locationid,
  this.location,
  this.locationcode,
  this.companyname,
  this.locationcolor,
  this.ratetype,
  this.ratetypedisplay,
  this.defaultcurrency,
  this.defaultcurrencyid,
  this.defaultcurrencycode,
  this.defaultcurrencysymbol,
  this.defaultpaymentby,
  this.defaulttaxoptionid,
  this.defaulttaxoption,
  this.countryid,
  this.country,
  this.countrycodeisoalpha2,
  this.phone,
  this.useorderlocationbydefault,
  this.defaultrepairpotypeid,
  this.defaultrepairpotype,
  this.emailinvoicetoorderedby,
  this.emailinvoicetoaccountspayable,
  this.defaultpurchasepotypeid,
  this.defaultpurchasepotype,
  this.defaultsubrentalpoordertypeid,
  this.defaultsubrentalpoordertype,
  this.defaultsubsalespoordertypeid,
  this.defaultsubsalespoordertype,
  this.defaultsubmiscpoordertypeid,
  this.defaultsubmiscpoordertype,
  this.defaultsublaborpoordertypeid,
  this.defaultsublaborpoordertype,
  this.defaultcombinedpoordertypeid,
  this.defaultcombinedpoordertype,
});