Package-level declarations

Types

Link copied to clipboard

The result of an attempt to collect a bank account

Link copied to clipboard
data class CollectBankAccountResponse(val intent: StripeIntent, val financialConnectionsSession: FinancialConnectionsSession) : StripeModel
Link copied to clipboard

The result of an attempt to collect a bank account for ACH payments

Link copied to clipboard

Result used internally to communicate between com.stripe.android.payments.bankaccount.ui.CollectBankAccountActivity and instances of com.stripe.android.payments.bankaccount.CollectBankAccountLauncher.