com.chargebee.IdempotencyConstants Maven / Gradle / Ivy
package com.chargebee;
public interface IdempotencyConstants {
String IDEMPOTENCY_HEADER = "chargebee-idempotency-key";
String IDEMPOTENCY_REPLAY_HEADER = "chargebee-idempotency-replayed";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy