Release 1.20.84
API
new pinOk (Boolean) field to InquireResultEntity, TransactionResultEntity, and TransactionResultV2Entity
a new MerchantInfoEntity object to InquireResultEntity, TransactionResultEntity, and TransactionResultV2Entity ("merchantInfo" field):
MerchantInfoEntity {
String company;
String city;
String street;
String house;
String location;
String country;
String zip;
}
added new values of the CardProduct object array in InquireResultEntity
Update CardEntryType enum to the following values:
public enum CardEntryType {
MANUAL,
C,
S,
CL,
CODE
}
Update CardProduct enum to the following values:
public enum CardProduct {
UNKNOW,
VISA,
MASTER,
CUP,
JCB,
AMEX,
DISCOVERY,
Maestro,
NONE,
JCBANDVISA,
TROY,
UNIONPAY,
RUPAY,
PURE
}