UNPKG

chargebee-typescript

Version:

A library in typescript for integrating with Chargebee.

9 lines (8 loc) 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IdempotencyConstants = void 0; class IdempotencyConstants { } exports.IdempotencyConstants = IdempotencyConstants; IdempotencyConstants.IDEMPOTENCY_HEADER = 'chargebee-idempotency-key'; IdempotencyConstants.IDEMPOTENCY_REPLAY_HEADER = 'chargebee-idempotency-replayed';