isSuccessfullyPaid method

bool isSuccessfullyPaid()

Implementation

bool isSuccessfullyPaid() {
  return status == OrderStatus.paid;
}