AuthorizationStatus enum

The status for the authorized payment.

Inheritance

Constructors

AuthorizationStatus()
const

Values

created → const AuthorizationStatus

The authorized payment is created. No captured payments have been made for this authorized payment.

captured → const AuthorizationStatus

The authorized payment has one or more captures against it. The sum of these captured payments is greater than the amount of the original authorized payment.

denied → const AuthorizationStatus

PayPal cannot authorize funds for this authorized payment.

expired → const AuthorizationStatus

The authorized payment has expired.

partiallyCaptured → const AuthorizationStatus

A captured payment was made for the authorized payment for an amount that is less than the amount of the original authorized payment.

partiallyCreated → const AuthorizationStatus

The payment which was authorized for an amount that is less than the originally requested amount.

voided → const AuthorizationStatus

The authorized payment was voided. No more captured payments can be made against this authorized payment.

pending → const AuthorizationStatus

The created authorization is in pending state. For more information, see status.details.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AuthorizationStatus>
A constant List of the values in this enum, in order of their declaration.