public abstract class TransactionType
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
TransactionType.Builder
Builder class.
|
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<TransactionType> |
CREATOR |
Constructor and Description |
---|
TransactionType() |
Modifier and Type | Method and Description |
---|---|
static TransactionType.Builder |
builder()
Builder.
|
static TransactionType |
create(int value,
java.lang.String label) |
abstract java.lang.String |
getLabel()
label value of the transaction type.
|
abstract int |
getValue()
numerical value of a transaction type (as defined by TAG_TXN_TRANSACTION_TYPE).
|
public static final android.os.Parcelable.Creator<TransactionType> CREATOR
public static TransactionType.Builder builder()
public abstract int getValue()
public abstract java.lang.String getLabel()
public static TransactionType create(int value, java.lang.String label)