OPCardBrand
@objc
public enum OPCardBrand : Int, CustomStringConvertibleAn enum representing card brands supported by Olo Pay
- 
                  
                  Visa DeclarationSwift case visa
- 
                  
                  American Express DeclarationSwift case amex
- 
                  
                  MasterCard DeclarationSwift case mastercard
- 
                  
                  Discover DeclarationSwift case discover
- 
                  
                  Unsupported card type DeclarationSwift case unsupported
- 
                  
                  Unknown card type DeclarationSwift case unknown
- 
                  
                  A string representation of this enum. Use this as the cardtypewhen submitting a basket to the Olo Ordering APIImportant If the value isunknownthe basket submission will failDeclarationSwift public var description: String { get }
 OPCardBrand Enumeration Reference
        OPCardBrand Enumeration Reference