View Source ExChargebee.HostedPage (ex_chargebee v0.4.0)

An interface for Interacting with hosted_pages

For More information see Chargebee hosted_page Documentation

Summary

Functions

Perform a hosted_page accept_quote.

Perform a acknowledge on individual hosted_page.

Perform a hosted_page checkout_existing_for_items.

Perform a hosted_page checkout_gift_for_items.

Perform a hosted_page checkout_new_for_items.

Perform a hosted_page checkout_one_time_for_items.

Perform a hosted_page claim_gift.

Perform a hosted_page collect_now.

Perform a hosted_page events.

Perform a hosted_page extend_subscription.

Returns a list of hosted_pages.

Perform a hosted_page manage_payment_sources.

Perform a hosted_page pre_cancel.

Perform a hosted_page retrieve_agreement_pdf.

Returns a stream of hosted_pages. Pagination is handled automatically.

Perform a hosted_page update_payment_method.

Perform a hosted_page view_voucher.

Functions

Link to this function

accept_quote(params, opts \\ [])

View Source

Perform a hosted_page accept_quote.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Perform a acknowledge on individual hosted_page.

Find more information in the Chargebee Documentation

Link to this function

checkout_existing_for_items(params, opts \\ [])

View Source

Perform a hosted_page checkout_existing_for_items.

Find more information in the Chargebee Documentation

Link to this function

checkout_gift_for_items(params, opts \\ [])

View Source

Perform a hosted_page checkout_gift_for_items.

Find more information in the Chargebee Documentation

Link to this function

checkout_new_for_items(params, opts \\ [])

View Source

Perform a hosted_page checkout_new_for_items.

Find more information in the Chargebee Documentation

Link to this function

checkout_one_time_for_items(params, opts \\ [])

View Source

Perform a hosted_page checkout_one_time_for_items.

Find more information in the Chargebee Documentation

Link to this function

claim_gift(params, opts \\ [])

View Source

Perform a hosted_page claim_gift.

Find more information in the Chargebee Documentation

Link to this function

collect_now(params, opts \\ [])

View Source

Perform a hosted_page collect_now.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Creates a hosted_page.

Find more information in the Chargebee Documentation

Link to this function

events(params, opts \\ [])

View Source

Perform a hosted_page events.

Find more information in the Chargebee Documentation

Link to this function

extend_subscription(params, opts \\ [])

View Source

Perform a hosted_page extend_subscription.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Returns a list of hosted_pages.

Pagination is handled automatically.

Link to this function

manage_payment_sources(params, opts \\ [])

View Source

Perform a hosted_page manage_payment_sources.

Find more information in the Chargebee Documentation

Link to this function

pre_cancel(params, opts \\ [])

View Source

Perform a hosted_page pre_cancel.

Find more information in the Chargebee Documentation

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

retrieve_agreement_pdf(params, opts \\ [])

View Source

Perform a hosted_page retrieve_agreement_pdf.

Find more information in the Chargebee Documentation

Link to this function

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

View Source

Returns a stream of hosted_pages. Pagination is handled automatically.

Link to this function

update(resource_id, params, path \\ "", opts \\ [])

View Source

Updates a hosted_page.

Find more information in the Chargebee Documentation

Link to this function

update_payment_method(params, opts \\ [])

View Source

Perform a hosted_page update_payment_method.

Find more information in the Chargebee Documentation

Link to this function

view_voucher(params, opts \\ [])

View Source

Perform a hosted_page view_voucher.

Find more information in the Chargebee Documentation