Skip to main content

PlayType

Enum representing the different types of play for a round.

enum PlayType {
Strokeplay
Matchplay
}

Values

PlayType.Strokeplay

Regular strokeplay rules. leaderboard and teamLeaderboard endpoints will return data.

PlayType.Matchplay

Matchplay rules. leaderboard and teamLeaderboard endpoints will not return data.

Member of

Round object