STPShippingType
Objective-C
enum STPShippingType {}
Swift
enum STPShippingType : UInt
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
Objective-C
STPShippingTypeShipping
Swift
case shipping = 0
-
Delivering the purchase by the seller.
Declaration
Objective-C
STPShippingTypeDelivery
Swift
case delivery = 1