Package com.creditcall.chipdnamobile
Class MerchantTransactionType
java.lang.Object
com.creditcall.chipdnamobile.MerchantTransactionType
- All Implemented Interfaces:
android.os.Parcelable,Serializable
Class to represent a transaction type supported by a merchant account.
- Author:
- Creditcall Ltd
- See Also:
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final android.os.Parcelable.Creator<MerchantTransactionType>Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Method Summary
-
Field Details
-
CREATOR
-
-
Method Details
-
getTransactionTypeId
public int getTransactionTypeId()- Returns:
- The transaction type ID.
-
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
-