Amount to Turkish Words
tr_money_to_wordsWrites a monetary amount out in Turkish words, the way invoices, cheques and promissory notes require.
Applies the rules that trip up generic libraries: Turkish says "bin", never "bir bin"; the kuruş part is read separately; and both "1.234,56" and "1,234.56" are accepted and told apart automatically. A mandatory field on Turkish e-invoices, cheques and notes — with no off-the-shelf API until now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | Output letter case. | lower |
| amount | Yes | Amount. Accepts both "1.234,56" and 1234.56. | |
| currency | No | TRY | |
| wrapHash | No |