import type * as Square from "../index"; /** * Represents details about an `IMPORT` [gift card activity type](entity:GiftCardActivityType). * This activity type is used when Square imports a third-party gift card, in which case the * `gan_source` of the gift card is set to `OTHER`. */ export interface GiftCardActivityImport { /** The balance amount on the imported gift card. */ amountMoney: Square.Money; }