Uses of Class
com.github.hsnghrld.idpay.Transaction
-
Packages that use Transaction Package Description com.github.hsnghrld.idpay -
-
Uses of Transaction in com.github.hsnghrld.idpay
Fields in com.github.hsnghrld.idpay with type parameters of type Transaction Modifier and Type Field Description ArrayList<Transaction>GetListOfTransactionsResult. transactionsMethods in com.github.hsnghrld.idpay that return Transaction Modifier and Type Method Description TransactionIDPay. inquiryPayment(@NotNull String id, @NotNull String order_id)Inquire about the latest payment statusTransactionIDPay. verifyPayment(@NotNull String id, @NotNull String order_id)After receiving the information on the acceptor's site and validating the information by the acceptor, the acceptor must confirm the transaction to complete the payment systematically and prevent the return of money to the payer
-