Class AdyenPaymentDetailsRequest

java.lang.Object
com.broadleafcommerce.adyen.domain.AdyenPaymentDetailsRequest
All Implemented Interfaces:
Serializable

public class AdyenPaymentDetailsRequest extends Object implements Serializable
The DTO object that is used to submit details for a payment created using "/payments" API.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • AdyenPaymentDetailsRequest

      public AdyenPaymentDetailsRequest()
  • Method Details

    • addAdditionalAttributes

      public void addAdditionalAttributes(String name, Object value)
    • getAdditionalAttributes

      public Map<String,Object> getAdditionalAttributes()
    • getDetails

      public Map<String,Object> getDetails()
      The details that were returned as a result of the "/payments" call.
    • setDetails

      public void setDetails(Map<String,Object> details)
      The details that were returned as a result of the "/payments" call.
    • setAdditionalAttributes

      public void setAdditionalAttributes(Map<String,Object> additionalAttributes)
      Contains the additional information for the request.