UNPKG

@paciolan/cybersource-sdk

Version:
123 lines (122 loc) 4.23 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 { InlineResponse2013SetupsPaymentsCardProcessing } from './inline-response2013-setups-payments-card-processing'; import { InlineResponse2013SetupsPaymentsDigitalPayments } from './inline-response2013-setups-payments-digital-payments'; /** * * @export * @interface InlineResponse2013SetupsPayments */ export interface InlineResponse2013SetupsPayments { /** * * @type {InlineResponse2013SetupsPaymentsCardProcessing} * @memberof InlineResponse2013SetupsPayments */ cardProcessing?: InlineResponse2013SetupsPaymentsCardProcessing; /** * * @type {InlineResponse2013SetupsPaymentsCardProcessing} * @memberof InlineResponse2013SetupsPayments */ cardPresentConnect?: InlineResponse2013SetupsPaymentsCardProcessing; /** * * @type {InlineResponse2013SetupsPaymentsCardProcessing} * @memberof InlineResponse2013SetupsPayments */ eCheck?: InlineResponse2013SetupsPaymentsCardProcessing; /** * * @type {InlineResponse2013SetupsPaymentsCardProcessing} * @memberof InlineResponse2013SetupsPayments */ payerAuthentication?: InlineResponse2013SetupsPaymentsCardProcessing; /** * * @type {InlineResponse2013SetupsPaymentsDigitalPayments} * @memberof InlineResponse2013SetupsPayments */ digitalPayments?: InlineResponse2013SetupsPaymentsDigitalPayments; /** * * @type {InlineResponse2013SetupsPaymentsCardProcessing} * @memberof InlineResponse2013SetupsPayments */ secureAcceptance?: InlineResponse2013SetupsPaymentsCardProcessing; /** * * @type {InlineResponse2013SetupsPaymentsCardProcessing} * @memberof InlineResponse2013SetupsPayments */ virtualTerminal?: InlineResponse2013SetupsPaymentsCardProcessing; /** * * @type {InlineResponse2013SetupsPaymentsCardProcessing} * @memberof InlineResponse2013SetupsPayments */ currencyConversion?: InlineResponse2013SetupsPaymentsCardProcessing; /** * * @type {InlineResponse2013SetupsPaymentsDigitalPayments} * @memberof InlineResponse2013SetupsPayments */ tax?: InlineResponse2013SetupsPaymentsDigitalPayments; /** * * @type {InlineResponse2013SetupsPaymentsDigitalPayments} * @memberof InlineResponse2013SetupsPayments */ customerInvoicing?: InlineResponse2013SetupsPaymentsDigitalPayments; /** * * @type {InlineResponse2013SetupsPaymentsCardProcessing} * @memberof InlineResponse2013SetupsPayments */ recurringBilling?: InlineResponse2013SetupsPaymentsCardProcessing; /** * * @type {InlineResponse2013SetupsPaymentsCardProcessing} * @memberof InlineResponse2013SetupsPayments */ cybsReadyTerminal?: InlineResponse2013SetupsPaymentsCardProcessing; /** * * @type {InlineResponse2013SetupsPaymentsDigitalPayments} * @memberof InlineResponse2013SetupsPayments */ paymentOrchestration?: InlineResponse2013SetupsPaymentsDigitalPayments; /** * * @type {InlineResponse2013SetupsPaymentsCardProcessing} * @memberof InlineResponse2013SetupsPayments */ payouts?: InlineResponse2013SetupsPaymentsCardProcessing; /** * * @type {InlineResponse2013SetupsPaymentsDigitalPayments} * @memberof InlineResponse2013SetupsPayments */ payByLink?: InlineResponse2013SetupsPaymentsDigitalPayments; /** * * @type {InlineResponse2013SetupsPaymentsDigitalPayments} * @memberof InlineResponse2013SetupsPayments */ unifiedCheckout?: InlineResponse2013SetupsPaymentsDigitalPayments; /** * * @type {InlineResponse2013SetupsPaymentsDigitalPayments} * @memberof InlineResponse2013SetupsPayments */ receivablesManager?: InlineResponse2013SetupsPaymentsDigitalPayments; }