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

ModifyLinkedOfferObjects

import type { ModifyLinkedOfferObjects } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface ModifyLinkedOfferObjects {
addLinkedOfferObjectIds?: string[];
removeLinkedOfferObjectIds?: string[];
}

§Properties

§
addLinkedOfferObjectIds?: string[]
[src]

The linked offer object ids to add to the object.

§
removeLinkedOfferObjectIds?: string[]
[src]

The linked offer object ids to remove from the object.