SavingsPlanPaymentOption
public enum SavingsPlanPaymentOption : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case allUpfront = "All Upfront"
-
Undocumented
Declaration
Swift
case partialUpfront = "Partial Upfront"
-
Undocumented
Declaration
Swift
case noUpfront = "No Upfront"
-
Declaration
Swift
public var description: String { get }