Wydanie 1.20.84
API
nowe pole pinOk (Boolean) w InquireResultEntity, TransactionResultEntity i TransactionResultV2Entity
nowy obiekt MerchantInfoEntity w InquireResultEntity, TransactionResultEntity i TransactionResultV2Entity (pole"merchantInfo"):
MerchantInfoEntity {
String company;
String city;
String street;
String house;
String location;
String country;
String zip;
}
dodano nowe wartości pola obiektu CardProduct w InquireResultEntity
aktualizuje wyliczenie CardEntryType do następujących wartości:
public enum CardEntryType {
MANUAL,
C,
S,
CL,
CODE
}
aktualizuje wyliczenie CardProduct do następujących wartości:
public enum CardProduct {
UNKNOW,
VISA,
MASTER,
CUP,
JCB,
AMEX,
DISCOVERY,
Maestro,
NONE,
JCBANDVISA,
TROY,
UNIONPAY,
RUPAY,
PURE
}