STPShippingType
@objc
public enum STPShippingType : Int
These values control the labels used in the shipping info collection form.
-
Shipping the purchase to the provided address using a third-party shipping company.
Declaration
Swift
case shipping
-
Delivering the purchase by the seller.
Declaration
Swift
case delivery