Class StoreCreditPaymentRequest
java.lang.Object
com.broadleafcommerce.payment.service.gateway.StoreCreditPaymentRequest
- All Implemented Interfaces:
Serializable
PaymentRequest wrapper class that helps communication between
StoreCreditTransactionService
and StoreCreditExternalCallService
.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
com.broadleafcommerce.paymentgateway.domain.PaymentRequest
com.broadleafcommerce.paymentgateway.domain.enums.TransactionType
The transaction type with possible values in AUTHORIZE_AND_CAPTURE and REFUND.int
hashCode()
void
setPaymentRequest
(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest) void
setTransactionType
(com.broadleafcommerce.paymentgateway.domain.enums.TransactionType transactionType) The transaction type with possible values in AUTHORIZE_AND_CAPTURE and REFUND.toString()
-
Constructor Details
-
StoreCreditPaymentRequest
public StoreCreditPaymentRequest()
-
-
Method Details
-
getTransactionType
public com.broadleafcommerce.paymentgateway.domain.enums.TransactionType getTransactionType()The transaction type with possible values in AUTHORIZE_AND_CAPTURE and REFUND. -
getPaymentRequest
public com.broadleafcommerce.paymentgateway.domain.PaymentRequest getPaymentRequest() -
setTransactionType
public void setTransactionType(com.broadleafcommerce.paymentgateway.domain.enums.TransactionType transactionType) The transaction type with possible values in AUTHORIZE_AND_CAPTURE and REFUND. -
setPaymentRequest
public void setPaymentRequest(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-