Skip to content

Commit

Permalink
thunderpay-api: billing[tag(ControlTag)]
Browse files Browse the repository at this point in the history
  • Loading branch information
krishpranav committed Jan 8, 2025
1 parent 4238f49 commit 577407f
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* @file ControlTag.java
* @author Krisna Pranav
* @brief Control Tag
* @version 1.0
* @date 2024-11-25
*
* @copyright Copyright (c) 2024 ThunderPayment Developers, Krisna Pranav
*
*/

package org.thunderpay.billing.util.tag;

public interface ControlTag extends Tag {
public ControlTagType getControlTagType();
}

0 comments on commit 577407f

Please sign in to comment.