View Source ExChargebee.VirtualBankAccount (ex_chargebee v0.4.0)

An interface for Interacting with virtual_bank_accounts

For More information see Chargebee virtual_bank_account Documentation

Summary

Functions

Creates a virtual_bank_account.

Perform a virtual_bank_account create_using_permanent_token.

Perform a delete_local on individual virtual_bank_account.

Returns a list of virtual_bank_accounts.

Returns a stream of virtual_bank_accounts. Pagination is handled automatically.

Functions

Link to this function

create(params, path \\ "", opts \\ [])

View Source

Creates a virtual_bank_account.

Find more information in the Chargebee Documentation

Link to this function

create_using_permanent_token(params, opts \\ [])

View Source

Perform a virtual_bank_account create_using_permanent_token.

Find more information in the Chargebee Documentation

Link to this function

delete_local(resource_id, params, opts \\ [])

View Source

Perform a delete_local on individual virtual_bank_account.

Find more information in the Chargebee Documentation

Link to this function

list(params \\ %{}, path \\ "", opts \\ [])

View Source

Returns a list of virtual_bank_accounts.

Pagination is handled automatically.

Link to this function

resource_base_path(path \\ "")

View Source
Link to this function

resource_path(id, path \\ "")

View Source
Link to this function

retrieve(resource_id, opts \\ [])

View Source
Link to this function

stream_list(params \\ %{}, path \\ "", opts \\ [], resource \\ "virtual_bank_account")

View Source

Returns a stream of virtual_bank_accounts. Pagination is handled automatically.