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