Files
kiss-flixel/feedback-server/externs/js/html/PaymentCurrencyAmount.hx

8 lines
141 B
Haxe

package js.html;
typedef PaymentCurrencyAmount = {
var currency : String;
@:optional
var currencySystem : String;
var value : String;
};