UNPKG

@paciolan/cybersource-sdk

Version:
97 lines (96 loc) 2.16 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. */ /** * KeyResponseEntry * @export * @interface InlineResponse2003Keys */ export interface InlineResponse2003Keys { /** * Merchant Id * @type {string} * @memberof InlineResponse2003Keys */ organizationId?: string; /** * Merchant Name * @type {string} * @memberof InlineResponse2003Keys */ merchantName?: string; /** * Key Id * @type {string} * @memberof InlineResponse2003Keys */ keyId?: string; /** * Key Type * @type {string} * @memberof InlineResponse2003Keys */ keyType?: string; /** * Status can be active/inactive * @type {string} * @memberof InlineResponse2003Keys */ status?: string; /** * Expiry Date. example - 2028-07-15 22:11:56 UTC * @type {string} * @memberof InlineResponse2003Keys */ expirationDate?: string; /** * Date Addded. example - 2018-04-25 22:11:56 UTC * @type {string} * @memberof InlineResponse2003Keys */ dateAdded?: string; /** * Added By * @type {string} * @memberof InlineResponse2003Keys */ addedBy?: string; /** * Modified Date. * @type {string} * @memberof InlineResponse2003Keys */ dateModified?: string; /** * Modified By * @type {string} * @memberof InlineResponse2003Keys */ modifiedBy?: string; /** * Version * @type {string} * @memberof InlineResponse2003Keys */ version?: string; /** * Serial Number * @type {string} * @memberof InlineResponse2003Keys */ serialNumber?: string; /** * Issuer Name * @type {string} * @memberof InlineResponse2003Keys */ issuerName?: string; }