Version 1.20.84
API
Neues pinOk (Boolean) in InquireResultEntity, TransactionResultEntity und TransactionResultV2Entity
ein neues MerchantInfoEntity-Objekt für InquireResultEntity, TransactionResultEntity und TransactionResultV2Entity ("merchantInfo"-Feld):
MerchantInfoEntity {
String company;
String city;
String street;
String house;
String location;
String country;
String zip;
}
neue Werte des CardProduct-Objektarrays in InquireResultEntity hinzugefügt
Aktualisieren Sie die CardEntryType-Enumeration auf die folgenden Werte:
public enum CardEntryType {
MANUAL,
C,
S,
CL,
CODE
}
Aktualisieren Sie die CardProduct-Enumeration auf die folgenden Werte:
public enum CardProduct {
UNKNOW,
VISA,
MASTER,
CUP,
JCB,
AMEX,
DISCOVERY,
Maestro,
NONE,
JCBANDVISA,
TROY,
UNIONPAY,
RUPAY,
PURE
}