Property Naming Guidelines

Property NameData TypeComment
Ends with Id32-bit integerNotable Exceptions:
transactionId is a 64-bit integer
masterId is a 64-bit integer
taxId is a string
Ends with Amountdecimal2 digits of precision to the right of the decimal
Ends with Balancedecimal2 digits of precision to the right of the decimal
Ends with DatedatetimeISO 8601 date format. Example: 2013-10-03T13:38:44.754-05:00
Ends with Percentdecimal2 digits of precision to the right of the decimal
Begins with isbooleanOnly possible values are true and false
Begins with Interestdecimal11 digits of precision to the right of the decimal
None of the abovestring