Skip to content

Commit

Permalink
thunderpay-api: billing[callcontext(TenantContext)]
Browse files Browse the repository at this point in the history
  • Loading branch information
krishpranav committed Jan 9, 2025
1 parent 078f089 commit 491704f
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/**
* @file TenantContext.java
* @author Krisna Pranav
* @brief Tenant Context
* @version 1.0
* @date 2024-11-25
*
* @copyright Copyright (c) 2024 ThunderPayment Developers, Krisna Pranav
*
*/

package org.thunderpay.billing.util.callcontext;

import java.util.UUID;

public interface TenantContext {

public UUID getAccountId();

public UUID getTenantId();
}

0 comments on commit 491704f

Please sign in to comment.