Add Currency Custom Field Value Support

  • customField.create now supports creating custom fields with the Currency field type.
  • customField.setValue and customField.setValues now accept currency values for Currency custom fields. The value must be an object with a numeric value and valid ISO 4217 currencyCode, for example { "value": 100000, "currencyCode": "USD" }.