Class Balance

    • Constructor Detail

      • Balance

        public Balance()
    • Method Detail

      • getAvailable

        public java.util.List<Balance.Money> getAvailable()
        Funds that are available to be transferred or paid out, whether automatically by Stripe or explicitly via the Transfers API or Payouts API. The available balance for each currency and payment type can be found in the source_types property.
      • getConnectReserved

        public java.util.List<Balance.Money> getConnectReserved()
        Funds held due to negative balances on connected Custom accounts. The connect reserve balance for each currency and payment type can be found in the source_types property.
      • getInstantAvailable

        public java.util.List<Balance.Money> getInstantAvailable()
        Funds that can be paid out using Instant Payouts.
      • getLivemode

        public java.lang.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 java.lang.String getObject()
        String representing the object's type. Objects of the same type share the same value.

        Equal to balance.

      • getPending

        public java.util.List<Balance.Money> getPending()
        Funds that are not yet available in the balance, due to the 7-day rolling pay cycle. The pending balance for each currency, and for each payment type, can be found in the source_types property.
      • setAvailable

        public void setAvailable​(java.util.List<Balance.Money> available)
        Funds that are available to be transferred or paid out, whether automatically by Stripe or explicitly via the Transfers API or Payouts API. The available balance for each currency and payment type can be found in the source_types property.
      • setConnectReserved

        public void setConnectReserved​(java.util.List<Balance.Money> connectReserved)
        Funds held due to negative balances on connected Custom accounts. The connect reserve balance for each currency and payment type can be found in the source_types property.
      • setInstantAvailable

        public void setInstantAvailable​(java.util.List<Balance.Money> instantAvailable)
        Funds that can be paid out using Instant Payouts.
      • setLivemode

        public void setLivemode​(java.lang.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​(java.lang.String object)
        String representing the object's type. Objects of the same type share the same value.

        Equal to balance.

      • setPending

        public void setPending​(java.util.List<Balance.Money> pending)
        Funds that are not yet available in the balance, due to the 7-day rolling pay cycle. The pending balance for each currency, and for each payment type, can be found in the source_types property.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object