UNPKG

@paciolan/cybersource-sdk

Version:
32 lines (31 loc) 1.33 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. */ import { PtsV2PaymentsPost201ResponseRiskInformationVelocityMorphing } from './pts-v2-payments-post201-response-risk-information-velocity-morphing'; /** * * @export * @interface PtsV2PaymentsPost201ResponseRiskInformationVelocity */ export interface PtsV2PaymentsPost201ResponseRiskInformationVelocity { /** * List of information codes triggered by the order. These information codes were generated when you created the order and product velocity rules and are returned so that you can associate them with the rules. Returned by scoring service. * @type {Array<PtsV2PaymentsPost201ResponseRiskInformationVelocityMorphing>} * @memberof PtsV2PaymentsPost201ResponseRiskInformationVelocity */ morphing?: Array<PtsV2PaymentsPost201ResponseRiskInformationVelocityMorphing>; /** * * @type {Array<string>} * @memberof PtsV2PaymentsPost201ResponseRiskInformationVelocity */ address?: Array<string>; }