Peacemaker.Orders.NewOrderToken (Peacemaker v3.3.5-rc.7) View Source
Primary module for creating various types of orders on Sticky.io. Leverages the Sticky library.
Link to this section Summary
Link to this section Types
Specs
t() :: %Peacemaker.Orders.NewOrderToken{
billing_model_id: String.t() | nil,
campaign_id: String.t() | nil,
form_type: :default | :long_form,
is_trial: Boolean.t(),
next_recurring_date: String.t() | nil,
offer_id: String.t() | nil,
order_payload: Map.t() | nil,
order_type: :new_order,
previous_order_id: String.t() | nil,
product_id: String.t() | nil,
product_price: String.t() | nil,
promo_code: String.t() | nil,
prospect_id: String.t() | nil,
request_payload: %{required(String.t()) => String.t()} | :not_formatted,
response_payload: Map.t() | :not_received,
skip_preauth: Boolean.t(),
sku: String.t() | nil
}