dhl-express-api-client
Version:
DHL express API client
25 lines (24 loc) • 668 B
TypeScript
export declare class ProductsInnerBreakdownInner {
'name'?: string;
'serviceCode'?: string;
'localServiceCode'?: string;
'typeCode'?: string;
'serviceTypeCode'?: string;
'isCustomerAgreement'?: boolean;
'isMarketedService'?: boolean;
'isBillingServiceIndicator'?: boolean;
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();
}