Class AdyenPaymentRequest
java.lang.Object
com.broadleafcommerce.adyen.domain.AdyenPaymentRequest
The Adyen payment request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleancom.broadleafcommerce.paymentgateway.domain.PaymentRequestThe payment request to execute.com.broadleafcommerce.paymentgateway.domain.enums.PaymentTypecom.broadleafcommerce.paymentgateway.domain.enums.TransactionTypeThe transaction type to execute.inthashCode()voidsetPaymentRequest(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest) The payment request to execute.voidsetTransactionType(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
-