View Source Chargebeex.HostedPage (chargebeex v0.2.0)
Link to this section Summary
Functions
Callback implementation for Chargebeex.Resource.list/2
.
Callback implementation for Chargebeex.Resource.retrieve/2
.
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
@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() }
Callback implementation for Chargebeex.Resource.list/2
.
Callback implementation for Chargebeex.Resource.retrieve/2
.