Class FPSLInterest

java.lang.Object
markets.alpaca.client.openapi.broker.model.FPSLInterest
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.23.0") public class FPSLInterest extends Object implements Serializable
The interest's details. Please note that the object might not be set if interest has not yet been calculated for the loan. Additionally, interest details may be adjusted retroactively at any time until interests are finalized for the month. The loan's changed `updated_at` field can indicate such an adjustment.
See Also:
  • Field Details

  • Constructor Details

    • FPSLInterest

      public FPSLInterest()
  • Method Details

    • customer

      public FPSLInterest customer(@Nonnull Double customer)
    • getCustomer

      @Nonnull public Double getCustomer()
      The interest accrued by the customer for this loan.
      Returns:
      customer
    • setCustomer

      public void setCustomer(@Nonnull Double customer)
    • partner

      public FPSLInterest partner(@Nonnull Double partner)
    • getPartner

      @Nonnull public Double getPartner()
      The interest accrued by the partner for this loan.
      Returns:
      partner
    • setPartner

      public void setPartner(@Nonnull Double partner)
    • putAdditionalProperty

      public FPSLInterest putAdditionalProperty(String key, Object value)
      Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      Parameters:
      key - name of the property
      value - value of the property
      Returns:
      the FPSLInterest instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to FPSLInterest
    • fromJson

      public static FPSLInterest fromJson(String jsonString) throws IOException
      Create an instance of FPSLInterest given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of FPSLInterest
      Throws:
      IOException - if the JSON string is invalid with respect to FPSLInterest
    • toJson

      public String toJson()
      Convert an instance of FPSLInterest to an JSON string
      Returns:
      JSON string