With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
Returns a raw HTTP response for post /v1/external_bank_accounts/{external_bank_account_token}/micro_deposits, but is otherwise the same as MicroDepositServiceAsync.create.
open suspend override fun create(params: ExternalBankAccountMicroDepositCreateParams, requestOptions: RequestOptions): HttpResponseFor<MicroDepositCreateResponse>
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): MicroDepositServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.