UNPKG

@paciolan/cybersource-sdk

Version:
58 lines (57 loc) 2.29 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 { TssV2TransactionsGet200ResponseRiskInformationProfile } from './tss-v2-transactions-get200-response-risk-information-profile'; import { TssV2TransactionsGet200ResponseRiskInformationRules } from './tss-v2-transactions-get200-response-risk-information-rules'; import { TssV2TransactionsGet200ResponseRiskInformationScore } from './tss-v2-transactions-get200-response-risk-information-score'; /** * * @export * @interface TssV2TransactionsGet200ResponseRiskInformation */ export interface TssV2TransactionsGet200ResponseRiskInformation { /** * * @type {TssV2TransactionsGet200ResponseRiskInformationProfile} * @memberof TssV2TransactionsGet200ResponseRiskInformation */ profile?: TssV2TransactionsGet200ResponseRiskInformationProfile; /** * * @type {Array<TssV2TransactionsGet200ResponseRiskInformationRules>} * @memberof TssV2TransactionsGet200ResponseRiskInformation */ rules?: Array<TssV2TransactionsGet200ResponseRiskInformationRules>; /** * * @type {TssV2TransactionsGet200ResponseRiskInformationProfile} * @memberof TssV2TransactionsGet200ResponseRiskInformation */ passiveProfile?: TssV2TransactionsGet200ResponseRiskInformationProfile; /** * * @type {Array<TssV2TransactionsGet200ResponseRiskInformationRules>} * @memberof TssV2TransactionsGet200ResponseRiskInformation */ passiveRules?: Array<TssV2TransactionsGet200ResponseRiskInformationRules>; /** * * @type {TssV2TransactionsGet200ResponseRiskInformationScore} * @memberof TssV2TransactionsGet200ResponseRiskInformation */ score?: TssV2TransactionsGet200ResponseRiskInformationScore; /** * Time that the transaction was submitted in local time. Generated by Cybersource. * @type {string} * @memberof TssV2TransactionsGet200ResponseRiskInformation */ localTime?: string; }