dhl-express-api-client
Version:
DHL express API client
25 lines (24 loc) • 641 B
TypeScript
export declare class SupermodelIoLogisticsExpressAddress {
'postalCode': string;
'cityName': string;
'countryCode': string;
'provinceCode'?: string;
'addressLine1': string;
'addressLine2'?: string;
'addressLine3'?: string;
'countyName'?: string;
static readonly discriminator: string | undefined;
static readonly attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
format: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
format: string;
}[];
constructor();
}