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.

8 lines (7 loc) 270 B
export class AdjustmentTotalsBreakdown { constructor(adjustmentTotalsBreakdown) { this.credit = adjustmentTotalsBreakdown.credit; this.refund = adjustmentTotalsBreakdown.refund; this.chargeback = adjustmentTotalsBreakdown.chargeback; } }