Class FinancingTransaction.Details

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

public static class FinancingTransaction.Details extends StripeObject
This is an object representing a transaction on a Capital financing offer.
  • Constructor Details

    • Details

      public Details()
  • Method Details

    • getAdvanceAmount

      public Long getAdvanceAmount()
      The advance amount being repaid, paid out, or reversed in minor units.
    • getCurrency

      public String getCurrency()
      The currency of the financing transaction.
    • getFeeAmount

      public Long getFeeAmount()
      The fee amount being repaid, paid out, or reversed in minor units.
    • getLinkedPayment

      public String getLinkedPayment()
      The linked payment for the transaction. This field only applies to financing transactions of type paydown and reason automatic_withholding.
    • getReason

      public String getReason()
      The reason for the financing transaction (if applicable).

      One of automatic_withholding, automatic_withholding_refund, collection, collection_failure, financing_cancellation, refill, requested_by_user, or user_initiated.

    • getReversedTransaction

      public String getReversedTransaction()
      The reversed transaction. This field only applies to financing transactions of type reversal.
    • getTotalAmount

      public Long getTotalAmount()
      The advance and fee amount being repaid, paid out, or reversed in minor units.
    • getTransaction

      This is an object representing a linked transaction on a Capital Financing Transaction.
    • setAdvanceAmount

      public void setAdvanceAmount(Long advanceAmount)
      The advance amount being repaid, paid out, or reversed in minor units.
    • setCurrency

      public void setCurrency(String currency)
      The currency of the financing transaction.
    • setFeeAmount

      public void setFeeAmount(Long feeAmount)
      The fee amount being repaid, paid out, or reversed in minor units.
    • setLinkedPayment

      public void setLinkedPayment(String linkedPayment)
      The linked payment for the transaction. This field only applies to financing transactions of type paydown and reason automatic_withholding.
    • setReason

      public void setReason(String reason)
      The reason for the financing transaction (if applicable).

      One of automatic_withholding, automatic_withholding_refund, collection, collection_failure, financing_cancellation, refill, requested_by_user, or user_initiated.

    • setReversedTransaction

      public void setReversedTransaction(String reversedTransaction)
      The reversed transaction. This field only applies to financing transactions of type reversal.
    • setTotalAmount

      public void setTotalAmount(Long totalAmount)
      The advance and fee amount being repaid, paid out, or reversed in minor units.
    • setTransaction

      public void setTransaction(FinancingTransaction.Details.Transaction transaction)
      This is an object representing a linked transaction on a Capital Financing Transaction.
    • 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