Class DeductionsTotal

java.lang.Object
com.plaid.client.model.DeductionsTotal

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2021-10-15T19:47:39.714Z[GMT]")
public class DeductionsTotal
extends java.lang.Object
An object representing the total deductions for the pay period
  • Field Details

  • Constructor Details

  • Method Details

    • currentAmount

      public DeductionsTotal currentAmount​(java.lang.Double currentAmount)
    • getCurrentAmount

      @Nullable public java.lang.Double getCurrentAmount()
      Raw amount of the deduction
      Returns:
      currentAmount
    • setCurrentAmount

      public void setCurrentAmount​(java.lang.Double currentAmount)
    • isoCurrencyCode

      public DeductionsTotal isoCurrencyCode​(java.lang.String isoCurrencyCode)
    • getIsoCurrencyCode

      @Nullable public java.lang.String getIsoCurrencyCode()
      The ISO-4217 currency code of the line item. Always `null` if `unofficial_currency_code` is non-null.
      Returns:
      isoCurrencyCode
    • setIsoCurrencyCode

      public void setIsoCurrencyCode​(java.lang.String isoCurrencyCode)
    • unofficialCurrencyCode

      public DeductionsTotal unofficialCurrencyCode​(java.lang.String unofficialCurrencyCode)
    • getUnofficialCurrencyCode

      @Nullable public java.lang.String getUnofficialCurrencyCode()
      The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.
      Returns:
      unofficialCurrencyCode
    • setUnofficialCurrencyCode

      public void setUnofficialCurrencyCode​(java.lang.String unofficialCurrencyCode)
    • ytdAmount

      public DeductionsTotal ytdAmount​(java.lang.Double ytdAmount)
    • getYtdAmount

      @Nullable public java.lang.Double getYtdAmount()
      The year-to-date total amount of the deductions
      Returns:
      ytdAmount
    • setYtdAmount

      public void setYtdAmount​(java.lang.Double ytdAmount)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object