inventory property

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

Must be specified when reassigning terminals to a merchant account: - If set to true, reassigns terminals to the inventory of the merchant account and the terminals cannot process transactions. - If set to false, reassigns terminals directly to the merchant account and the terminals can process transactions.

Implementation

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