Skip to content

Commit

Permalink
thunderpay-api: billing[catalog(TierBlockPolicy)]
Browse files Browse the repository at this point in the history
  • Loading branch information
krishpranav committed Jan 23, 2025
1 parent 94fde7e commit 5b49ca9
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* @file TierBlockPolicy.java
* @author Krisna Pranav
* @brief Tier Block Policy
* @version 1.0
* @date 2025-01-21
*
* @copyright Copyright (c) 2024 ThunderPayment Developers, Krisna Pranav
*
*/

package org.thunderpay.billing.catalog.api;

public enum TierBlockPolicy {
ALL_TIERS,
TOP_TIER
}

0 comments on commit 5b49ca9

Please sign in to comment.