Nombaone.SchedulePhase (Nomba One v0.1.0)

View Source

One phase of a subscription schedule: start_index, price_id, quantity, consumed_at.

Summary

Types

t()

@type t() :: %Nombaone.SchedulePhase{
  __raw__: term(),
  consumed_at: term(),
  price_id: term(),
  quantity: term(),
  start_index: term()
}