SWPaymentMethod

public class SWPaymentMethod : NSObject, Codable

Model used to describe the payment method used by a widget user when booking a ride.

Properties

  • id

    Payment method ID used to pay for the ride.

    Declaration

    Swift

    @objc
    public internal(set) var id: String