One phase of a subscription schedule: start_index, price_id, quantity, consumed_at.
start_index
price_id
quantity
consumed_at
@type t() :: %Nombaone.SchedulePhase{ __raw__: term(), consumed_at: term(), price_id: term(), quantity: term(), start_index: term() }