Package com.increase.api.services.async
Interface SimulationServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface SimulationServiceAsync.WithRawResponseA view of SimulationServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract SimulationServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
interestPayments
abstract InterestPaymentServiceAsync.WithRawResponse interestPayments()
-
accountRevenuePayments
abstract AccountRevenuePaymentServiceAsync.WithRawResponse accountRevenuePayments()
-
cardAuthorizations
abstract CardAuthorizationServiceAsync.WithRawResponse cardAuthorizations()
-
cardBalanceInquiries
abstract CardBalanceInquiryServiceAsync.WithRawResponse cardBalanceInquiries()
-
cardAuthorizationExpirations
abstract CardAuthorizationExpirationServiceAsync.WithRawResponse cardAuthorizationExpirations()
-
cardSettlements
abstract CardSettlementServiceAsync.WithRawResponse cardSettlements()
-
cardReversals
abstract CardReversalServiceAsync.WithRawResponse cardReversals()
-
cardIncrements
abstract CardIncrementServiceAsync.WithRawResponse cardIncrements()
-
cardFuelConfirmations
abstract CardFuelConfirmationServiceAsync.WithRawResponse cardFuelConfirmations()
-
cardRefunds
abstract CardRefundServiceAsync.WithRawResponse cardRefunds()
-
cardAuthentications
abstract CardAuthenticationServiceAsync.WithRawResponse cardAuthentications()
-
cardPurchaseSupplements
abstract CardPurchaseSupplementServiceAsync.WithRawResponse cardPurchaseSupplements()
-
cardDisputes
abstract CardDisputeServiceAsync.WithRawResponse cardDisputes()
-
physicalCards
abstract PhysicalCardServiceAsync.WithRawResponse physicalCards()
-
digitalWalletTokenRequests
abstract DigitalWalletTokenRequestServiceAsync.WithRawResponse digitalWalletTokenRequests()
-
pendingTransactions
abstract PendingTransactionServiceAsync.WithRawResponse pendingTransactions()
-
achTransfers
abstract AchTransferServiceAsync.WithRawResponse achTransfers()
-
inboundAchTransfers
abstract InboundAchTransferServiceAsync.WithRawResponse inboundAchTransfers()
-
wireTransfers
abstract WireTransferServiceAsync.WithRawResponse wireTransfers()
-
inboundWireTransfers
abstract InboundWireTransferServiceAsync.WithRawResponse inboundWireTransfers()
-
wireDrawdownRequests
abstract WireDrawdownRequestServiceAsync.WithRawResponse wireDrawdownRequests()
-
inboundWireDrawdownRequests
abstract InboundWireDrawdownRequestServiceAsync.WithRawResponse inboundWireDrawdownRequests()
-
checkTransfers
abstract CheckTransferServiceAsync.WithRawResponse checkTransfers()
-
inboundCheckDeposits
abstract InboundCheckDepositServiceAsync.WithRawResponse inboundCheckDeposits()
-
realTimePaymentsTransfers
abstract RealTimePaymentsTransferServiceAsync.WithRawResponse realTimePaymentsTransfers()
-
inboundRealTimePaymentsTransfers
abstract InboundRealTimePaymentsTransferServiceAsync.WithRawResponse inboundRealTimePaymentsTransfers()
-
inboundFednowTransfers
abstract InboundFednowTransferServiceAsync.WithRawResponse inboundFednowTransfers()
-
checkDeposits
abstract CheckDepositServiceAsync.WithRawResponse checkDeposits()
-
inboundMailItems
abstract InboundMailItemServiceAsync.WithRawResponse inboundMailItems()
-
entities
abstract EntityServiceAsync.WithRawResponse entities()
-
entityOnboardingSessions
abstract EntityOnboardingSessionServiceAsync.WithRawResponse entityOnboardingSessions()
-
programs
abstract ProgramServiceAsync.WithRawResponse programs()
-
accountStatements
abstract AccountStatementServiceAsync.WithRawResponse accountStatements()
-
exports
abstract ExportServiceAsync.WithRawResponse exports()
-
cardTokens
abstract CardTokenServiceAsync.WithRawResponse cardTokens()
-
-
-
-