mercantile

package
v0.0.0-...-b7eb296 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2021 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Product

type Product struct {
	Id                           string `json:"id"`
	Sku                          string `json:"SKU"`
	MaxPurchaseQuantity          int    `json:"MaxPurchaseQuantity"`
	AccountMax                   int    `json:"AccountMax"`
	AccountRemainingFulfillments int    `json:"AccountRemainingFulfillments"`
	Price                        int    `json:"Price"`
	UnitCount                    int    `json:"UnitCount"`
	PurchaseCurrencyType         string `json:"PurchaseCurrencyType"`
	StoreSection                 string `json:"StoreSection"`
	StoreSubSection              string `json:"StoreSubSection"`
	FeaturedIndex                int    `json:"FeaturedIndex"`
	Enabled                      bool   `json:"Enabled"`
}

type StoreStatus

type StoreStatus struct {
	StoreEnabled        bool `json:"StoreEnabled"`
	GemsEnabled         bool `json:"GemsEnabled"`
	PacksEnabled        bool `json:"PacksEnabled"`
	BundlesEnabled      bool `json:"BundlesEnabled"`
	GuildBundlesEnabled bool `json:"GuildBundlesEnabled"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL