Class MerchantTransactionType

  • All Implemented Interfaces:
    android.os.Parcelable, java.io.Serializable

    public class MerchantTransactionType
    extends java.lang.Object
    implements android.os.Parcelable, java.io.Serializable
    Class to represent a transaction type supported by a merchant account.
    Author:
    Creditcall Ltd
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<MerchantTransactionType> CREATOR  
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • 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:
        writeToParcel in interface android.os.Parcelable
      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable