Class PaymentLogService


public class PaymentLogService extends CayenneService
Provides a Payment Log service.
Since:
4.0.0
See Also:
  • Constructor Details

    • PaymentLogService

      public PaymentLogService()
  • Method Details

    • cancelPayment

      public void cancelPayment(Object paymentLogId, String message)
      Cancel a payment transaction attempt by setting the payment log status to cancelled.
      Parameters:
      paymentLogId - the payment id (required)
      message - the status message (required)
      Since:
      4.0.0