Class AdyenPaymentRequest

java.lang.Object
com.broadleafcommerce.adyen.domain.AdyenPaymentRequest

public class AdyenPaymentRequest extends Object
The Adyen payment request.
  • Constructor Details

    • AdyenPaymentRequest

      public AdyenPaymentRequest()
  • Method Details

    • getTransactionReferenceId

      @Nullable public String getTransactionReferenceId()
    • getPaymentOwningEntityId

      @Nullable public String getPaymentOwningEntityId()
    • getPaymentType

      @Nullable public com.broadleafcommerce.paymentgateway.domain.enums.PaymentType getPaymentType()
    • getPspReference

      @Nullable public String getPspReference()
    • getPaymentPspReference

      @Nullable public String getPaymentPspReference()
    • getPaymentData

      @Nullable public Object getPaymentData()
    • getCustomerId

      @Nullable public String getCustomerId()
    • getApplicationId

      @Nullable public String getApplicationId()
    • getTenantId

      @Nullable public String getTenantId()
    • getCurrencyCode

      public String getCurrencyCode()
    • getTransactionType

      public com.broadleafcommerce.paymentgateway.domain.enums.TransactionType getTransactionType()
      The transaction type to execute.
    • getPaymentRequest

      public com.broadleafcommerce.paymentgateway.domain.PaymentRequest getPaymentRequest()
      The payment request to execute.
    • setTransactionType

      public void setTransactionType(com.broadleafcommerce.paymentgateway.domain.enums.TransactionType transactionType)
      The transaction type to execute.
    • setPaymentRequest

      public void setPaymentRequest(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)
      The payment request to execute.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object