Class OrbitalPaymentRequestWrapper
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.orbital.domain.OrbitalPaymentRequestWrapper
- All Implemented Interfaces:
Serializable
A wrapper around
PaymentRequest that allows for easy communication between
ChaseOrbitalGatewayTransactionService and OrbitalGatewayExternalCallService.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleancom.broadleafcommerce.paymentgateway.domain.PaymentRequestRequest details to use when executing the transaction.com.broadleafcommerce.paymentgateway.domain.enums.TransactionTypeThe transaction type, typically set byChaseOrbitalGatewayTransactionServicedepending on the transaction being requested.inthashCode()voidsetPaymentRequest(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest) Request details to use when executing the transaction.voidsetTransactionType(com.broadleafcommerce.paymentgateway.domain.enums.TransactionType transactionType) The transaction type, typically set byChaseOrbitalGatewayTransactionServicedepending on the transaction being requested.toString()
-
Constructor Details
-
OrbitalPaymentRequestWrapper
public OrbitalPaymentRequestWrapper()
-
-
Method Details
-
getPaymentType
-
getTransactionReferenceId
-
getTransactionType
public com.broadleafcommerce.paymentgateway.domain.enums.TransactionType getTransactionType()The transaction type, typically set byChaseOrbitalGatewayTransactionServicedepending on the transaction being requested. -
getPaymentRequest
public com.broadleafcommerce.paymentgateway.domain.PaymentRequest getPaymentRequest()Request details to use when executing the transaction. -
setTransactionType
public void setTransactionType(com.broadleafcommerce.paymentgateway.domain.enums.TransactionType transactionType) The transaction type, typically set byChaseOrbitalGatewayTransactionServicedepending on the transaction being requested. -
setPaymentRequest
public void setPaymentRequest(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest) Request details to use when executing the transaction. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-