WebApiLogicAppFuncSessionLocation constructor
WebApiLogicAppFuncSessionLocation({
- String? locationid,
- String? location,
- String? locationcode,
- String? companyname,
- String? locationcolor,
- String? ratetype,
- String? ratetypedisplay,
- String? defaultcurrency,
- String? defaultcurrencyid,
- String? defaultcurrencycode,
- String? defaultcurrencysymbol,
- String? defaultpaymentby,
- String? defaulttaxoptionid,
- String? defaulttaxoption,
- String? countryid,
- String? country,
- String? countrycodeisoalpha2,
- String? phone,
- bool? useorderlocationbydefault,
- String? defaultrepairpotypeid,
- String? defaultrepairpotype,
- bool? emailinvoicetoorderedby,
- bool? emailinvoicetoaccountspayable,
- String? defaultpurchasepotypeid,
- String? defaultpurchasepotype,
- String? defaultsubrentalpoordertypeid,
- String? defaultsubrentalpoordertype,
- String? defaultsubsalespoordertypeid,
- String? defaultsubsalespoordertype,
- String? defaultsubmiscpoordertypeid,
- String? defaultsubmiscpoordertype,
- String? defaultsublaborpoordertypeid,
- String? defaultsublaborpoordertype,
- String? defaultcombinedpoordertypeid,
- 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,
});