isOutstanding
A Boolean indicating whether payment is still outstanding.
Declaration
var isOutstanding: Bool { get }Discussion
The value of this property is true when your ride service is still waiting for payment from the user. It is false after the user successfully paid for the ride. The method you use to create an instance of this class automatically sets the value of this property.