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

CardBarcodeSectionDetails

import type { CardBarcodeSectionDetails } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface CardBarcodeSectionDetails {
firstBottomDetail?: BarcodeSectionDetail;
firstTopDetail?: BarcodeSectionDetail;
secondTopDetail?: BarcodeSectionDetail;
}

§Properties

§
firstBottomDetail?: BarcodeSectionDetail
[src]

Optional information to display below the barcode.

§
firstTopDetail?: BarcodeSectionDetail
[src]

Optional information to display above the barcode. If secondTopDetail is defined, this will be displayed to the start side of this detail section.

§
secondTopDetail?: BarcodeSectionDetail
[src]

Optional second piece of information to display above the barcode. If firstTopDetail is defined, this will be displayed to the end side of this detail section.