public class RestUserTxSummary extends RestBase
| Modifier and Type | Field and Description |
|---|---|
Double |
balance |
Double |
curMonthCashback |
Double |
curMonthDonationValue |
int |
curMonthMealsDonated |
Double |
curMonthRevenue |
int |
curMonthTransactions |
Date |
date |
Double |
donationLast90 |
Double |
expectedPayout |
Integer |
id |
int |
mealsDonated90 |
Double |
moneyEarned |
Double |
nextPayPeriodAmount |
Date |
nextPayPeriodDate |
Integer |
rank |
Double |
totalCashback |
Double |
totalDonationValue |
int |
totalJackpotsWon |
int |
totalMealsDonated |
int |
totalPlaces |
Double |
totalRevenue |
int |
totalTransactions |
RestCompactUser |
user |
| Constructor and Description |
|---|
RestUserTxSummary() |
public Integer id
public Date date
public Double balance
public Double curMonthCashback
public Double totalCashback
public Double curMonthRevenue
public Double totalRevenue
public int curMonthMealsDonated
public int totalMealsDonated
public int curMonthTransactions
public int totalTransactions
public Double curMonthDonationValue
public Double totalDonationValue
public int totalJackpotsWon
public int totalPlaces
public int mealsDonated90
public Double donationLast90
public Integer rank
public RestCompactUser user
public Date nextPayPeriodDate
public Double nextPayPeriodAmount
public Double expectedPayout
public Double moneyEarned
Copyright © 2020 Empyr, Inc.. All rights reserved.