UNPKG

@paciolan/cybersource-sdk

Version:
31 lines (30 loc) 1.02 kB
/** * 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 Kmsv2keyssymKeyInformation */ export interface Kmsv2keyssymKeyInformation { /** * Merchant Id * @type {string} * @memberof Kmsv2keyssymKeyInformation */ 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 Kmsv2keyssymKeyInformation */ referenceNumber?: string; }