UNPKG

@paciolan/cybersource-sdk

Version:
47 lines (46 loc) 2.24 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 { PtsV2PaymentsPost201ResponseRiskInformationTravelActualFinalDestination } from './pts-v2-payments-post201-response-risk-information-travel-actual-final-destination'; import { PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDeparture } from './pts-v2-payments-post201-response-risk-information-travel-first-departure'; import { PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination } from './pts-v2-payments-post201-response-risk-information-travel-first-destination'; import { PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination } from './pts-v2-payments-post201-response-risk-information-travel-last-destination'; /** * * @export * @interface PtsV2PaymentsPost201ResponseRiskInformationTravel */ export interface PtsV2PaymentsPost201ResponseRiskInformationTravel { /** * * @type {PtsV2PaymentsPost201ResponseRiskInformationTravelActualFinalDestination} * @memberof PtsV2PaymentsPost201ResponseRiskInformationTravel */ actualFinalDestination?: PtsV2PaymentsPost201ResponseRiskInformationTravelActualFinalDestination; /** * * @type {PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDeparture} * @memberof PtsV2PaymentsPost201ResponseRiskInformationTravel */ firstDeparture?: PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDeparture; /** * * @type {PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination} * @memberof PtsV2PaymentsPost201ResponseRiskInformationTravel */ firstDestination?: PtsV2PaymentsPost201ResponseRiskInformationTravelFirstDestination; /** * * @type {PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination} * @memberof PtsV2PaymentsPost201ResponseRiskInformationTravel */ lastDestination?: PtsV2PaymentsPost201ResponseRiskInformationTravelLastDestination; }