/**
 * 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.
 */
import { Riskv1authenticationresultsConsumerAuthenticationInformation } from './riskv1authenticationresults-consumer-authentication-information';
import { Riskv1authenticationresultsDeviceInformation } from './riskv1authenticationresults-device-information';
import { Riskv1authenticationresultsOrderInformation } from './riskv1authenticationresults-order-information';
import { Riskv1authenticationresultsPaymentInformation } from './riskv1authenticationresults-payment-information';
import { Riskv1authenticationsetupsProcessingInformation } from './riskv1authenticationsetups-processing-information';
import { Riskv1decisionsClientReferenceInformation } from './riskv1decisions-client-reference-information';
import { Riskv1decisionsTokenInformation } from './riskv1decisions-token-information';
/**
 *
 * @export
 * @interface V1AuthenticationresultsBody
 */
export interface V1AuthenticationresultsBody {
    /**
     *
     * @type {Riskv1decisionsClientReferenceInformation}
     * @memberof V1AuthenticationresultsBody
     */
    clientReferenceInformation?: Riskv1decisionsClientReferenceInformation;
    /**
     *
     * @type {Riskv1authenticationsetupsProcessingInformation}
     * @memberof V1AuthenticationresultsBody
     */
    processingInformation?: Riskv1authenticationsetupsProcessingInformation;
    /**
     *
     * @type {Riskv1authenticationresultsOrderInformation}
     * @memberof V1AuthenticationresultsBody
     */
    orderInformation?: Riskv1authenticationresultsOrderInformation;
    /**
     *
     * @type {Riskv1authenticationresultsPaymentInformation}
     * @memberof V1AuthenticationresultsBody
     */
    paymentInformation?: Riskv1authenticationresultsPaymentInformation;
    /**
     *
     * @type {Riskv1authenticationresultsConsumerAuthenticationInformation}
     * @memberof V1AuthenticationresultsBody
     */
    consumerAuthenticationInformation?: Riskv1authenticationresultsConsumerAuthenticationInformation;
    /**
     *
     * @type {Riskv1authenticationresultsDeviceInformation}
     * @memberof V1AuthenticationresultsBody
     */
    deviceInformation?: Riskv1authenticationresultsDeviceInformation;
    /**
     *
     * @type {Riskv1decisionsTokenInformation}
     * @memberof V1AuthenticationresultsBody
     */
    tokenInformation?: Riskv1decisionsTokenInformation;
}
