Class TransactionEntry

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.TransactionEntry
All Implemented Interfaces:
HasId, StripeObjectInterface

public class TransactionEntry extends StripeObject implements HasId
  • Constructor Details

    • TransactionEntry

      public TransactionEntry()
  • Method Details

    • getBalanceImpact

      public TransactionEntry.BalanceImpact getBalanceImpact()
      The delta to the FinancialAccount's balance.
    • getCreated

      public Instant getCreated()
      Time at which the object was created.
    • getEffectiveAt

      public Instant getEffectiveAt()
      Time at which the entry impacted (or will impact if it's in the future) the FinancialAccount balance.
    • getLivemode

      public Boolean getLivemode()
      Has the value true if the object exists in live mode or the value false if the object exists in test mode.
    • getObject

      public String getObject()
      String representing the object's type. Objects of the same type share the same value of the object field.

      Equal to v2.money_management.transaction_entry.

    • getTransaction

      public String getTransaction()
      The Transaction that this TransactionEntry belongs to.
    • getTransactionDetails

      public TransactionEntry.TransactionDetails getTransactionDetails()
      Details copied from the transaction that this TransactionEntry belongs to.
    • setBalanceImpact

      public void setBalanceImpact(TransactionEntry.BalanceImpact balanceImpact)
      The delta to the FinancialAccount's balance.
    • setCreated

      public void setCreated(Instant created)
      Time at which the object was created.
    • setEffectiveAt

      public void setEffectiveAt(Instant effectiveAt)
      Time at which the entry impacted (or will impact if it's in the future) the FinancialAccount balance.
    • setId

      public void setId(String id)
      Unique identifier for the object.
    • setLivemode

      public void setLivemode(Boolean livemode)
      Has the value true if the object exists in live mode or the value false if the object exists in test mode.
    • setObject

      public void setObject(String object)
      String representing the object's type. Objects of the same type share the same value of the object field.

      Equal to v2.money_management.transaction_entry.

    • setTransaction

      public void setTransaction(String transaction)
      The Transaction that this TransactionEntry belongs to.
    • setTransactionDetails

      public void setTransactionDetails(TransactionEntry.TransactionDetails transactionDetails)
      Details copied from the transaction that this TransactionEntry belongs to.
    • 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
    • getId

      public String getId()
      Unique identifier for the object.
      Specified by:
      getId in interface HasId