Class AdyenPaymentDetailsRequest
java.lang.Object
com.broadleafcommerce.adyen.domain.AdyenPaymentDetailsRequest
- All Implemented Interfaces:
Serializable
The DTO object that is used to submit details for a payment created using "/payments" API.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAdditionalAttributes
(String name, Object value) The details that were returned as a result of the "/payments" call.void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) Contains the additional information for the request.void
setDetails
(Map<String, Object> details) The details that were returned as a result of the "/payments" call.
-
Constructor Details
-
AdyenPaymentDetailsRequest
public AdyenPaymentDetailsRequest()
-
-
Method Details
-
addAdditionalAttributes
-
getAdditionalAttributes
-
getDetails
The details that were returned as a result of the "/payments" call. -
setDetails
The details that were returned as a result of the "/payments" call. -
setAdditionalAttributes
Contains the additional information for the request.
-