reassignmentInProgress constant

  1. @BuiltValueEnumConst.new(wireName: r'reassignmentInProgress')
TerminalAssignmentStatusEnum const reassignmentInProgress

The status of the reassignment. Possible values: * reassignmentInProgress: the terminal was boarded and is now scheduled to remove the configuration. Wait for the terminal to synchronize with the Adyen platform. * deployed: the terminal is deployed and reassigned. * inventory: the terminal is in inventory and cannot process transactions. * boarded: the terminal is boarded to a store, or a merchant account representing a store, and can process transactions.

Implementation

@BuiltValueEnumConst(wireName: r'reassignmentInProgress')
static const TerminalAssignmentStatusEnum reassignmentInProgress = _$terminalAssignmentStatusEnum_reassignmentInProgress;