InsufficientPlan
public class InsufficientPlan : CustomStringConvertible, JSONRepresentable
The InsufficientPlan struct
-
A message to tell the user to upgrade in order to support expected action.
Declaration
Swift
public let message: String
-
A URL to send the user to in order to obtain the account type they need, e.g. upgrading. Absent if there is no action the user can take to upgrade.
Declaration
Swift
public let upsellUrl: String?
-
Declaration
Swift
public var description: String { get }