@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class EarningsBreakdown extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CANONICAL_DESCRIPTION |
static String |
SERIALIZED_NAME_CURRENT_AMOUNT |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_HOURS |
static String |
SERIALIZED_NAME_ISO_CURRENCY_CODE |
static String |
SERIALIZED_NAME_RATE |
static String |
SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE |
static String |
SERIALIZED_NAME_YTD_AMOUNT |
| Constructor and Description |
|---|
EarningsBreakdown() |
public static final String SERIALIZED_NAME_CANONICAL_DESCRIPTION
public static final String SERIALIZED_NAME_CURRENT_AMOUNT
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_HOURS
public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE
public static final String SERIALIZED_NAME_RATE
public static final String SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE
public static final String SERIALIZED_NAME_YTD_AMOUNT
public EarningsBreakdown canonicalDescription(EarningsBreakdownCanonicalDescription canonicalDescription)
@Nullable public EarningsBreakdownCanonicalDescription getCanonicalDescription()
public void setCanonicalDescription(EarningsBreakdownCanonicalDescription canonicalDescription)
public EarningsBreakdown currentAmount(Double currentAmount)
@Nullable public Double getCurrentAmount()
public void setCurrentAmount(Double currentAmount)
public EarningsBreakdown description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public EarningsBreakdown hours(Double hours)
@Nullable public Double getHours()
public void setHours(Double hours)
public EarningsBreakdown isoCurrencyCode(String isoCurrencyCode)
@Nullable public String getIsoCurrencyCode()
public void setIsoCurrencyCode(String isoCurrencyCode)
public EarningsBreakdown rate(Double rate)
public void setRate(Double rate)
public EarningsBreakdown unofficialCurrencyCode(String unofficialCurrencyCode)
@Nullable public String getUnofficialCurrencyCode()
public void setUnofficialCurrencyCode(String unofficialCurrencyCode)
public EarningsBreakdown ytdAmount(Double ytdAmount)
@Nullable public Double getYtdAmount()
public void setYtdAmount(Double ytdAmount)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.