UNPKG

@paciolan/cybersource-sdk

Version:
223 lines (222 loc) 11 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 { Ptsv2paymentsHealthCareInformation } from './ptsv2payments-health-care-information'; import { Ptsv2paymentsMerchantDefinedInformation } from './ptsv2payments-merchant-defined-information'; import { TssV2TransactionsGet200ResponseApplicationInformation } from './tss-v2-transactions-get200-response-application-information'; import { TssV2TransactionsGet200ResponseBuyerInformation } from './tss-v2-transactions-get200-response-buyer-information'; import { TssV2TransactionsGet200ResponseClientReferenceInformation } from './tss-v2-transactions-get200-response-client-reference-information'; import { TssV2TransactionsGet200ResponseConsumerAuthenticationInformation } from './tss-v2-transactions-get200-response-consumer-authentication-information'; import { TssV2TransactionsGet200ResponseDeviceInformation } from './tss-v2-transactions-get200-response-device-information'; import { TssV2TransactionsGet200ResponseErrorInformation } from './tss-v2-transactions-get200-response-error-information'; import { TssV2TransactionsGet200ResponseInstallmentInformation } from './tss-v2-transactions-get200-response-installment-information'; import { TssV2TransactionsGet200ResponseLinks } from './tss-v2-transactions-get200-response-links'; import { TssV2TransactionsGet200ResponseMerchantInformation } from './tss-v2-transactions-get200-response-merchant-information'; import { TssV2TransactionsGet200ResponseOrderInformation } from './tss-v2-transactions-get200-response-order-information'; import { TssV2TransactionsGet200ResponsePaymentInformation } from './tss-v2-transactions-get200-response-payment-information'; import { TssV2TransactionsGet200ResponsePaymentInsightsInformation } from './tss-v2-transactions-get200-response-payment-insights-information'; import { TssV2TransactionsGet200ResponsePayoutOptions } from './tss-v2-transactions-get200-response-payout-options'; import { TssV2TransactionsGet200ResponsePointOfSaleInformation } from './tss-v2-transactions-get200-response-point-of-sale-information'; import { TssV2TransactionsGet200ResponseProcessingInformation } from './tss-v2-transactions-get200-response-processing-information'; import { TssV2TransactionsGet200ResponseProcessorInformation } from './tss-v2-transactions-get200-response-processor-information'; import { TssV2TransactionsGet200ResponseRecurringPaymentInformation } from './tss-v2-transactions-get200-response-recurring-payment-information'; import { TssV2TransactionsGet200ResponseRiskInformation } from './tss-v2-transactions-get200-response-risk-information'; import { TssV2TransactionsGet200ResponseSenderInformation } from './tss-v2-transactions-get200-response-sender-information'; import { TssV2TransactionsGet200ResponseTokenInformation } from './tss-v2-transactions-get200-response-token-information'; import { TssV2TransactionsGet200ResponseUnscheduledPaymentInformation } from './tss-v2-transactions-get200-response-unscheduled-payment-information'; import { TssV2TransactionsPost201ResponseEmbeddedFraudMarkingInformation } from './tss-v2-transactions-post201-response-embedded-fraud-marking-information'; /** * * @export * @interface TssV2TransactionsGet200Response */ export interface TssV2TransactionsGet200Response { /** * 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 TssV2TransactionsGet200Response */ id?: string; /** * Contains the transaction identifier for the first transaction in the series of transactions. For example, you might send an authorization request for a payment, followed by a capture request for that payment, and then a refund request for that captured payment. Each of those requests, if successful, creates a resource that is assigned an identifier, which is returned in the response. The rootId identifies the first ID in the series, which in this case would be the ID of the original authorization. * @type {string} * @memberof TssV2TransactionsGet200Response */ rootId?: 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 TssV2TransactionsGet200Response */ reconciliationId?: string; /** * Your CyberSource merchant ID. * @type {string} * @memberof TssV2TransactionsGet200Response */ merchantId?: 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 TssV2TransactionsGet200Response */ submitTimeUTC?: string; /** * The status of the submitted transaction. * @type {string} * @memberof TssV2TransactionsGet200Response */ status?: string; /** * * @type {TssV2TransactionsGet200ResponseApplicationInformation} * @memberof TssV2TransactionsGet200Response */ applicationInformation?: TssV2TransactionsGet200ResponseApplicationInformation; /** * * @type {TssV2TransactionsGet200ResponseBuyerInformation} * @memberof TssV2TransactionsGet200Response */ buyerInformation?: TssV2TransactionsGet200ResponseBuyerInformation; /** * * @type {TssV2TransactionsGet200ResponseClientReferenceInformation} * @memberof TssV2TransactionsGet200Response */ clientReferenceInformation?: TssV2TransactionsGet200ResponseClientReferenceInformation; /** * * @type {TssV2TransactionsGet200ResponseConsumerAuthenticationInformation} * @memberof TssV2TransactionsGet200Response */ consumerAuthenticationInformation?: TssV2TransactionsGet200ResponseConsumerAuthenticationInformation; /** * * @type {TssV2TransactionsGet200ResponseDeviceInformation} * @memberof TssV2TransactionsGet200Response */ deviceInformation?: TssV2TransactionsGet200ResponseDeviceInformation; /** * * @type {TssV2TransactionsGet200ResponseErrorInformation} * @memberof TssV2TransactionsGet200Response */ errorInformation?: TssV2TransactionsGet200ResponseErrorInformation; /** * * @type {TssV2TransactionsGet200ResponseInstallmentInformation} * @memberof TssV2TransactionsGet200Response */ installmentInformation?: TssV2TransactionsGet200ResponseInstallmentInformation; /** * * @type {TssV2TransactionsPost201ResponseEmbeddedFraudMarkingInformation} * @memberof TssV2TransactionsGet200Response */ fraudMarkingInformation?: TssV2TransactionsPost201ResponseEmbeddedFraudMarkingInformation; /** * * @type {Ptsv2paymentsHealthCareInformation} * @memberof TssV2TransactionsGet200Response */ healthCareInformation?: Ptsv2paymentsHealthCareInformation; /** * The object containing the custom data that the merchant defines. * @type {Array<Ptsv2paymentsMerchantDefinedInformation>} * @memberof TssV2TransactionsGet200Response */ merchantDefinedInformation?: Array<Ptsv2paymentsMerchantDefinedInformation>; /** * * @type {TssV2TransactionsGet200ResponseMerchantInformation} * @memberof TssV2TransactionsGet200Response */ merchantInformation?: TssV2TransactionsGet200ResponseMerchantInformation; /** * * @type {TssV2TransactionsGet200ResponseOrderInformation} * @memberof TssV2TransactionsGet200Response */ orderInformation?: TssV2TransactionsGet200ResponseOrderInformation; /** * * @type {TssV2TransactionsGet200ResponsePaymentInformation} * @memberof TssV2TransactionsGet200Response */ paymentInformation?: TssV2TransactionsGet200ResponsePaymentInformation; /** * * @type {TssV2TransactionsGet200ResponsePaymentInsightsInformation} * @memberof TssV2TransactionsGet200Response */ paymentInsightsInformation?: TssV2TransactionsGet200ResponsePaymentInsightsInformation; /** * * @type {TssV2TransactionsGet200ResponsePayoutOptions} * @memberof TssV2TransactionsGet200Response */ payoutOptions?: TssV2TransactionsGet200ResponsePayoutOptions; /** * * @type {TssV2TransactionsGet200ResponseUnscheduledPaymentInformation} * @memberof TssV2TransactionsGet200Response */ unscheduledPaymentInformation?: TssV2TransactionsGet200ResponseUnscheduledPaymentInformation; /** * * @type {TssV2TransactionsGet200ResponseProcessingInformation} * @memberof TssV2TransactionsGet200Response */ processingInformation?: TssV2TransactionsGet200ResponseProcessingInformation; /** * * @type {TssV2TransactionsGet200ResponseProcessorInformation} * @memberof TssV2TransactionsGet200Response */ processorInformation?: TssV2TransactionsGet200ResponseProcessorInformation; /** * * @type {TssV2TransactionsGet200ResponseRecurringPaymentInformation} * @memberof TssV2TransactionsGet200Response */ recurringPaymentInformation?: TssV2TransactionsGet200ResponseRecurringPaymentInformation; /** * * @type {TssV2TransactionsGet200ResponsePointOfSaleInformation} * @memberof TssV2TransactionsGet200Response */ pointOfSaleInformation?: TssV2TransactionsGet200ResponsePointOfSaleInformation; /** * * @type {TssV2TransactionsGet200ResponseRiskInformation} * @memberof TssV2TransactionsGet200Response */ riskInformation?: TssV2TransactionsGet200ResponseRiskInformation; /** * * @type {TssV2TransactionsGet200ResponseSenderInformation} * @memberof TssV2TransactionsGet200Response */ senderInformation?: TssV2TransactionsGet200ResponseSenderInformation; /** * * @type {TssV2TransactionsGet200ResponseTokenInformation} * @memberof TssV2TransactionsGet200Response */ tokenInformation?: TssV2TransactionsGet200ResponseTokenInformation; /** * * @type {TssV2TransactionsGet200ResponseLinks} * @memberof TssV2TransactionsGet200Response */ links?: TssV2TransactionsGet200ResponseLinks; }