| Package | Description |
|---|---|
| com.kount.ris |
Base classes for the Kount Ris SDK.
|
| Modifier and Type | Method and Description |
|---|---|
Inquiry |
Inquiry.setAnid(String anid)
Set the anid.
|
Inquiry |
Inquiry.setBillingAddress(Address address)
Set the billing address.
|
Inquiry |
Inquiry.setBillingPhoneNumber(String billingPhoneNumber)
Set the billing phone number.
|
Inquiry |
Inquiry.setCart(Collection<CartItem> cart)
Set the shopping cart.
|
Inquiry |
Inquiry.setCash(long cash)
Set cash amount of any feasible goods.
|
Inquiry |
Inquiry.setCurrency(CurrencyType currency)
Deprecated.
Version 4.3.5. Use method
com.kount.ris.Inquiry.setCurrency(String currency) : Inquiry.
|
Inquiry |
Inquiry.setCurrency(String currency)
Set the three character ISO-4217 currency code.
|
Inquiry |
Inquiry.setCustomerName(String customerName)
Set the name of the client or company.
|
Inquiry |
Inquiry.setDateOfBirth(String dob)
Set the date of birth in the format YYYY-MM-DD.
|
Inquiry |
Inquiry.setEmail(String email)
Set the email address of the client.
|
Inquiry |
Inquiry.setEpoch(long timeStamp)
Set the timestamp (in seconds) since the UNIX epoch for when the UNIQ
value was set.
|
Inquiry |
Inquiry.setGender(char gender)
Set the gender.
|
Inquiry |
Inquiry.setIpAddress(String ipAddress)
Set the IP address.
|
Inquiry |
Inquiry.setMode(InquiryMode mode)
Set the request mode.
|
Inquiry |
Inquiry.setName(String name)
Set the name of the company.
|
Inquiry |
Inquiry.setShippingAddress(Address address)
Set the shipping address.
|
Inquiry |
Inquiry.setShippingEmail(String shippingEmail)
Set the shipping email.
|
Inquiry |
Inquiry.setShippingName(String shippingName)
Set the shipping name.
|
Inquiry |
Inquiry.setShippingPhoneNumber(String shippingPhoneNumber)
Set the shipping phone number.
|
Inquiry |
Inquiry.setShippingType(ShippingType shippingType)
Set shipment type.
|
Inquiry |
Inquiry.setTotal(long total)
Set the total amount in lowest possible denomination of currency.
|
Inquiry |
Inquiry.setUniqueCustomerId(String uniqueCustomerId)
Set the unique ID or cookie set by merchant.
|
Inquiry |
Inquiry.setUserAgent(String userAgent)
Set the user agent string of the client.
|
Inquiry |
Inquiry.setUserDefinedField(String label,
String value)
Set a user defined field.
|
Inquiry |
Inquiry.setWebsite(String site)
Set the website.
|
Copyright © 2022. All rights reserved.