KountInquiryViewModel

Class that presents a Kount inquery view model object type.

NameDescriptionTypeAdditional information
IpAddress

The ip address.

string

None.

UniqueSessionId

The unique session identifier.

string

None.

OnlineOrderId

The online order identifier.

integer

None.

CurrencyTypeId

The currency type identifier.

string

None.

TotalAmount

The total amount.

decimal number

None.

Email

The email.

string

None.

PaymentType

Gets or sets the type of the payment.

string

None.

CardName

Gets or sets the name of the card.

string

None.

CardNumber

The card number.

string

None.

CardHashMethod

The hashing method applied to CardNumber. Options: BDT - ByDesign encryption method. Given CardNumber will be decryted and converted to Khash before to be sent to Kount api. Preferred in BDT systems. KHASH - Given CardNumber will be directly sent to Kount api. Hashing must happend at client end. Must use same hash key configured in Kount and ByDesign Backoffice. PLAIN - Given CardNumber will be converted to Khash before to be sent to Kount api. Prefer to implement KLASH option instead.

CardHashMethod

None.

Last4

The last 4 digits of the card number.

string

None.

County

The ship county.

string

None.

City

The ship city.

string

None.

State

The ship state.

string

None.

PostalCode

The ship postal code.

string

None.

Country

The ship country.

string

None.

Phone

The ship phone.

string

None.

ProductItems

The product items.

Collection of KountProductItem

None.

OrderType

The type of the order. Options: SHOP or ENROLL.

OrderType

None.

CCProcessorID

Credit card processor ID.

string

None.