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 booleanbooleancom.broadleafcommerce.paymentgateway.domain.PaymentRequestcom.broadleafcommerce.paymentgateway.domain.enums.TransactionTypeThe transaction type with possible values in AUTHORIZE_AND_CAPTURE and REFUND.inthashCode()voidsetPaymentRequest(com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest) voidsetTransactionType(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
-