-
public class LookupRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLookupRequest.LookupApiRequestBuilderpublic enumLookupRequest.ProductType
-
Field Summary
Fields Modifier and Type Field Description private final StringmerchantAccessKeyprivate final Stringamountprivate final Stringcurrencyprivate final StringcardBinprivate final StringmerchantOrderIdprivate final LookupRequest.ProductTypeproductTypeprivate final Stringsignature
-
Method Summary
Modifier and Type Method Description StringgetMerchantAccessKey()StringgetAmount()StringgetCurrency()StringgetCardBin()StringgetMerchantOrderId()LookupRequest.ProductTypegetProductType()StringgetSignature()StringprepareJSON()-
-
Method Detail
-
getMerchantAccessKey
String getMerchantAccessKey()
-
getCurrency
String getCurrency()
-
getCardBin
String getCardBin()
-
getMerchantOrderId
String getMerchantOrderId()
-
getProductType
LookupRequest.ProductType getProductType()
-
getSignature
String getSignature()
-
prepareJSON
String prepareJSON()
-
-
-
-