Documentation
¶
Overview ¶
Package mitrareptir provides request API to mitra reptir.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuyData ¶
type BuyData struct { Type string `json:"type"` Code string `json:"code"` Dest string `json:"dest"` Ref string `json:"ref"` }
BuyData to buy.
type Config ¶
Config mitra reptir.
func (*Config) BuyProduct ¶
func (c *Config) BuyProduct(d *BuyData) (*response.BuyProduct, error)
BuyProduct detail of single product.
func (*Config) GetAccount ¶
GetAccount of current logged in user.
func (*Config) GetProduct ¶
GetProduct detail of single product.
Click to show internal directories.
Click to hide internal directories.