com.chargebee.IdempotencyConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chargebee-java Show documentation
Show all versions of chargebee-java Show documentation
Java client library for ChargeBee API
package com.chargebee;
public interface IdempotencyConstants {
String IDEMPOTENCY_HEADER = "chargebee-idempotency-key";
String IDEMPOTENCY_REPLAY_HEADER = "chargebee-idempotency-replayed";
}