OPCvvUpdateTokenProtocol
@objc
public protocol OPCvvUpdateTokenProtocol : NSObjectProtocol
Represents a single-use cvv update token used to submit a basket via Olo’s Ordering API when a saved card requires CVV revalidation
-
The id for the token
Declaration
Swift
@objc var id: String { get }
-
The environment the token was created in
Declaration
Swift
@objc var environment: OPEnvironment { get }