All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.launchableinc.openai.billing.Grants Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package com.launchableinc.openai.billing;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;

import java.util.List;

/**
 *
 */
@Data
public class Grants {

	private String object;
	@JsonProperty("data")
	private List data;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy