Represents Thresholds for an account.
Thresholds
@type t() :: %Stellar.Horizon.Account.Thresholds{ high_threshold: weight(), low_threshold: weight(), med_threshold: weight() }
@type weight() :: 0..255