UNPKG

chargebee-typescript

Version:

A library in typescript for integrating with Chargebee.

5 lines (4 loc) 198 B
export declare class IdempotencyConstants { static readonly IDEMPOTENCY_HEADER = "chargebee-idempotency-key"; static readonly IDEMPOTENCY_REPLAY_HEADER = "chargebee-idempotency-replayed"; }