Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LoyaltyPoints

import type { LoyaltyPoints } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface LoyaltyPoints {
label?: string;
localizedLabel?: LocalizedString;
}

§Properties

§

The account holder's loyalty point balance, such as "500" or "$10.00". Recommended maximum length is 7 characters. This is a required field of loyaltyPoints and secondaryLoyaltyPoints.

§
label?: string
[src]

The loyalty points label, such as "Points". Recommended maximum length is 9 characters.

§
localizedLabel?: LocalizedString
[src]

Translated strings for the label. Recommended maximum length is 9 characters.