OBJECT

LoyaltyBadgeUploadConfig

LoyaltyBadgeUploadConfig is the upload configuration for creating loyalty badges.

link GraphQL Schema definition

1type LoyaltyBadgeUploadConfig {
2
3# The image ID of the badge image.
4imageID: ID
5
6# The resulting URL of the badge image.
7imageURL: String
8
9# The upload ID of the badge file.
10uploadID: ID
11
12# The URL to upload the badge image to.
13uploadURL: String
14
15}