Documentation
¶
Index ¶
- type Business
- type Businessdata
- type Businessupdatedata
- type Category
- type Data
- type Getalllocations
- type Location
- type LocationInfo
- type Locationdata
- type Locationgetall
- type Module
- type Package
- type Socialupdatedata
- type Sparkle
- type SubCategory
- type SubscribedData
- type Subscription
- type TenantAddress
- type TenantData
- type TenantDetails
- type Tenantupdatedata
- type Tenantuser
- type Tenantuserdata
- type Updatetenant
- type User
- type Userfromtenant
- type Usersdata
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Business ¶ added in v1.0.3
type Business struct {
Businessupdate *Businessupdatedata `json:"businessupdate"`
Socialupdate *Socialupdatedata `json:"socialupdate"`
}
type Businessdata ¶ added in v1.0.3
type Businessupdatedata ¶ added in v1.0.3
type Data ¶
type Data struct {
Tenantinfo *TenantDetails `json:"tenantinfo"`
Tenantlocation *TenantAddress `json:"tenantlocation"`
Subscriptiondetails *Subscription `json:"subscriptiondetails"`
}
type Getalllocations ¶ added in v1.0.3
type Getalllocations struct {
Status bool `json:"status"`
Code int `json:"code"`
Message string `json:"message"`
Locations []*Locationgetall `json:"locations"`
}
type Location ¶ added in v1.0.3
type Location struct {
TenantID int `json:"TenantId"`
LocationName string `json:"LocationName"`
Email string `json:"Email"`
Contact string `json:"Contact"`
Address string `json:"Address"`
Suburb string `json:"Suburb"`
State string `json:"State"`
Zip string `json:"Zip"`
Countrycode string `json:"Countrycode"`
Latitude string `json:"Latitude"`
Longitude string `json:"Longitude"`
Openingtime string `json:"Openingtime"`
Closingtime string `json:"Closingtime"`
}
type LocationInfo ¶ added in v1.0.3
type Locationdata ¶ added in v1.0.3
type Locationdata struct {
Status bool `json:"status"`
Code int `json:"code"`
Message string `json:"message"`
Locationinfo *LocationInfo `json:"locationinfo"`
}
type Locationgetall ¶ added in v1.0.3
type Locationgetall struct {
Locationid int `json:"locationid"`
LocationName string `json:"locationName"`
Tenantid int `json:"tenantid"`
Email *string `json:"email"`
Contact *string `json:"contact"`
Address string `json:"address"`
Suburb string `json:"suburb"`
State string `json:"state"`
Postcode string `json:"postcode"`
Countycode string `json:"countycode"`
Latitude string `json:"latitude"`
Longitude string `json:"longitude"`
Openingtime string `json:"openingtime"`
Closingtime string `json:"closingtime"`
Status string `json:"status"`
Createdby int `json:"createdby"`
}
type Package ¶ added in v1.0.3
type Package struct {
ModuleID int `json:"ModuleId"`
Name string `json:"Name"`
PackageID int `json:"PackageId"`
Status string `json:"Status"`
PackageAmount string `json:"PackageAmount"`
PaymentMode string `json:"PaymentMode"`
PackageContent string `json:"PackageContent"`
PackageIcon string `json:"PackageIcon"`
}
type Socialupdatedata ¶ added in v1.0.3
type Sparkle ¶
type Sparkle struct {
Category []*Category `json:"category"`
Subcategory []*SubCategory `json:"subcategory"`
Package []*Package `json:"package"`
}
type SubCategory ¶
type SubscribedData ¶ added in v1.0.3
type SubscribedData struct {
Status bool `json:"status"`
Code int `json:"code"`
Message string `json:"message"`
Info *TenantData `json:"info"`
}
type Subscription ¶ added in v1.0.3
type Subscription struct {
TransactionDate string `json:"TransactionDate"`
PackageID int `json:"PackageId"`
ModuleID int `json:"ModuleId"`
CurrencyID int `json:"CurrencyId"`
CurrencyCode string `json:"CurrencyCode"`
Price string `json:"Price"`
TaxID int `json:"TaxId"`
Quantity int `json:"Quantity"`
TaxAmount string `json:"TaxAmount"`
TotalAmount string `json:"TotalAmount"`
PaymentStatus int `json:"PaymentStatus"`
PaymentID *int `json:"PaymentId"`
}
type TenantAddress ¶ added in v1.0.3
type TenantAddress struct {
Address string `json:"Address"`
Suburb string `json:"Suburb"`
State string `json:"State"`
Zip string `json:"Zip"`
Countrycode string `json:"Countrycode"`
Latitude string `json:"Latitude"`
Longitude string `json:"Longitude"`
TimeZone string `json:"TimeZone"`
Opentime string `json:"Opentime"`
Closetime string `json:"Closetime"`
}
type TenantData ¶ added in v1.0.3
type TenantDetails ¶ added in v1.0.3
type Tenantupdatedata ¶ added in v1.0.3
type Tenantuser ¶ added in v1.0.3
type Tenantuserdata ¶ added in v1.0.3
type Updatetenant ¶ added in v1.0.3
type Userfromtenant ¶ added in v1.0.3
type Userfromtenant struct {
UserID int `json:"userId"`
Locationid int `json:"locationid"`
LocationName string `json:"locationName"`
Tenantid int `json:"tenantid"`
Firstname string `json:"firstname"`
Lastname string `json:"lastname"`
Mobile string `json:"mobile"`
Email string `json:"email"`
Created string `json:"created"`
Status string `json:"status"`
}
Click to show internal directories.
Click to hide internal directories.