/* tslint:disable */
/* eslint-disable */
/**
 * DXP API
 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
 *
 * 
 * 
 *
 * NOTE: This class is auto generated by the swagger code generator program.
 * https://github.com/swagger-api/swagger-codegen.git
 * Do not edit the class manually.
 */

 /**
 * 
 *
 * @export
 * @interface RenewAgreementCalcFeeReqPromotionList
 */
export interface RenewAgreementCalcFeeReqPromotionList {

    /**
     * The number identifying the promotion.
     *
     * @type {string}
     * @memberof RenewAgreementCalcFeeReqPromotionList
     * @example 585623032381677588
     */
    promotionNbr?: string;
}
