Class: PaymentResponseFraudSetting

payments.PaymentResponseFraudSetting()

new PaymentResponseFraudSetting()

Source:

Methods

(static) PaymentResponseFraudSetting#getAction() → {payments.FraudResponseAction}

Get the field value Type of fraud response action: whether to void transaction, prompt user whether he/she wants to void it or ignore - do nothing
Source:
Returns:
Type
payments.FraudResponseAction

(static) PaymentResponseFraudSetting#getCardType() → {payments.CardType}

Get the field value
Source:
Returns:
Type
payments.CardType

(static) PaymentResponseFraudSetting#getCreatedTime() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) PaymentResponseFraudSetting#getDeletedTime() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) PaymentResponseFraudSetting#getId() → {String}

Get the field value Unique identifier
Source:
Returns:
Type
String

(static) PaymentResponseFraudSetting#getModifiedTime() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) PaymentResponseFraudSetting#getResponseCode() → {String}

Get the field value
Source:
Returns:
Type
String

(static) PaymentResponseFraudSetting#getResponseCodeType() → {payments.FraudResponseCodeType}

Get the field value Type of response code: avs or cvv
Source:
Returns:
Type
payments.FraudResponseCodeType

(static) PaymentResponseFraudSetting#getSettingName() → {String}

Get the field value
Source:
Returns:
Type
String

(static) PaymentResponseFraudSetting#setAction(action)

Set the field value Type of fraud response action: whether to void transaction, prompt user whether he/she wants to void it or ignore - do nothing
Parameters:
Name Type Description
action payments.FraudResponseAction
Source:

(static) PaymentResponseFraudSetting#setCardType(cardType)

Set the field value
Parameters:
Name Type Description
cardType payments.CardType
Source:

(static) PaymentResponseFraudSetting#setCreatedTime(createdTime)

Set the field value
Parameters:
Name Type Description
createdTime Number must be a long integer
Source:

(static) PaymentResponseFraudSetting#setDeletedTime(deletedTime)

Set the field value
Parameters:
Name Type Description
deletedTime Number must be a long integer
Source:

(static) PaymentResponseFraudSetting#setId(id)

Set the field value Unique identifier
Parameters:
Name Type Description
id String
Source:

(static) PaymentResponseFraudSetting#setModifiedTime(modifiedTime)

Set the field value
Parameters:
Name Type Description
modifiedTime Number must be a long integer
Source:

(static) PaymentResponseFraudSetting#setResponseCode(responseCode)

Set the field value
Parameters:
Name Type Description
responseCode String
Source:

(static) PaymentResponseFraudSetting#setResponseCodeType(responseCodeType)

Set the field value Type of response code: avs or cvv
Parameters:
Name Type Description
responseCodeType payments.FraudResponseCodeType
Source:

(static) PaymentResponseFraudSetting#setSettingName(settingName)

Set the field value
Parameters:
Name Type Description
settingName String
Source: