dev
BankAccount
class BankAccount implements ResourceInterface, \JsonSerializable { public const STATUS_INACTIVE = 0; public const STATUS_ACTIVE = 1;