CardBackground

Representation of a card background.

Summary
CardBackground
Variables
id int64
name string
image bytes
fileType string
CardBackgroundType CardBackgroundType
description string
code bool
QR bool
ultralightCChip bool
magnetStripe bool

Variables

id

int64

The id of the card background.

name

string

The name of the card background.

image

bytes

The card background itself.

fileType

string

The file type of the card background.

CardBackgroundType

CardBackgroundType

The type of the cardBackGround, defaulting to GIFT

description

string

The description the card background.

code

bool

Wether or not this cardbackground is used to display a code or not

QR

bool

Wether or not this cardbackground is used to display a QR code or not

ultralightCChip

bool

Wether or not this cardbackground’s card has a ultralightCChip or not

magnetStripe

bool

Wether or not this cardbackground’s card has a magnetStripe or not

Close