SponsorshipStatusInput
Defines the sponsorship status of a sponsorship booking.
enum SponsorshipStatusInput {
CONFIRMED
RESERVED
}
Values
SponsorshipStatusInput.CONFIRMED
The sponsorship is confirmed.
SponsorshipStatusInput.RESERVED
The sponsorship is reserved.
Member Of
CreateSponsorshipInput input