/**
 * 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 { Riskv1addressverificationsBuyerInformation } from './riskv1addressverifications-buyer-information';
import { Riskv1addressverificationsOrderInformation } from './riskv1addressverifications-order-information';
import { Riskv1liststypeentriesClientReferenceInformation } from './riskv1liststypeentries-client-reference-information';
/**
 *
 * @export
 * @interface V1AddressverificationsBody
 */
export interface V1AddressverificationsBody {
    /**
     *
     * @type {Riskv1liststypeentriesClientReferenceInformation}
     * @memberof V1AddressverificationsBody
     */
    clientReferenceInformation?: Riskv1liststypeentriesClientReferenceInformation;
    /**
     *
     * @type {Riskv1addressverificationsOrderInformation}
     * @memberof V1AddressverificationsBody
     */
    orderInformation?: Riskv1addressverificationsOrderInformation;
    /**
     *
     * @type {Riskv1addressverificationsBuyerInformation}
     * @memberof V1AddressverificationsBody
     */
    buyerInformation?: Riskv1addressverificationsBuyerInformation;
}
