OPCvvUpdateTokenProtocol
@objc
public protocol OPCvvUpdateTokenProtocol : NSObjectProtocolRepresents 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 DeclarationSwift @objc var id: String { get }
- 
                  
                  The environment the token was created in DeclarationSwift @objc var environment: OPEnvironment { get }
