CNY Chinese Yuan money factoryCallableCNY(amount): Moneyconst money = CNY('1.25');// Money({ currency: Currency({ code: 'CNY' }), amount: BigDecimal('1') })
Chinese Yuan money factory