Class MerchantTransactionType

java.lang.Object
com.creditcall.chipdnamobile.MerchantTransactionType
All Implemented Interfaces:
android.os.Parcelable, Serializable

public class MerchantTransactionType extends Object implements android.os.Parcelable, Serializable
Class to represent a transaction type supported by a merchant account.
Author:
Creditcall Ltd
See Also:
  • Field Details

  • Method Details

    • getTransactionTypeId

      public int getTransactionTypeId()
      Returns:
      The transaction type ID.
    • getTransactionTypeLabel

      public 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