CardShippingMethod
public enum CardShippingMethod : String, Codable, Sendable, CaseIterable
Card shipping method enum.
-
Default shipping method.
Declaration
Swift
case `default` = "DEFAULT"
-
Express fedex shipping method.
Declaration
Swift
case expressFedex = "EXPRESS_FEDEX"