View Source Chargebeex.HostedPage (chargebeex v0.2.0)

Link to this section Summary

Link to this section Types

@type t() :: %Chargebeex.HostedPage{
  business_entity_id: String.t() | nil,
  checkout_info: map() | nil,
  content: map() | nil,
  created_at: integer() | nil,
  embed: String.t() | nil,
  expires_at: integer() | nil,
  id: String.t() | nil,
  object: map() | nil,
  pass_thru_content: String.t() | nil,
  resource_version: integer() | nil,
  state: String.t() | nil,
  type: String.t() | nil,
  updated_at: integer() | nil,
  url: String.t() | nil
}

Link to this section Functions

Link to this function

build(map_or_kwlist, opts \\ [])

View Source
@spec build(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Chargebeex.HostedPage{
  business_entity_id: term(),
  checkout_info: term(),
  content: term(),
  created_at: term(),
  embed: term(),
  expires_at: term(),
  id: term(),
  object: term(),
  pass_thru_content: term(),
  resource_version: term(),
  state: term(),
  type: term(),
  updated_at: term(),
  url: term()
}
Link to this function

collect_now(params, opts \\ [])

View Source
Link to this function

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

View Source

Callback implementation for Chargebeex.Resource.list/2.

Link to this function

retrieve(id, opts \\ [])

View Source

Callback implementation for Chargebeex.Resource.retrieve/2.