User transactions API

This commit is contained in:
2021-11-16 13:55:07 +01:00
parent d8ecaecb35
commit 617387c4f7
2 changed files with 18 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ type SubscriptionType struct {
FileExpiryDays int `json:"file_expiry_days"`
DirectLinkingBandwidth int64 `json:"direct_linking_bandwidth"`
StorageSpace int64 `json:"storage_space"`
PricePerTBStorage int64 `json:"price_per_tb_storage"`
PricePerTBBandwidth int64 `json:"price_per_tb_bandwidth"`
}
// GetSubscriptionID returns the subscription object identified by the given ID