Uses of Class
com.blockchyp.client.dto.AuthorizationResponse
Packages that use AuthorizationResponse
-
Uses of AuthorizationResponse in com.blockchyp.client
Methods in com.blockchyp.client that return AuthorizationResponseModifier and TypeMethodDescriptionBlockChypClient.charge(AuthorizationRequest request) Executes a standard direct preauth and capture.BlockChypClient.preauth(AuthorizationRequest request) Executes a preauthorization intended to be captured later.BlockChypClient.refund(RefundRequest request) Executes a refund.BlockChypClient.reverse(AuthorizationRequest request) Executes a manual time out reversal.BlockChypClient.transactionStatus(TransactionStatusRequest request) Retrieves the current status of a transaction. -
Uses of AuthorizationResponse in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return AuthorizationResponseModifier and TypeMethodDescriptionPaymentLinkStatusResponse.getLastTransaction()Gets returns details about the last transaction status.Methods in com.blockchyp.client.dto that return types with arguments of type AuthorizationResponseModifier and TypeMethodDescriptionPaymentLinkStatusResponse.getTransactionHistory()Gets returns a list of transactions associated with the link, including any declines.TransactionHistoryResponse.getTransactions()Gets matching transaction history.Methods in com.blockchyp.client.dto with parameters of type AuthorizationResponseModifier and TypeMethodDescriptionvoidTransactionHistoryResponse.addTransaction(AuthorizationResponse value) Adds a matching transaction history.voidPaymentLinkStatusResponse.addTransactionHistory(AuthorizationResponse value) Adds a returns a list of transactions associated with the link, including any declines.voidPaymentLinkStatusResponse.setLastTransaction(AuthorizationResponse value) Sets returns details about the last transaction status.Method parameters in com.blockchyp.client.dto with type arguments of type AuthorizationResponseModifier and TypeMethodDescriptionvoidPaymentLinkStatusResponse.setTransactionHistory(Collection<AuthorizationResponse> value) Sets returns a list of transactions associated with the link, including any declines.voidTransactionHistoryResponse.setTransactions(Collection<AuthorizationResponse> value) Sets matching transaction history.