@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class PaystubOverrideDeductions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BREAKDOWN |
static String |
SERIALIZED_NAME_TOTAL |
Constructor and Description |
---|
PaystubOverrideDeductions() |
Modifier and Type | Method and Description |
---|---|
PaystubOverrideDeductions |
addBreakdownItem(PaystubOverrideDeductionsBreakdown breakdownItem) |
PaystubOverrideDeductions |
breakdown(List<PaystubOverrideDeductionsBreakdown> breakdown) |
boolean |
equals(Object o) |
List<PaystubOverrideDeductionsBreakdown> |
getBreakdown()
Get breakdown
|
PaystubOverrideDeductionsTotal |
getTotal()
Get total
|
int |
hashCode() |
void |
setBreakdown(List<PaystubOverrideDeductionsBreakdown> breakdown) |
void |
setTotal(PaystubOverrideDeductionsTotal total) |
String |
toString() |
PaystubOverrideDeductions |
total(PaystubOverrideDeductionsTotal total) |
public static final String SERIALIZED_NAME_BREAKDOWN
public static final String SERIALIZED_NAME_TOTAL
public PaystubOverrideDeductions breakdown(List<PaystubOverrideDeductionsBreakdown> breakdown)
public PaystubOverrideDeductions addBreakdownItem(PaystubOverrideDeductionsBreakdown breakdownItem)
@Nullable public List<PaystubOverrideDeductionsBreakdown> getBreakdown()
public void setBreakdown(List<PaystubOverrideDeductionsBreakdown> breakdown)
public PaystubOverrideDeductions total(PaystubOverrideDeductionsTotal total)
@Nullable public PaystubOverrideDeductionsTotal getTotal()
public void setTotal(PaystubOverrideDeductionsTotal total)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.