Package com.increase.api.client
Interface IncreaseClientAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface IncreaseClientAsync.WithRawResponseA view of IncreaseClientAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract IncreaseClientAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
accounts
abstract AccountServiceAsync.WithRawResponse accounts()
-
accountNumbers
abstract AccountNumberServiceAsync.WithRawResponse accountNumbers()
-
accountTransfers
abstract AccountTransferServiceAsync.WithRawResponse accountTransfers()
-
cards
abstract CardServiceAsync.WithRawResponse cards()
-
cardPayments
abstract CardPaymentServiceAsync.WithRawResponse cardPayments()
-
cardPurchaseSupplements
abstract CardPurchaseSupplementServiceAsync.WithRawResponse cardPurchaseSupplements()
-
cardDisputes
abstract CardDisputeServiceAsync.WithRawResponse cardDisputes()
-
physicalCards
abstract PhysicalCardServiceAsync.WithRawResponse physicalCards()
-
digitalCardProfiles
abstract DigitalCardProfileServiceAsync.WithRawResponse digitalCardProfiles()
-
physicalCardProfiles
abstract PhysicalCardProfileServiceAsync.WithRawResponse physicalCardProfiles()
-
digitalWalletTokens
abstract DigitalWalletTokenServiceAsync.WithRawResponse digitalWalletTokens()
-
transactions
abstract TransactionServiceAsync.WithRawResponse transactions()
-
pendingTransactions
abstract PendingTransactionServiceAsync.WithRawResponse pendingTransactions()
-
declinedTransactions
abstract DeclinedTransactionServiceAsync.WithRawResponse declinedTransactions()
-
achTransfers
abstract AchTransferServiceAsync.WithRawResponse achTransfers()
-
inboundAchTransfers
abstract InboundAchTransferServiceAsync.WithRawResponse inboundAchTransfers()
-
achPrenotifications
abstract AchPrenotificationServiceAsync.WithRawResponse achPrenotifications()
-
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()
-
fednowTransfers
abstract FednowTransferServiceAsync.WithRawResponse fednowTransfers()
-
inboundFednowTransfers
abstract InboundFednowTransferServiceAsync.WithRawResponse inboundFednowTransfers()
-
swiftTransfers
abstract SwiftTransferServiceAsync.WithRawResponse swiftTransfers()
-
checkDeposits
abstract CheckDepositServiceAsync.WithRawResponse checkDeposits()
-
lockboxAddresses
abstract LockboxAddressServiceAsync.WithRawResponse lockboxAddresses()
-
lockboxRecipients
abstract LockboxRecipientServiceAsync.WithRawResponse lockboxRecipients()
-
inboundMailItems
abstract InboundMailItemServiceAsync.WithRawResponse inboundMailItems()
-
routingNumbers
abstract RoutingNumberServiceAsync.WithRawResponse routingNumbers()
-
externalAccounts
abstract ExternalAccountServiceAsync.WithRawResponse externalAccounts()
-
entities
abstract EntityServiceAsync.WithRawResponse entities()
-
beneficialOwners
abstract BeneficialOwnerServiceAsync.WithRawResponse beneficialOwners()
-
supplementalDocuments
abstract SupplementalDocumentServiceAsync.WithRawResponse supplementalDocuments()
-
entityOnboardingSessions
abstract EntityOnboardingSessionServiceAsync.WithRawResponse entityOnboardingSessions()
-
programs
abstract ProgramServiceAsync.WithRawResponse programs()
-
accountStatements
abstract AccountStatementServiceAsync.WithRawResponse accountStatements()
-
files
abstract FileServiceAsync.WithRawResponse files()
-
fileLinks
abstract FileLinkServiceAsync.WithRawResponse fileLinks()
-
exports
abstract ExportServiceAsync.WithRawResponse exports()
-
events
abstract EventServiceAsync.WithRawResponse events()
-
eventSubscriptions
abstract EventSubscriptionServiceAsync.WithRawResponse eventSubscriptions()
-
realTimeDecisions
abstract RealTimeDecisionServiceAsync.WithRawResponse realTimeDecisions()
-
groups
abstract GroupServiceAsync.WithRawResponse groups()
-
oauthApplications
abstract OAuthApplicationServiceAsync.WithRawResponse oauthApplications()
-
oauthConnections
abstract OAuthConnectionServiceAsync.WithRawResponse oauthConnections()
-
oauthTokens
abstract OAuthTokenServiceAsync.WithRawResponse oauthTokens()
-
intrafiAccountEnrollments
abstract IntrafiAccountEnrollmentServiceAsync.WithRawResponse intrafiAccountEnrollments()
-
intrafiBalances
abstract IntrafiBalanceServiceAsync.WithRawResponse intrafiBalances()
-
intrafiExclusions
abstract IntrafiExclusionServiceAsync.WithRawResponse intrafiExclusions()
-
cardTokens
abstract CardTokenServiceAsync.WithRawResponse cardTokens()
-
cardPushTransfers
abstract CardPushTransferServiceAsync.WithRawResponse cardPushTransfers()
-
cardValidations
abstract CardValidationServiceAsync.WithRawResponse cardValidations()
-
simulations
abstract SimulationServiceAsync.WithRawResponse simulations()
-
-
-
-