/** * Represents information about location types stored in a line * @export * @class TransactionLineLocationTypeModel */ export declare class TransactionLineLocationTypeModel { /** * @type {number} * @memberof TransactionLineLocationTypeModel */ documentLineLocationTypeId?: number | undefined; /** * @type {number} * @memberof TransactionLineLocationTypeModel */ documentLineId?: number | undefined; /** * @type {number} * @memberof TransactionLineLocationTypeModel */ documentAddressId?: number | undefined; /** * @type {string} * @memberof TransactionLineLocationTypeModel */ locationTypeCode?: string | undefined; }