![JAR search and dependency download from the Maven repository](/logo.png)
com.mailosaur.models.UsageTransactionListResult Maven / Gradle / Ivy
package com.mailosaur.models;
import java.util.List;
import com.google.api.client.util.Key;
/**
* Usage transactions from your account.
*/
public class UsageTransactionListResult {
/**
* The individual transactions that have occurred.
*/
@Key
private List items;
/**
* Gets the individual transactions that have occurred.
*
* @return The individual transactions that have occurred.
*/
public List items() {
return this.items;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy