@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class CreditPayStubEarnings extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BREAKDOWN |
static String |
SERIALIZED_NAME_TOTAL |
Constructor and Description |
---|
CreditPayStubEarnings() |
Modifier and Type | Method and Description |
---|---|
CreditPayStubEarnings |
addBreakdownItem(PayStubEarningsBreakdown breakdownItem) |
CreditPayStubEarnings |
breakdown(List<PayStubEarningsBreakdown> breakdown) |
boolean |
equals(Object o) |
List<PayStubEarningsBreakdown> |
getBreakdown()
Get breakdown
|
PayStubEarningsTotal |
getTotal()
Get total
|
int |
hashCode() |
void |
setBreakdown(List<PayStubEarningsBreakdown> breakdown) |
void |
setTotal(PayStubEarningsTotal total) |
String |
toString() |
CreditPayStubEarnings |
total(PayStubEarningsTotal total) |
public static final String SERIALIZED_NAME_BREAKDOWN
public static final String SERIALIZED_NAME_TOTAL
public CreditPayStubEarnings breakdown(List<PayStubEarningsBreakdown> breakdown)
public CreditPayStubEarnings addBreakdownItem(PayStubEarningsBreakdown breakdownItem)
public List<PayStubEarningsBreakdown> getBreakdown()
public void setBreakdown(List<PayStubEarningsBreakdown> breakdown)
public CreditPayStubEarnings total(PayStubEarningsTotal total)
public PayStubEarningsTotal getTotal()
public void setTotal(PayStubEarningsTotal total)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.