UNPKG

@paciolan/cybersource-sdk

Version:
40 lines (39 loc) 1.75 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 { Ptsv2paymentsidreversalsReversalInformationAmountDetails } from './ptsv2paymentsidreversals-reversal-information-amount-details'; import { TssV2TransactionsPost201ResponseEmbeddedOrderInformationBillTo } from './tss-v2-transactions-post201-response-embedded-order-information-bill-to'; import { TssV2TransactionsPost201ResponseEmbeddedOrderInformationShipTo } from './tss-v2-transactions-post201-response-embedded-order-information-ship-to'; /** * * @export * @interface TssV2TransactionsPost201ResponseEmbeddedOrderInformation */ export interface TssV2TransactionsPost201ResponseEmbeddedOrderInformation { /** * * @type {TssV2TransactionsPost201ResponseEmbeddedOrderInformationBillTo} * @memberof TssV2TransactionsPost201ResponseEmbeddedOrderInformation */ billTo?: TssV2TransactionsPost201ResponseEmbeddedOrderInformationBillTo; /** * * @type {TssV2TransactionsPost201ResponseEmbeddedOrderInformationShipTo} * @memberof TssV2TransactionsPost201ResponseEmbeddedOrderInformation */ shipTo?: TssV2TransactionsPost201ResponseEmbeddedOrderInformationShipTo; /** * * @type {Ptsv2paymentsidreversalsReversalInformationAmountDetails} * @memberof TssV2TransactionsPost201ResponseEmbeddedOrderInformation */ amountDetails?: Ptsv2paymentsidreversalsReversalInformationAmountDetails; }