Class FinancingOffer.OfferedTerms

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.capital.FinancingOffer.OfferedTerms
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
FinancingOffer

public static class FinancingOffer.OfferedTerms extends StripeObject
This is an object representing the terms of an offer of financing from Stripe Capital to a Connected account. This resource represents both the terms offered to the Connected account.
  • Constructor Details

    • OfferedTerms

      public OfferedTerms()
  • Method Details

    • getAdvanceAmount

      public Long getAdvanceAmount()
    • getCampaignType

      public String getCampaignType()
    • getCurrency

      public String getCurrency()
    • getFeeAmount

      public Long getFeeAmount()
    • getPreviousFinancingFeeDiscountRate

      public BigDecimal getPreviousFinancingFeeDiscountRate()
    • getWithholdRate

      public BigDecimal getWithholdRate()
    • setAdvanceAmount

      public void setAdvanceAmount(Long advanceAmount)
    • setCampaignType

      public void setCampaignType(String campaignType)
    • setCurrency

      public void setCurrency(String currency)
    • setFeeAmount

      public void setFeeAmount(Long feeAmount)
    • setPreviousFinancingFeeDiscountRate

      public void setPreviousFinancingFeeDiscountRate(BigDecimal previousFinancingFeeDiscountRate)
    • setWithholdRate

      public void setWithholdRate(BigDecimal withholdRate)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object