canAcquire property
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;
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.
@JsonKey(name:'canAcquire')
bool? canAcquire;