UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

8 lines (6 loc) 459 B
import { ResourceDownload } from '../resource-download'; /** @description This provides any additional forms that go with the label. For example, customs forms. Exactly one of the keys should be populated. Set href is the forms should be downloaded separately. Set data if the forms are returned directly in the response. */ export class FormDownload extends ResourceDownload { /** @description The base64 encoded resource data. */ form_data?: string; }