@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
182 lines (181 loc) • 8.58 kB
TypeScript
/**
* 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 { PtsV2PaymentsPost201ResponseBuyerInformation } from './pts-v2-payments-post201-response-buyer-information';
import { PtsV2PaymentsPost201ResponseConsumerAuthenticationInformation } from './pts-v2-payments-post201-response-consumer-authentication-information';
import { PtsV2PaymentsPost201ResponseEmbeddedActions } from './pts-v2-payments-post201-response-embedded-actions';
import { PtsV2PaymentsPost201ResponseErrorInformation } from './pts-v2-payments-post201-response-error-information';
import { PtsV2PaymentsPost201ResponseInstallmentInformation } from './pts-v2-payments-post201-response-installment-information';
import { PtsV2PaymentsPost201ResponseIssuerInformation } from './pts-v2-payments-post201-response-issuer-information';
import { PtsV2PaymentsPost201ResponseLinks } from './pts-v2-payments-post201-response-links';
import { PtsV2PaymentsPost201ResponseMerchantInformation } from './pts-v2-payments-post201-response-merchant-information';
import { PtsV2PaymentsPost201ResponseOrderInformation } from './pts-v2-payments-post201-response-order-information';
import { PtsV2PaymentsPost201ResponsePaymentAccountInformation } from './pts-v2-payments-post201-response-payment-account-information';
import { PtsV2PaymentsPost201ResponsePaymentInformation } from './pts-v2-payments-post201-response-payment-information';
import { PtsV2PaymentsPost201ResponsePointOfSaleInformation } from './pts-v2-payments-post201-response-point-of-sale-information';
import { PtsV2PaymentsPost201ResponseProcessingInformation } from './pts-v2-payments-post201-response-processing-information';
import { PtsV2PaymentsPost201ResponseProcessorInformation } from './pts-v2-payments-post201-response-processor-information';
import { PtsV2PaymentsPost201ResponseRiskInformation } from './pts-v2-payments-post201-response-risk-information';
import { PtsV2PaymentsPost201ResponseTokenInformation } from './pts-v2-payments-post201-response-token-information';
import { PtsV2PaymentsPost201ResponseWatchlistScreeningInformation } from './pts-v2-payments-post201-response-watchlist-screening-information';
import { PtsV2PaymentsVoidsPost201ResponseClientReferenceInformation } from './pts-v2-payments-voids-post201-response-client-reference-information';
import { TssV2TransactionsGet200ResponsePaymentInsightsInformation } from './tss-v2-transactions-get200-response-payment-insights-information';
/**
*
* @export
* @interface PtsV2PaymentsPost201Response
*/
export interface PtsV2PaymentsPost201Response {
/**
*
* @type {PtsV2PaymentsPost201ResponseLinks}
* @memberof PtsV2PaymentsPost201Response
*/
links?: PtsV2PaymentsPost201ResponseLinks;
/**
* An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response.
* @type {string}
* @memberof PtsV2PaymentsPost201Response
*/
id?: string;
/**
* More information about the transaction response.
* @type {string}
* @memberof PtsV2PaymentsPost201Response
*/
message?: string;
/**
* Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by Cybersource for all services.
* @type {string}
* @memberof PtsV2PaymentsPost201Response
*/
submitTimeUtc?: string;
/**
* The status of the submitted transaction. Possible values: - AUTHORIZED - PARTIAL_AUTHORIZED - AUTHORIZED_PENDING_REVIEW - AUTHORIZED_RISK_DECLINED - PENDING_AUTHENTICATION - PENDING_REVIEW - DECLINED - INVALID_REQUEST
* @type {string}
* @memberof PtsV2PaymentsPost201Response
*/
status?: string;
/**
* Reference number for the transaction. Depending on how your Cybersource account is configured, this value could either be provided in the API request or generated by CyberSource. The actual value used in the request to the processor is provided back to you by Cybersource in the response.
* @type {string}
* @memberof PtsV2PaymentsPost201Response
*/
reconciliationId?: string;
/**
*
* @type {PtsV2PaymentsPost201ResponseErrorInformation}
* @memberof PtsV2PaymentsPost201Response
*/
errorInformation?: PtsV2PaymentsPost201ResponseErrorInformation;
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseClientReferenceInformation}
* @memberof PtsV2PaymentsPost201Response
*/
clientReferenceInformation?: PtsV2PaymentsVoidsPost201ResponseClientReferenceInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponseProcessingInformation}
* @memberof PtsV2PaymentsPost201Response
*/
processingInformation?: PtsV2PaymentsPost201ResponseProcessingInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponseProcessorInformation}
* @memberof PtsV2PaymentsPost201Response
*/
processorInformation?: PtsV2PaymentsPost201ResponseProcessorInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponseIssuerInformation}
* @memberof PtsV2PaymentsPost201Response
*/
issuerInformation?: PtsV2PaymentsPost201ResponseIssuerInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponsePaymentAccountInformation}
* @memberof PtsV2PaymentsPost201Response
*/
paymentAccountInformation?: PtsV2PaymentsPost201ResponsePaymentAccountInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponsePaymentInformation}
* @memberof PtsV2PaymentsPost201Response
*/
paymentInformation?: PtsV2PaymentsPost201ResponsePaymentInformation;
/**
*
* @type {TssV2TransactionsGet200ResponsePaymentInsightsInformation}
* @memberof PtsV2PaymentsPost201Response
*/
paymentInsightsInformation?: TssV2TransactionsGet200ResponsePaymentInsightsInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponseOrderInformation}
* @memberof PtsV2PaymentsPost201Response
*/
orderInformation?: PtsV2PaymentsPost201ResponseOrderInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponsePointOfSaleInformation}
* @memberof PtsV2PaymentsPost201Response
*/
pointOfSaleInformation?: PtsV2PaymentsPost201ResponsePointOfSaleInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponseInstallmentInformation}
* @memberof PtsV2PaymentsPost201Response
*/
installmentInformation?: PtsV2PaymentsPost201ResponseInstallmentInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponseTokenInformation}
* @memberof PtsV2PaymentsPost201Response
*/
tokenInformation?: PtsV2PaymentsPost201ResponseTokenInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponseBuyerInformation}
* @memberof PtsV2PaymentsPost201Response
*/
buyerInformation?: PtsV2PaymentsPost201ResponseBuyerInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponseRiskInformation}
* @memberof PtsV2PaymentsPost201Response
*/
riskInformation?: PtsV2PaymentsPost201ResponseRiskInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponseConsumerAuthenticationInformation}
* @memberof PtsV2PaymentsPost201Response
*/
consumerAuthenticationInformation?: PtsV2PaymentsPost201ResponseConsumerAuthenticationInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponseMerchantInformation}
* @memberof PtsV2PaymentsPost201Response
*/
merchantInformation?: PtsV2PaymentsPost201ResponseMerchantInformation;
/**
*
* @type {PtsV2PaymentsPost201ResponseEmbeddedActions}
* @memberof PtsV2PaymentsPost201Response
*/
embeddedActions?: PtsV2PaymentsPost201ResponseEmbeddedActions;
/**
*
* @type {PtsV2PaymentsPost201ResponseWatchlistScreeningInformation}
* @memberof PtsV2PaymentsPost201Response
*/
watchlistScreeningInformation?: PtsV2PaymentsPost201ResponseWatchlistScreeningInformation;
}