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

Issuer

import type { Issuer } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface Issuer {
callbackOptions?: CallbackOptions;
contactInfo?: IssuerContactInfo;
homepageUrl?: string;
issuerId?: bigint;
name?: string;
smartTapMerchantData?: SmartTapMerchantData;
}

§Properties

§
callbackOptions?: CallbackOptions
[src]

Allows the issuer to provide their callback settings.

§

Issuer contact information.

§
homepageUrl?: string
[src]

URL for the issuer's home page.

§
issuerId?: bigint
[src]

The unique identifier for an issuer account. This is automatically generated when the issuer is inserted.

§
name?: string
[src]

The account name of the issuer.

§
smartTapMerchantData?: SmartTapMerchantData
[src]

Available only to Smart Tap enabled partners. Contact support for additional guidance.