Class FinancingOffer.AcceptedTerms

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

public static class FinancingOffer.AcceptedTerms extends StripeObject
This is an object representing the terms of an offer of financing from Stripe Capital to a Connected account. This resource represents the terms accepted by the Connected account, which may differ from those offered.
  • Constructor Details

    • AcceptedTerms

      public AcceptedTerms()
  • Method Details

    • getAdvanceAmount

      public Long getAdvanceAmount()
      Amount of financing offered, in minor units.
    • getCurrency

      public String getCurrency()
      Currency that the financing offer is transacted in. For example, usd.
    • getFeeAmount

      public Long getFeeAmount()
      Fixed fee amount, in minor units.
    • getPreviousFinancingFeeDiscountAmount

      public Long getPreviousFinancingFeeDiscountAmount()
      Populated when the product_type of the financingoffer is refill. Represents the discount amount on remaining premium for the existing loan at payout time.
    • getWithholdRate

      public BigDecimal getWithholdRate()
      Per-transaction rate at which Stripe will withhold funds to repay the financing.
    • setAdvanceAmount

      public void setAdvanceAmount(Long advanceAmount)
      Amount of financing offered, in minor units.
    • setCurrency

      public void setCurrency(String currency)
      Currency that the financing offer is transacted in. For example, usd.
    • setFeeAmount

      public void setFeeAmount(Long feeAmount)
      Fixed fee amount, in minor units.
    • setPreviousFinancingFeeDiscountAmount

      public void setPreviousFinancingFeeDiscountAmount(Long previousFinancingFeeDiscountAmount)
      Populated when the product_type of the financingoffer is refill. Represents the discount amount on remaining premium for the existing loan at payout time.
    • setWithholdRate

      public void setWithholdRate(BigDecimal withholdRate)
      Per-transaction rate at which Stripe will withhold funds to repay the financing.
    • 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