/**
 * 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 Ptsv2paymentsidreversalsClientReferenceInformationPartner
 */
export interface Ptsv2paymentsidreversalsClientReferenceInformationPartner {
    /**
     * Identifier for the developer that helped integrate a partner solution to CyberSource.  Send this value in all requests that are sent through the partner solutions built by that developer. CyberSource assigns the ID to the developer.  **Note** When you see a developer ID of 999 in reports, the developer ID that was submitted is incorrect.
     * @type {string}
     * @memberof Ptsv2paymentsidreversalsClientReferenceInformationPartner
     */
    developerId?: string;
    /**
     * Identifier for the partner that is integrated to CyberSource.  Send this value in all requests that are sent through the partner solution. CyberSource assigns the ID to the partner.  **Note** When you see a solutionId of 999 in reports, the solutionId that was submitted is incorrect.
     * @type {string}
     * @memberof Ptsv2paymentsidreversalsClientReferenceInformationPartner
     */
    solutionId?: string;
    /**
     * Value that identifies the application vendor and application version for a third party gateway. CyberSource provides you with this value during testing and validation. This field is supported only on CyberSource through VisaNet.  #### Used by **Authorization, Authorization Reversal, Capture, Credit, Incremental Authorization, and Void** Optional field.  #### PIN debit Required field for PIN debit credit, PIN debit purchase, or PIN debit reversal request.
     * @type {string}
     * @memberof Ptsv2paymentsidreversalsClientReferenceInformationPartner
     */
    thirdPartyCertificationNumber?: string;
}
