transfer property

  1. @Column(nullable: true)
bool? transfer
getter/setter pair

Implementation

@Column(nullable: true)
bool? transfer;