Interface TabbyExternalCallService

All Known Implementing Classes:
DefaultTabbyExternalCallService

public interface TabbyExternalCallService
The service to execute the external calls to the Tabby API.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.broadleafcommerce.paymentgateway.domain.PaymentResponse
    call(TabbyPaymentRequest tabbyPaymentRequest)
    Executes the payment request to the Tabby API.
  • Method Details

    • call

      com.broadleafcommerce.paymentgateway.domain.PaymentResponse call(TabbyPaymentRequest tabbyPaymentRequest)
      Executes the payment request to the Tabby API.
      Parameters:
      tabbyPaymentRequest - the payment request that should be executed for the specified transaction type.
      Returns:
      the payment response
      Throws:
      com.broadleafcommerce.paymentgateway.service.exception.PaymentException - if an unexpected error occurred