Class TabbyPaymentRequest
java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyPaymentRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanprotected booleangetBooleanValue(Object value) getLang()com.broadleafcommerce.paymentgateway.domain.PaymentRequestThe payment request to execute.getToken()javax.money.MonetaryAmountcom.broadleafcommerce.paymentgateway.domain.enums.TransactionTypeThe transaction type to execute.inthashCode()booleanvoidsetPaymentRequest(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
-
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
-