canAcquire property

  1. @JsonKey(name: 'canAcquire')
bool? canAcquire
getter/setter pair

If true, the user can not only see the item, but they can acquire it. It is possible that a user can see a kiosk item and not be able to acquire it.

Implementation

@JsonKey(name:'canAcquire')
bool? canAcquire;