payment: note that Stripe has instituted an additional 1% fee for non-US cards
[hcoop/portal.git] / quotas.sig
1 signature QUOTAS = sig
2
3 val getQuotas : string -> { vol : string,
4 used : int,
5 quota : int } list
6
7 val path : string -> string
8
9 end
10