Interface AlipayPaymentTransactionEntryDao

    • Method Detail

      • findPaymentTransactionEntryByTypeAndStatus

        java.util.List<AlipayPaymentTransactionEntryModel> findPaymentTransactionEntryByTypeAndStatus​(PaymentTransactionType capture,
                                                                                                      TransactionStatus status,
                                                                                                      AlipayPaymentTransactionModel alipayPaymentTransaction)
        Gets the list of AlipayPaymentTransactionEntries by the given PaymentTransactionEntry type, transaction status and AlipayPaymentTransaction
        Parameters:
        capture - PaymentTransactionEntry type: CAPTURE,CANCEL and so on
        status - PaymentTransactionStatus: ACCEPTED,REJECTED and so on
        alipayPaymentTransaction - Alipay Payment Transaction
        Returns:
        list of AlipayPaymentTransactionEntries