NAME

Business::TrueLayer::Role::Status

A role for attributes and behviour related to status

ATTRIBUTES

status (Str)

METHODS

authorization_required

authorizing

authorized

executed

settled

failed

Check if the resource is at a current state:

if ( $Resouce->authorizing ) {
    ...
}