Class TabbyPaymentRequest
java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyPaymentRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
protected boolean
getBooleanValue
(Object value) getLang()
com.broadleafcommerce.paymentgateway.domain.PaymentRequest
The payment request to execute.getToken()
javax.money.MonetaryAmount
com.broadleafcommerce.paymentgateway.domain.enums.TransactionType
The transaction type to execute.int
hashCode()
boolean
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
-
TabbyPaymentRequest
public TabbyPaymentRequest()
-
-
Method Details
-
getMerchantCode
-
getPaymentId
-
getPayment
-
getLang
-
getMerchantUrls
-
getRefundReason
-
isCreateToken
@Nullable public boolean isCreateToken() -
getToken
-
getTransactionReferenceId
-
getTransactionTotal
@Nullable public javax.money.MonetaryAmount getTransactionTotal() -
getApplicationId
-
getTenantId
-
getBooleanValue
-
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
-