All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.chargebee.IdempotencyConstants Maven / Gradle / Ivy

There is a newer version: 3.26.0
Show newest version
package com.chargebee;

public interface IdempotencyConstants {
    String IDEMPOTENCY_HEADER = "chargebee-idempotency-key";

    String IDEMPOTENCY_REPLAY_HEADER = "chargebee-idempotency-replayed";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy