clear method

void clear()

Clears all authorizations from the batch.

Implementation

void clear() {
  _authorizations.clear();
}