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