PlanService
public struct PlanService
extension PlanService: PlanServiceType
Provides access to plan operations
-
plans(includeAccounts:Asynchronous) Declaration
Swift
public func plans(includeAccounts: Bool) async throws -> [PlanSummary] -
plan(planId:AsynchronouslastKnowledgeOfServer: ) Declaration
Swift
public func plan( planId: String, lastKnowledgeOfServer: ServerKnowledge? ) async throws -> PlanResponse -
planSettings(planId:Asynchronous) Declaration
Swift
public func planSettings(planId: String) async throws -> PlanSettings
View on GitHub