AgriWebb API
GraphQL/Enums

NaturalServicePeriodEndType

No description

enum NaturalServicePeriodEndType {
  duration
  endDate
}

Values

NaturalServicePeriodEndType.duration

The user entered a duration and the end date was calculated.

NaturalServicePeriodEndType.endDate

The user entered an end date only.

Member Of

NaturalServicePeriodEnd

object