new PaymentResponseFraudSetting()
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
Returns:
(static) PaymentResponseFraudSetting#getCardType() → {payments.CardType}
Get the field value
Returns:
- Type
- payments.CardType
(static) PaymentResponseFraudSetting#getCreatedTime() → {Number}
Get the field value
Returns:
must be a long integer
- Type
- Number
(static) PaymentResponseFraudSetting#getDeletedTime() → {Number}
Get the field value
Returns:
must be a long integer
- Type
- Number
(static) PaymentResponseFraudSetting#getId() → {String}
Get the field value
Unique identifier
Returns:
- Type
- String
(static) PaymentResponseFraudSetting#getModifiedTime() → {Number}
Get the field value
Returns:
must be a long integer
- Type
- Number
(static) PaymentResponseFraudSetting#getResponseCode() → {String}
Get the field value
Returns:
- Type
- String
(static) PaymentResponseFraudSetting#getResponseCodeType() → {payments.FraudResponseCodeType}
Get the field value
Type of response code: avs or cvv
Returns:
(static) PaymentResponseFraudSetting#getSettingName() → {String}
Get the field value
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 |
(static) PaymentResponseFraudSetting#setCardType(cardType)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
cardType |
payments.CardType |
(static) PaymentResponseFraudSetting#setCreatedTime(createdTime)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
createdTime |
Number | must be a long integer |
(static) PaymentResponseFraudSetting#setDeletedTime(deletedTime)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
deletedTime |
Number | must be a long integer |
(static) PaymentResponseFraudSetting#setId(id)
Set the field value
Unique identifier
Parameters:
Name | Type | Description |
---|---|---|
id |
String |
(static) PaymentResponseFraudSetting#setModifiedTime(modifiedTime)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
modifiedTime |
Number | must be a long integer |
(static) PaymentResponseFraudSetting#setResponseCode(responseCode)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
responseCode |
String |
(static) PaymentResponseFraudSetting#setResponseCodeType(responseCodeType)
Set the field value
Type of response code: avs or cvv
Parameters:
Name | Type | Description |
---|---|---|
responseCodeType |
payments.FraudResponseCodeType |
(static) PaymentResponseFraudSetting#setSettingName(settingName)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
settingName |
String |