Skip to content

Commit

Permalink
thunderpay-api: billing[customfield(CustomField)]
Browse files Browse the repository at this point in the history
  • Loading branch information
krishpranav committed Jan 11, 2025
1 parent 0e9d0e4 commit 2109258
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
import org.thunderpay.billing.util.entity.Entity;

public interface CustomField extends Entity {

public UUID getObjectId();

public ObjectType getObjectType();
}

public String getFieldName();

public String getFieldValue();

}

0 comments on commit 2109258

Please sign in to comment.