You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sides are Amatino's name for the fundamental double-entry bookeeping building blocks, the debit and credit. They are constant and unchanging, so you can safely hard-code them into your application.
When working with the Amatino API, Sides primarily pop up when dealing with Transactions. Transactions are made up of multiple Entries, each of which must include a Side.
The Side class is an enumeration of two potential values: .debit and .credit. Here's an example of using Side in an Entry context: