GBP_AMOUNTconstant
Sugar instance of CurrencyAmountSchema for a pound sterling amount. Equivalent to new CurrencyAmountSchema({ currency: "GBP" }).
Examples
GBP_AMOUNT.validate("12.345") // 12.35Sugar instance of CurrencyAmountSchema for a pound sterling amount. Equivalent to new CurrencyAmountSchema({ currency: "GBP" }).
GBP_AMOUNT.validate("12.345") // 12.35