@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class CreditPayStubDeductions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BREAKDOWN |
static String |
SERIALIZED_NAME_TOTAL |
Constructor and Description |
---|
CreditPayStubDeductions() |
Modifier and Type | Method and Description |
---|---|
CreditPayStubDeductions |
addBreakdownItem(PayStubDeductionsBreakdown breakdownItem) |
CreditPayStubDeductions |
breakdown(List<PayStubDeductionsBreakdown> breakdown) |
boolean |
equals(Object o) |
List<PayStubDeductionsBreakdown> |
getBreakdown()
Get breakdown
|
PayStubDeductionsTotal |
getTotal()
Get total
|
int |
hashCode() |
void |
setBreakdown(List<PayStubDeductionsBreakdown> breakdown) |
void |
setTotal(PayStubDeductionsTotal total) |
String |
toString() |
CreditPayStubDeductions |
total(PayStubDeductionsTotal total) |
public static final String SERIALIZED_NAME_BREAKDOWN
public static final String SERIALIZED_NAME_TOTAL
public CreditPayStubDeductions breakdown(List<PayStubDeductionsBreakdown> breakdown)
public CreditPayStubDeductions addBreakdownItem(PayStubDeductionsBreakdown breakdownItem)
public List<PayStubDeductionsBreakdown> getBreakdown()
public void setBreakdown(List<PayStubDeductionsBreakdown> breakdown)
public CreditPayStubDeductions total(PayStubDeductionsTotal total)
public PayStubDeductionsTotal getTotal()
public void setTotal(PayStubDeductionsTotal total)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.