package net.buycraft.plugin.data.responses; import lombok.Value; @Value public class CheckoutUrlResponse { private final String url; }