UNPKG

@paddle/paddle-node-sdk

Version:

A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.

15 lines (14 loc) 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AdjustmentTotalsBreakdown = void 0; class AdjustmentTotalsBreakdown { credit; refund; chargeback; constructor(adjustmentTotalsBreakdown) { this.credit = adjustmentTotalsBreakdown.credit; this.refund = adjustmentTotalsBreakdown.refund; this.chargeback = adjustmentTotalsBreakdown.chargeback; } } exports.AdjustmentTotalsBreakdown = AdjustmentTotalsBreakdown;