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 types with arguments of type AuthorizationResponseModifier and TypeMethodDescriptionTransactionHistoryResponse.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.Method parameters in com.blockchyp.client.dto with type arguments of type AuthorizationResponseModifier and TypeMethodDescriptionvoidTransactionHistoryResponse.setTransactions(Collection<AuthorizationResponse> value) Sets matching transaction history.