Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VoucherV2Filters ¶
type VoucherV2Filters struct { Status map[hestia.VoucherStatusV2]bool `json:"status"` FromTimestamp int64 `json:"from_timestamp"` ToTimestamp int64 `json:"to_timestamp"` UserId map[string]bool `json:"user_id"` VoucherId map[int]bool `json:"voucher_id"` ProviderId map[string]bool `json:"provider_id"` Coin map[string]bool `json:"coin"` }
Click to show internal directories.
Click to hide internal directories.