Uses of Class
com.BTPaySDK.BTPay_SDK.CAPTURE_ENCODE_TYPE

Uses of BTPay_SDK.CAPTURE_ENCODE_TYPE in com.BTPaySDK
 

Fields in com.BTPaySDK declared as BTPay_SDK.CAPTURE_ENCODE_TYPE
 BTPay_SDK.CAPTURE_ENCODE_TYPE IDTMSRData.cardType
          Get the swiped card type,please see CAPTURE_ENCODE_TYPE for more information.
MSR card type:
CAPTURE_ENCODE_TYPE_ISOABA:ISO/ABA format
CAPTURE_ENCODE_TYPE_AAMVA:AAMVA format
CAPTURE_ENCODE_TYPE_Other:Other
CAPTURE_ENCODE_TYPE_Raw:Raw; undecoded format
CAPTURE_ENCODE_TYPE_JisI_II:JIS I or JIS II
 

Methods in com.BTPaySDK that return BTPay_SDK.CAPTURE_ENCODE_TYPE
static BTPay_SDK.CAPTURE_ENCODE_TYPE BTPay_SDK.CAPTURE_ENCODE_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BTPay_SDK.CAPTURE_ENCODE_TYPE[] BTPay_SDK.CAPTURE_ENCODE_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.