Typed Inttegro domain value.
@type t() :: %Inttegro.Payouts.PayoutSettingsMutationSchedule{ description: String.t(), id: String.t(), interval: String.t(), name: String.t(), schedule_on: String.t(), spec: Inttegro.Payouts.PayoutSettingsMutationScheduleSpec.t(), type: String.t() }
@spec from_map(map()) :: t()
@spec new!(map() | keyword()) :: t()
@spec to_map(t()) :: map()