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

GetShippingLabelInput

import type { GetShippingLabelInput } from "https://aws-api.deno.dev/v0.4/services/importexport.ts?docs=full";
interface GetShippingLabelInput {
APIVersion?: string | null;
city?: string | null;
company?: string | null;
country?: string | null;
jobIds: string[];
name?: string | null;
phoneNumber?: string | null;
postalCode?: string | null;
stateOrProvince?: string | null;
street1?: string | null;
street2?: string | null;
street3?: string | null;
}

§Properties

§
APIVersion?: string | null
[src]
§
city?: string | null
[src]
§
company?: string | null
[src]
§
country?: string | null
[src]
§
jobIds: string[]
[src]
§
name?: string | null
[src]
§
phoneNumber?: string | null
[src]
§
postalCode?: string | null
[src]
§
stateOrProvince?: string | null
[src]
§
street1?: string | null
[src]
§
street2?: string | null
[src]
§
street3?: string | null
[src]