---
title: isGreenCarTicketUsed
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pksuicapassproperties/isgreencarticketused
---

# isGreenCarTicketUsed

A Boolean value that indicates whether the customer has redeemed the Green Car ticket.

## Declaration

```swift
var isGreenCarTicketUsed: Bool { get }
```

## Discussion

Discussion A Green Car ticket is valid for a single use. This flag indicates the ticket has been used and is not eligible for a refund.

## See Also

### Getting pass status

- [isBlocked](passkit/pksuicapassproperties/isblocked.md)
- [isBlacklisted](passkit/pksuicapassproperties/isblacklisted.md)
- [isInShinkansenStation](passkit/pksuicapassproperties/isinshinkansenstation.md)
- [isInStation](passkit/pksuicapassproperties/isinstation.md)
