balance property

  1. @Property(type: PropertyType.float)
double balance
getter/setter pair

Implementation

@Property(type: PropertyType.float)
double balance = 0;