Package com.creditcall.chipdnamobile
Class MerchantTransactionType
- java.lang.Object
-
- com.creditcall.chipdnamobile.MerchantTransactionType
-
- All Implemented Interfaces:
android.os.Parcelable,java.io.Serializable
public class MerchantTransactionType extends java.lang.Object implements android.os.Parcelable, java.io.SerializableClass to represent a transaction type supported by a merchant account.- Author:
- Creditcall Ltd
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<MerchantTransactionType>CREATOR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()intgetTransactionTypeId()java.lang.StringgetTransactionTypeLabel()voidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<MerchantTransactionType> CREATOR
-
-
Method Detail
-
getTransactionTypeId
public int getTransactionTypeId()
- Returns:
- The transaction type ID.
-
getTransactionTypeLabel
public java.lang.String getTransactionTypeLabel()
- Returns:
- The transaction type label.
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
-