status property

RaveStatus status
final

The status of the transaction. Whether

RaveStatus.success for when the transaction completes successfully,

RaveStatus.error for when the transaction completes with an error,

RaveStatus.cancelled for when the user cancelled

Implementation

final RaveStatus status;