UNPKG

pcp-server-nodejs-sdk

Version:

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=PAYONE-GmbH_PCP-server-nodeJS-SDK&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [![Coverage](https://sonarcloud.io/api/pr

19 lines (18 loc) 698 B
/** * Commerce Platform API * RESTful API for the creation of Commerce Cases with Checkouts and the execution of Payments. * * OpenAPI spec version: 1.8.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { CreatePaymentResponse } from './CreatePaymentResponse.js'; import type { ShoppingCartResult } from './ShoppingCartResult.js'; /** @description Object that contains details on the created payment in case one has been created. */ export interface OrderResponse { createPaymentResponse?: CreatePaymentResponse; shoppingCart?: ShoppingCartResult; }