Nombaone.SubscriptionSchedule (Nomba One v0.1.0)

View Source

A queued change that applies at a period boundary instead of mid-cycle.

status is one of active, released, canceled. phases are Nombaone.SchedulePhase structs.

Summary

Types

t()

@type t() :: %Nombaone.SubscriptionSchedule{
  __raw__: term(),
  created_at: term(),
  domain: term(),
  id: term(),
  mode: term(),
  phases: term(),
  status: term(),
  subscription_id: term(),
  updated_at: term()
}