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

10 lines (9 loc) 379 B
import type { CartItemInput } from './CartItemInput.js'; /** * @description Delivery object contains additional information about the delivery/shipment, which is the basis for the Capture. * The amountOfMoney in the cartItem will not be used in the request. */ export interface DeliveryInformation { /** @description Items delivered. */ items?: CartItemInput[]; }