Class AdyenPaymentRequest
java.lang.Object
com.broadleafcommerce.adyen.domain.AdyenPaymentRequest
The Adyen payment request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
com.broadleafcommerce.paymentgateway.domain.PaymentRequest
The payment request to execute.com.broadleafcommerce.paymentgateway.domain.enums.PaymentType
com.broadleafcommerce.paymentgateway.domain.enums.TransactionType
The transaction type to execute.int
hashCode()
void
setPaymentRequest
(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest) The payment request to execute.void
setTransactionType
(com.broadleafcommerce.paymentgateway.domain.enums.TransactionType transactionType) The transaction type to execute.toString()
-
Constructor Details
-
AdyenPaymentRequest
public AdyenPaymentRequest()
-
-
Method Details
-
getTransactionReferenceId
-
getPaymentOwningEntityId
-
getPaymentType
@Nullable public com.broadleafcommerce.paymentgateway.domain.enums.PaymentType getPaymentType() -
getPspReference
-
getPaymentPspReference
-
getPaymentData
-
getCustomerId
-
getApplicationId
-
getTenantId
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-