/**
 * 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 { Riskv1decisionsClientReferenceInformationPartner } from './riskv1decisions-client-reference-information-partner';
/**
 *
 * @export
 * @interface Rbsv1plansClientReferenceInformation
 */
export interface Rbsv1plansClientReferenceInformation {
    /**
     * Brief description of the order or any comment you wish to add to the order.
     * @type {string}
     * @memberof Rbsv1plansClientReferenceInformation
     */
    comments?: string;
    /**
     *
     * @type {Riskv1decisionsClientReferenceInformationPartner}
     * @memberof Rbsv1plansClientReferenceInformation
     */
    partner?: Riskv1decisionsClientReferenceInformationPartner;
    /**
     * The name of the Connection Method client (such as Virtual Terminal or SOAP Toolkit API) that the merchant uses to send a transaction request to CyberSource.
     * @type {string}
     * @memberof Rbsv1plansClientReferenceInformation
     */
    applicationName?: string;
    /**
     * Version of the CyberSource application or integration used for a transaction.
     * @type {string}
     * @memberof Rbsv1plansClientReferenceInformation
     */
    applicationVersion?: string;
    /**
     * The entity that is responsible for running the transaction and submitting the processing request to CyberSource. This could be a person, a system, or a connection method.
     * @type {string}
     * @memberof Rbsv1plansClientReferenceInformation
     */
    applicationUser?: string;
}
