Package com.adyen.model.notification
Class NotificationRequestItem
- java.lang.Object
-
- com.adyen.model.notification.NotificationRequestItem
-
public class NotificationRequestItem extends Object
NotificationRequestItem model class
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NotificationRequestItem()
-
Method Summary
-
-
-
Field Detail
-
EVENT_CODE_AUTHORISATION
public static final String EVENT_CODE_AUTHORISATION
- See Also:
- Constant Field Values
-
EVENT_CODE_AUTHORISATION_ADJUSTMENT
public static final String EVENT_CODE_AUTHORISATION_ADJUSTMENT
- See Also:
- Constant Field Values
-
EVENT_CODE_CANCELLATION
public static final String EVENT_CODE_CANCELLATION
- See Also:
- Constant Field Values
-
EVENT_CODE_REFUND
public static final String EVENT_CODE_REFUND
- See Also:
- Constant Field Values
-
EVENT_CODE_CANCEL_OR_REFUND
public static final String EVENT_CODE_CANCEL_OR_REFUND
- See Also:
- Constant Field Values
-
EVENT_CODE_CAPTURE
public static final String EVENT_CODE_CAPTURE
- See Also:
- Constant Field Values
-
EVENT_CODE_CAPTURE_FAILED
public static final String EVENT_CODE_CAPTURE_FAILED
- See Also:
- Constant Field Values
-
EVENT_CODE_REFUND_FAILED
public static final String EVENT_CODE_REFUND_FAILED
- See Also:
- Constant Field Values
-
EVENT_CODE_REFUND_WITH_DATA
public static final String EVENT_CODE_REFUND_WITH_DATA
- See Also:
- Constant Field Values
-
EVENT_CODE_REFUNDED_REVERSED
public static final String EVENT_CODE_REFUNDED_REVERSED
- See Also:
- Constant Field Values
-
EVENT_CODE_HANDLED_EXTERNALLY
public static final String EVENT_CODE_HANDLED_EXTERNALLY
- See Also:
- Constant Field Values
-
EVENT_CODE_ORDER_OPENED
public static final String EVENT_CODE_ORDER_OPENED
- See Also:
- Constant Field Values
-
EVENT_CODE_ORDER_CLOSED
public static final String EVENT_CODE_ORDER_CLOSED
- See Also:
- Constant Field Values
-
EVENT_CODE_PENDING
public static final String EVENT_CODE_PENDING
- See Also:
- Constant Field Values
-
EVENT_CODE_PROCESS_RETRY
public static final String EVENT_CODE_PROCESS_RETRY
- See Also:
- Constant Field Values
-
EVENT_CODE_REPORT_AVAILABLE
public static final String EVENT_CODE_REPORT_AVAILABLE
- See Also:
- Constant Field Values
-
EVENT_CODE_VOID_PENDING_REFUND
public static final String EVENT_CODE_VOID_PENDING_REFUND
- See Also:
- Constant Field Values
-
EVENT_CODE_EXPIRE
public static final String EVENT_CODE_EXPIRE
- See Also:
- Constant Field Values
-
EVENT_CODE_CHARGEBACK
public static final String EVENT_CODE_CHARGEBACK
- See Also:
- Constant Field Values
-
EVENT_CODE_CHARGEBACK_REVERSED
public static final String EVENT_CODE_CHARGEBACK_REVERSED
- See Also:
- Constant Field Values
-
EVENT_CODE_NOTIFICATION_OF_CHARGEBACK
public static final String EVENT_CODE_NOTIFICATION_OF_CHARGEBACK
- See Also:
- Constant Field Values
-
EVENT_CODE_NOTIFICATION_OF_FRAUD
public static final String EVENT_CODE_NOTIFICATION_OF_FRAUD
- See Also:
- Constant Field Values
-
EVENT_CODE_PREARBITRATION_LOST
public static final String EVENT_CODE_PREARBITRATION_LOST
- See Also:
- Constant Field Values
-
EVENT_CODE_PREARBITRATION_WON
public static final String EVENT_CODE_PREARBITRATION_WON
- See Also:
- Constant Field Values
-
EVENT_CODE_REQUEST_FOR_INFORMATION
public static final String EVENT_CODE_REQUEST_FOR_INFORMATION
- See Also:
- Constant Field Values
-
EVENT_CODE_SECOND_CHARGEBACK
public static final String EVENT_CODE_SECOND_CHARGEBACK
- See Also:
- Constant Field Values
-
EVENT_CODE_PAYOUT_EXPIRE
public static final String EVENT_CODE_PAYOUT_EXPIRE
- See Also:
- Constant Field Values
-
EVENT_CODE_PAYOUT_DECLINE
public static final String EVENT_CODE_PAYOUT_DECLINE
- See Also:
- Constant Field Values
-
EVENT_CODE_PAYOUT_THIRDPARTY
public static final String EVENT_CODE_PAYOUT_THIRDPARTY
- See Also:
- Constant Field Values
-
EVENT_CODE_PAIDOUT_REVERSED
public static final String EVENT_CODE_PAIDOUT_REVERSED
- See Also:
- Constant Field Values
-
ADDITIONAL_DATA_TOTAL_FRAUD_SCORE
public static final String ADDITIONAL_DATA_TOTAL_FRAUD_SCORE
- See Also:
- Constant Field Values
-
ADDITIONAL_DATA_FRAUD_CHECK_PATTERN
public static final String ADDITIONAL_DATA_FRAUD_CHECK_PATTERN
- See Also:
- Constant Field Values
-
EVENT_CODE_AUTORESCUE
public static final String EVENT_CODE_AUTORESCUE
- See Also:
- Constant Field Values
-
EVENT_CODE_CANCEL_AUTORESCUE
public static final String EVENT_CODE_CANCEL_AUTORESCUE
- See Also:
- Constant Field Values
-
EVENT_CODE_RECURRING_CONTRACT
public static final String EVENT_CODE_RECURRING_CONTRACT
- See Also:
- Constant Field Values
-
EVENT_CODE_OFFER_CLOSED
public static final String EVENT_CODE_OFFER_CLOSED
- See Also:
- Constant Field Values
-
EVENT_CODE_MANUAL_REVIEW_ACCEPT
public static final String EVENT_CODE_MANUAL_REVIEW_ACCEPT
- See Also:
- Constant Field Values
-
EVENT_CODE_MANUAL_REVIEW_REJECT
public static final String EVENT_CODE_MANUAL_REVIEW_REJECT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAmount
public Amount getAmount()
-
setAmount
public NotificationRequestItem setAmount(Amount amount)
-
getEventCode
public String getEventCode()
-
setEventCode
public NotificationRequestItem setEventCode(String eventCode)
-
getEventDate
public Date getEventDate()
-
setEventDate
public NotificationRequestItem setEventDate(Date eventDate)
-
getMerchantAccountCode
public String getMerchantAccountCode()
-
setMerchantAccountCode
public NotificationRequestItem setMerchantAccountCode(String merchantAccountCode)
-
getMerchantReference
public String getMerchantReference()
-
setMerchantReference
public NotificationRequestItem setMerchantReference(String merchantReference)
-
getOriginalReference
public String getOriginalReference()
-
setOriginalReference
public NotificationRequestItem setOriginalReference(String originalReference)
-
getPspReference
public String getPspReference()
-
setPspReference
public NotificationRequestItem setPspReference(String pspReference)
-
getReason
public String getReason()
-
setReason
public NotificationRequestItem setReason(String reason)
-
isSuccess
public boolean isSuccess()
-
setSuccess
public NotificationRequestItem setSuccess(boolean success)
-
getPaymentMethod
public String getPaymentMethod()
-
setPaymentMethod
public NotificationRequestItem setPaymentMethod(String paymentMethod)
-
setOperations
public NotificationRequestItem setOperations(List<String> operations)
-
getOriginalPsp
public String getOriginalPsp()
-
setOriginalPsp
public void setOriginalPsp(String originalPsp)
-
setAdditionalData
public NotificationRequestItem setAdditionalData(Map<String,String> additionalData)
-
-