Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
CreditCardPaymentDetails ( string avsResultCode, string cvvResultCode, string creditCardBin, string creditCardCompany, string creditCardNumber, string creditCardToken = null ) : Newtonsoft.Json |
The payment information for the order
|
|
Validate ( Validations validationType = Validations.Weak ) : void |
Validates the objects fields content
|
public CreditCardPaymentDetails ( string avsResultCode, string cvvResultCode, string creditCardBin, string creditCardCompany, string creditCardNumber, string creditCardToken = null ) : Newtonsoft.Json | ||
avsResultCode | string | The Response code from AVS the address verification system. The code is a single letter |
cvvResultCode | string | The Response code from the credit card company indicating whether the customer entered the card security code, a.k.a. card verification value, correctly. The code is a single letter or empty string |
creditCardBin | string | The issuer identification number (IIN), formerly known as bank identification number (BIN) ] of the customer's credit card. This is made up of the first few digits of the credit card number |
creditCardCompany | string | The name of the company who issued the customer's credit card |
creditCardNumber | string | The 4 last digits of the customer's credit card number, with most of the leading digits redacted with Xs |
creditCardToken | string | |
Результат | Newtonsoft.Json |
public Validate ( Validations validationType = Validations.Weak ) : void | ||
validationType | Validations | |
Результат | void |