ArtType
public enum ArtType
Describes the type of card art
-
Logo of the card provider.
Declaration
Swift
case bankLogo -
Logo of the scheme used by the card.
Declaration
Swift
case schemeLogo -
Background image for this card.
Declaration
Swift
case cardBackground -
Combined background image for this card.
Declaration
Swift
case cardBackgroundCombined -
Branding logo for this card.
Declaration
Swift
case coBrandLogo -
Icon art used for this card.
Declaration
Swift
case cardIcon
ArtType Enumeration Reference