CardBrand

enum CardBrand : Enum<CardBrand>

An enum representing card brands supported by Olo Pay

Entries

Unknown
Link copied to clipboard
Unknown("Unknown")

Unknown card type

Unsupported
Link copied to clipboard
Unsupported("Unsupported")

Unsupported card type

MasterCard
Link copied to clipboard
MasterCard("Mastercard")

Mastercard

Discover
Link copied to clipboard
Discover("Discover")

Discover

AmericanExpress
Link copied to clipboard

American Express

Visa
Link copied to clipboard
Visa("Visa")

Visa

Properties

description
Link copied to clipboard
val description: String

A string representation of the enum. Use this for the cardtype parameter when submitting basket to the Olo Ordering API. If the value is Unsupported or Unknown the basket submission will fail