May 11th, 2018 Release

🚧

Code Change May Be Required

If you have previously coded against any of these enumerations, you may need to update your code to accommodate this change. We apologize for any inconvenience.

Before this release, any enumerations returned in a call would display as an integer value, which may not have meaning to the end user/system. We have improved this functionality by returning the string representation of the enumeration instead of the integer. An example is below:

1208

Status and Billing Method fields when viewing a Customer

Changelog

  • fixed: Enumerations Now Return String Representations Instead of Integers