public class Inquiry extends Request
closeOnFinish, logger, params| Constructor and Description |
|---|
Inquiry()
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Inquiry |
setAnid(String anid)
Set the anid.
|
Inquiry |
setBillingAddress(Address address)
Set the billing address.
|
Inquiry |
setBillingPhoneNumber(String billingPhoneNumber)
Set the billing phone number.
|
Inquiry |
setCart(Collection<CartItem> cart)
Set the shopping cart.
|
Inquiry |
setCash(long cash)
Set cash amount of any feasible goods.
|
Inquiry |
setCurrency(CurrencyType currency)
Deprecated.
Version 4.3.5. Use method
com.kount.ris.Inquiry.setCurrency(String currency) : Inquiry.
|
Inquiry |
setCurrency(String currency)
Set the three character ISO-4217 currency code.
|
Inquiry |
setCustomerName(String customerName)
Set the name of the client or company.
|
Inquiry |
setDateOfBirth(String dob)
Set the date of birth in the format YYYY-MM-DD.
|
Inquiry |
setEmail(String email)
Set the email address of the client.
|
Inquiry |
setEpoch(long timeStamp)
Set the timestamp (in seconds) since the UNIX epoch for when the UNIQ
value was set.
|
Inquiry |
setGender(char gender)
Set the gender.
|
Inquiry |
setIpAddress(String ipAddress)
Set the IP address.
|
Inquiry |
setMode(InquiryMode mode)
Set the request mode.
|
Inquiry |
setName(String name)
Set the name of the company.
|
Inquiry |
setShippingAddress(Address address)
Set the shipping address.
|
Inquiry |
setShippingEmail(String shippingEmail)
Set the shipping email.
|
Inquiry |
setShippingName(String shippingName)
Set the shipping name.
|
Inquiry |
setShippingPhoneNumber(String shippingPhoneNumber)
Set the shipping phone number.
|
Inquiry |
setShippingType(ShippingType shippingType)
Set shipment type.
|
Inquiry |
setTotal(long total)
Set the total amount in lowest possible denomination of currency.
|
Inquiry |
setUniqueCustomerId(String uniqueCustomerId)
Set the unique ID or cookie set by merchant.
|
Inquiry |
setUserAgent(String userAgent)
Set the user agent string of the client.
|
Inquiry |
setUserDefinedField(String label,
String value)
Set a user defined field.
|
Inquiry |
setWebsite(String site)
Set the website.
|
getParams, isSetKhashPaymentEncoding, setAuthorizationStatus, setAvsAddressReply, setAvsZipReply, setCloseOnFinish, setCvvReply, setKcCustomerId, setKhashPaymentEncoding, setKhashPaymentEncoding, setMerchantAcknowledgment, setMerchantId, setOrderNumber, setParm, setPayment, setPayment, setPaymentMasked, setSessionId, setVersion, toStringpublic Inquiry()
public Inquiry setCash(long cash)
cash - int Cash amount of any feasible goodspublic Inquiry setDateOfBirth(String dob)
dob - Date of birthpublic Inquiry setGender(char gender)
gender - Genderpublic Inquiry setUserDefinedField(String label, String value)
label - The name of the user defined fieldvalue - The value of the user defined fieldpublic Inquiry setMode(InquiryMode mode)
mode - Mode of the requestpublic Inquiry setCurrency(CurrencyType currency)
currency - Type of currencypublic Inquiry setCurrency(String currency)
currency - Currency code, eg, USD, EUR...public Inquiry setTotal(long total)
total - Transaction amount in lowest possible denomination of given currencypublic Inquiry setEmail(String email)
email - Email address of the clientpublic Inquiry setCustomerName(String customerName)
customerName - Name of the client or companypublic Inquiry setBillingAddress(Address address)
address - The billing addresspublic Inquiry setShippingAddress(Address address)
address - Shipping addresspublic Inquiry setBillingPhoneNumber(String billingPhoneNumber)
billingPhoneNumber - Billing phone numberpublic Inquiry setShippingPhoneNumber(String shippingPhoneNumber)
shippingPhoneNumber - Shipping phone numberpublic Inquiry setShippingName(String shippingName)
shippingName - Shipping namepublic Inquiry setShippingEmail(String shippingEmail)
shippingEmail - Shipping emailpublic Inquiry setUniqueCustomerId(String uniqueCustomerId)
uniqueCustomerId - Customer-unique ID or cookie set by merchant.public Inquiry setIpAddress(String ipAddress)
ipAddress - IP Address of the clientpublic Inquiry setUserAgent(String userAgent)
userAgent - Useragent string of the clientpublic Inquiry setEpoch(long timeStamp)
timeStamp - The timestamppublic Inquiry setShippingType(ShippingType shippingType)
shippingType - Ship typepublic Inquiry setAnid(String anid)
anid - Anid of the clientpublic Inquiry setName(String name)
name - Name of the companypublic Inquiry setWebsite(String site)
site - the websitepublic Inquiry setCart(Collection<CartItem> cart)
cart - Collection of CartItems in the shopping cartCopyright © 2022. All rights reserved.