Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUser ¶
type GetUser struct { Userid int `json:"Userid"` Firstname string `json:"Firstname"` Lastname string `json:"Lastname"` Mobile string `json:"Mobile"` Dialcode string `json:"Dialcode"` Email string `json:"Email"` Profileimage string `json:"Profileimage"` Currencysymbol string `json:"Currencysymbol"` Currencycode string `json:"Currencycode"` Countrycode string `json:"Countrycode"` Created string `json:"Created"` Status string `json:"Status"` }
type Location ¶ added in v1.0.9
type Location struct { Locationid int `json:"Locationid"` Tenantid int `json:"Tenantid"` Locationname string `json:"Locationname"` Email string `json:"Email"` Contactno string `json:"Contactno"` Address string `json:"Address"` Suburb string `json:"Suburb"` City string `json:"City"` State string `json:"State"` Postcode string `json:"Postcode"` Latitude string `json:"Latitude"` Longitude string `json:"Longitude"` Opentime string `json:"Opentime"` Closetime string `json:"Closetime"` }
type NewUser ¶
type NewUser struct { Firstname string `json:"firstname"` Lastname string `json:"lastname"` Email string `json:"email"` Password string `json:"password"` Mobile string `json:"Mobile"` Dialcode string `json:"Dialcode"` Roleid int `json:"roleid"` Referenceid int `json:"referenceid"` Locationid int `json:"locationid"` Configid int `json:"configid"` Countrycode string `json:"countrycode"` Currencycode string `json:"currencycode"` Currencysymbol string `json:"currencysymbol"` }
type RefreshTokenInput ¶
type RefreshTokenInput struct {
Token string `json:"token"`
}
type Tenantdata ¶ added in v1.0.8
type Tenantdata struct { Subscriptionid int `json:"Subscriptionid"` Packageid int `json:"Packageid"` Packagename string `json:"Packagename"` Moduleid int `json:"Moduleid"` Featureid int `json:"Featureid"` Modulename string `json:"Modulename"` Validitydate string `json:"Validitydate"` Validity bool `json:"Validity"` Categoryid int `json:"Categoryid"` Subcategoryid int `json:"Subcategoryid"` Iconurl string `json:"Iconurl"` Logourl string `json:"Logourl"` Paymentstatus bool `json:"Paymentstatus"` Subscriptionaccid string `json:"Subscriptionaccid"` Subscriptionmethodid string `json:"Subscriptionmethodid"` Taxamount float64 `json:"Taxamount"` Taxpercent string `json:"Taxpercent"` Totalamount float64 `json:"Totalamount"` Status string `json:"Status"` }
type Updateddata ¶ added in v1.0.6
type UserCreatedData ¶
type UserData ¶
type UserData struct { UserID int `json:"UserId"` Firstname string `json:"Firstname"` Lastname string `json:"Lastname"` Email string `json:"Email"` Mobile string `json:"Mobile"` Dialcode string `json:"Dialcode"` Profileimage string `json:"Profileimage"` Currencysymbol string `json:"Currencysymbol"` Currencycode string `json:"Currencycode"` Countrycode string `json:"Countrycode"` Roleid *int `json:"Roleid"` Configid *int `json:"Configid"` Token string `json:"Token"` Tenantid *int `json:"Tenantid"` Tenantname *string `json:"Tenantname"` Tenantimageurl *string `json:"Tenantimageurl"` Locationid *int `json:"Locationid"` Opentime *string `json:"Opentime"` Closetime *string `json:"Closetime"` CreatedDate string `json:"CreatedDate"` Status string `json:"Status"` }
type UserData1 ¶ added in v1.0.9
type UserData1 struct { UserID int `json:"UserId"` Firstname string `json:"Firstname"` Lastname string `json:"Lastname"` Email string `json:"Email"` Mobile string `json:"Mobile"` Dialcode string `json:"Dialcode"` Profileimage string `json:"Profileimage"` Usercurrencysymbol string `json:"Usercurrencysymbol"` Usercurrencycode string `json:"Usercurrencycode"` Usercountrycode string `json:"Usercountrycode"` Roleid *int `json:"Roleid"` Configid *int `json:"Configid"` Token string `json:"Token"` Tenantid *int `json:"Tenantid"` Tenantname *string `json:"Tenantname"` Tenantimageurl *string `json:"Tenantimageurl"` Tenantaccid string `json:"Tenantaccid"` Countrycode string `json:"Countrycode"` Currencyid int `json:"Currencyid"` Currencycode string `json:"Currencycode"` Currencysymbol string `json:"Currencysymbol"` CreatedDate string `json:"CreatedDate"` Status string `json:"Status"` Devicetype string `json:"Devicetype"` Tenantstatus string `json:"Tenantstatus"` }
type Userupdateinput ¶ added in v1.0.6
Click to show internal directories.
Click to hide internal directories.