Release 1.20.84
API
new field pinOk (Boolean) to InquireResultEntity, TransactionResultEntity and TransactionResultV2Entity
new object MerchantInfoEntity to InquireResultEntity, TransactionResultEntity and TransactionResultV2Entity (field „MerchantInfo„):
MerchantInfoEntity {
String company;
String city;
String street;
String house;
String location;
String country;
String zip;
}
new values of CardProduct object field in InquireResultEntity added
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
}
