zero prices methods
This commit is contained in:
parent
14bb2783c3
commit
e5b1b407de
2 changed files with 96 additions and 0 deletions
|
|
@ -62,3 +62,16 @@ type PricesResponse struct {
|
|||
MerchUuid string `json:"merch_uuid"`
|
||||
Origins []OriginWithPrices `json:"origins"`
|
||||
}
|
||||
|
||||
type ZeroPrice struct {
|
||||
Id int64 `json:"id,omitempty"`
|
||||
CreatedAt time.Time `json:"created_at,omitempty"`
|
||||
MerchUuid string `json:"merch_uuid"`
|
||||
Name string `json:"name"`
|
||||
Origin string `json:"origin"`
|
||||
}
|
||||
|
||||
type DeleteZeroPrices struct {
|
||||
Id int64 `json:"id"`
|
||||
MerchUuid string `json:"merch_uuid"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue