ShippingOption
public enum ShippingOption : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case secondDay = "SECOND_DAY"
-
Undocumented
Declaration
Swift
case nextDay = "NEXT_DAY"
-
Undocumented
Declaration
Swift
case express = "EXPRESS"
-
Undocumented
Declaration
Swift
case standard = "STANDARD"
-
Declaration
Swift
public var description: String { get }