Class PaymentLogService


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

      • PaymentLogService

        public PaymentLogService()
    • Method Detail

      • 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