pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ the openAmount is greater than zero or
* (2) the openAmount is zero, the refundAmount is zero and the checkoutAmount is not equal to collectedAmount plus the cancelledAmount.
* 2. PARTIALLY_REFUNDED: The entire Checkout amount has been captured and an amount has been partially refunded to
* customer. Overall the Checkout status is BILLED, the openAmount is zero and the refundAmount and collectedAmount
* are greater than zero.
* 3. REFUNDED: The entire Checkout amount has been refunded to the customer. Overall the Checkout status is
* BILLED, the openAmount and collectedAmount are zero but the refundAmount is greater than zero.
*
* @example OPEN
*/
export var ExtendedCheckoutStatus;
(function (ExtendedCheckoutStatus) {
ExtendedCheckoutStatus["OPEN"] = "OPEN";
ExtendedCheckoutStatus["DELETED"] = "DELETED";
ExtendedCheckoutStatus["PENDING_COMPLETION"] = "PENDING_COMPLETION";
ExtendedCheckoutStatus["COMPLETED"] = "COMPLETED";
ExtendedCheckoutStatus["PARTIALLY_BILLED"] = "PARTIALLY_BILLED";
ExtendedCheckoutStatus["BILLED"] = "BILLED";
ExtendedCheckoutStatus["CHARGEBACKED"] = "CHARGEBACKED";
ExtendedCheckoutStatus["PARTIALLY_REFUNDED"] = "PARTIALLY_REFUNDED";
ExtendedCheckoutStatus["REFUNDED"] = "REFUNDED";
})(ExtendedCheckoutStatus || (ExtendedCheckoutStatus = {}));
//# sourceMappingURL=ExtendedCheckoutStatus.js.map