/** * Indicates the source that generated the gift card * account number (GAN). */ export declare const GiftCardGanSource: { readonly Square: "SQUARE"; readonly Other: "OTHER"; }; export type GiftCardGanSource = (typeof GiftCardGanSource)[keyof typeof GiftCardGanSource];