Relationships
public class Relationships : APIModel
Undocumented
-
Undocumented
Declaration
Swift
public var gasStation: GasStation?
-
Undocumented
Declaration
Swift
public var paymentMethods: PaymentMethods?
-
Undocumented
Declaration
Swift
public var supportedPaymentMethodKinds: SupportedPaymentMethodKinds?
-
Undocumented
Declaration
Swift
public var unsupportedPaymentMethods: UnsupportedPaymentMethods?
-
Undocumented
Declaration
Swift
public init(gasStation: GasStation? = nil, paymentMethods: PaymentMethods? = nil, supportedPaymentMethodKinds: SupportedPaymentMethodKinds? = nil, unsupportedPaymentMethods: UnsupportedPaymentMethods? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Relationships, rhs: Relationships) -> Bool