/**
 * 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.
 */
/**
 * key information
 * @export
 * @interface Kmsv2keysasymKeyInformation
 */
export interface Kmsv2keysasymKeyInformation {
    /**
     * Merchant Id
     * @type {string}
     * @memberof Kmsv2keysasymKeyInformation
     */
    organizationId: string;
    /**
     * Reference number is a unique identifier provided by the client along with the organization Id. This is an optional field provided solely for the client's convenience. If client specifies value for this field in the request, it is expected to be available in the response.
     * @type {string}
     * @memberof Kmsv2keysasymKeyInformation
     */
    referenceNumber?: string;
    /**
     * Certificate Signing Request(csr), one needs to use the contents of the csr created for the same organizationId. Please extract string from '\\n' and '-----BEGIN CERTIFICATE REQUEST-----','-----END CERTIFICATE REQUEST-----'
     * @type {string}
     * @memberof Kmsv2keysasymKeyInformation
     */
    cert: string;
}
