/**
 * CyberSource Merged Spec
 * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
 *
 * OpenAPI spec version: 0.0.1
 *
 *
 * 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 PtsV2PaymentsPost201ResponseRiskInformationVelocityMorphing
 */
export interface PtsV2PaymentsPost201ResponseRiskInformationVelocityMorphing {
    /**
     * Morphing count specified by the number #.  **Note** The count is not returned for the initial transaction.
     * @type {number}
     * @memberof PtsV2PaymentsPost201ResponseRiskInformationVelocityMorphing
     */
    count?: number;
    /**
     * Field name of the morphing element. specified by the setting that you chose in the Velocity Editor.  For all possible values, see the `decisionReply_morphingElement_#_fieldName` field description in the _Decision Manager Using the SCMP API Developer Guide_ on the [CyberSource Business Center.](https://ebc2.cybersource.com/ebc2/) Click **Decision Manager** > **Documentation** > **Guides** > _Decision Manager Using the SCMP API Developer Guide_ (PDF link).
     * @type {string}
     * @memberof PtsV2PaymentsPost201ResponseRiskInformationVelocityMorphing
     */
    fieldName?: string;
    /**
     * Identifier that CyberSource assigned to the velocity rule specified by the number #.  For all possible values, see the `decision_velocity_morphing_#_info_code` field description in the _Decision Manager Using the SCMP API Developer Guide_ on the [CyberSource Business Center.](https://ebc2.cybersource.com/ebc2/) Click **Decision Manager** >
     * @type {string}
     * @memberof PtsV2PaymentsPost201ResponseRiskInformationVelocityMorphing
     */
    informationCode?: string;
}
