transferStatus property

  1. @JsonKey(name: 'transferStatus')
TransferStatuses? transferStatus
getter/setter pair

If there is a known error state that would cause this item to not be transferable, this Flags enum will indicate all of those error states. Otherwise, it will be 0 (CanTransfer).

Implementation

@JsonKey(name:'transferStatus')
TransferStatuses? transferStatus;