UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

9 lines (7 loc) 297 B
import { BillingLineItem } from '../models'; import { BaseResponse } from './base-response'; export class CreateNotificationResponse extends BaseResponse { /** @description The id of the sucessfully created notification*/ notification_id!: string; billing_line_items?: BillingLineItem[]; }