STPSourceProtocol
@objc
public protocol STPSourceProtocol : NSObjectProtocol
Objects conforming to this protocol can be attached to a Stripe Customer object as a payment source.
-
The Stripe ID of the source.
Declaration
Swift
var stripeID: String { get }