inventory property

  1. @BuiltValueField.new(wireName: r'inventory')
bool get inventory

Indicates if the terminal is reassigned to the inventory of the merchant account. - If true, the terminal is in the inventory of the merchant account and cannot process transactions. - If false, the terminal is reassigned directly to the merchant account and can process transactions.

Implementation

@BuiltValueField(wireName: r'inventory')
bool get inventory;