/** * Information about a location type * @export * @class TransactionLocationTypeModel */ export declare class TransactionLocationTypeModel { /** * @type {number} * @memberof TransactionLocationTypeModel */ documentLocationTypeId?: number | undefined; /** * @type {number} * @memberof TransactionLocationTypeModel */ documentId?: number | undefined; /** * @type {number} * @memberof TransactionLocationTypeModel */ documentAddressId?: number | undefined; /** * @type {string} * @memberof TransactionLocationTypeModel */ locationTypeCode?: string | undefined; }