com.anywherecommerce.android.sdk.models
Enum TransactionStatus
-
java.lang.Object
-
java.lang.Enum<TransactionStatus>
com.anywherecommerce.android.sdk.models.TransactionStatus -
All Implemented Interfaces:java.io.Serializable, java.lang.Comparable<TransactionStatus>-
public enum <span class="typeNameLabel">TransactionStatus</span> extends java.lang.Enum<
Created by Admin on 11/10/2017.
-
<a name="enum.constant.summary"></a>
### Enum Constant Summary
Enum Constant and Description`<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#AUTHORIZED">AUTHORIZED</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#CANCELLED">CANCELLED</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#COMPLETED">COMPLETED</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#DECLINED">DECLINED</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#DELETED">DELETED</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#FAILED">FAILED</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#FINALIZED">FINALIZED</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#OPEN">OPEN</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#PARTIALLY_COMPLETED">PARTIALLY_COMPLETED</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#PENDING">PENDING</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#PRE_AUTHORIZED">PRE_AUTHORIZED</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#REVERSED">REVERSED</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#SUSPENDED">SUSPENDED</a></span>` `<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#UNKNOWN">UNKNOWN</a></span>`
<a name="method.summary"></a>
### Method Summary
Modifier and TypeMethod and Description`static
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a>``<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#fromValue-java.lang.String-">fromValue</a></span>(java.lang.String v)` `boolean``<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#isApprovalRelatedStatus--">isApprovalRelatedStatus</a></span>()` `boolean``<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#isReversalOrDeclineStatus--">isReversalOrDeclineStatus</a></span>()` `java.lang.String``<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#value--">value</a></span>()` `static
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a>``<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String name)`Returns the enum constant of this type with the specified name.
`static
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a>[]``<span class="memberNameLink">
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html#values--">values</a></span>()`Returns an array containing the constants of this enum type, in the order they are declared.
<a name="methods.inherited.from.class.java.lang.Enum"></a>
### Methods inherited from class java.lang.Enum
`clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf`
<a name="methods.inherited.from.class.java.lang.Object"></a>
### Methods inherited from class java.lang.Object
`getClass, notify, notifyAll, wait, wait, wait`
-
<a name="enum.constant.detail"></a>
### Enum Constant Detail
<a name="UNKNOWN"></a>
#### UNKNOWN
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> UNKNOWN`
<a name="OPEN"></a>
#### OPEN
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> OPEN`
<a name="PENDING"></a>
#### PENDING
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> PENDING`
<a name="PRE_AUTHORIZED"></a>
#### PRE\_AUTHORIZED
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> PRE_AUTHORIZED`
<a name="AUTHORIZED"></a>
#### AUTHORIZED
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> AUTHORIZED`
<a name="DECLINED"></a>
#### DECLINED
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> DECLINED`
<a name="PARTIALLY_COMPLETED"></a>
#### PARTIALLY\_COMPLETED
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> PARTIALLY_COMPLETED`
<a name="COMPLETED"></a>
#### COMPLETED
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> COMPLETED`
<a name="SUSPENDED"></a>
#### SUSPENDED
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> SUSPENDED`
<a name="CANCELLED"></a>
#### CANCELLED
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> CANCELLED`
<a name="FINALIZED"></a>
#### FINALIZED
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> FINALIZED`
<a name="REVERSED"></a>
#### REVERSED
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> REVERSED`
<a name="DELETED"></a>
#### DELETED
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> DELETED`
<a name="FAILED"></a>
#### FAILED
`public static final
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> FAILED`
<a name="method.detail"></a>
### Method Detail
<a name="values--"></a>
#### values
`public static
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a>[] values()`Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: ```
for (TransactionStatus c : TransactionStatus.values())
System.out.println(c);
```
Returns:an array containing the constants of this enum type, in the order they are declared
<a name="valueOf-java.lang.String-"></a>
#### valueOf
`public static
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> valueOf(java.lang.String name)`Returns the enum constant of this type with the specified name. The string must match _exactly_ an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:`name` the name of the enum constant to be returned.Returns:the enum constant with the specified nameThrows:`java.lang.IllegalArgumentException` if this enum type has no constant with the specified name`java.lang.NullPointerException` if the argument is null
<a name="value--"></a>
#### value
`public java.lang.String value()`
<a name="fromValue-java.lang.String-"></a>
#### fromValue
`public static
<a href="#com/anywherecommerce/android/sdk/models/TransactionStatus.html" title="enum in com.anywherecommerce.android.sdk.models">TransactionStatus</a> fromValue(java.lang.String v)`
<a name="isApprovalRelatedStatus--"></a>
#### isApprovalRelatedStatus
`public boolean isApprovalRelatedStatus()`
<a name="isReversalOrDeclineStatus--"></a>
#### isReversalOrDeclineStatus
`public boolean isReversalOrDeclineStatus()`