Class ConnectCollectionTransfer

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConnectCollectionTransfer
All Implemented Interfaces:
BalanceTransactionSource, HasId, StripeObjectInterface

public class ConnectCollectionTransfer extends StripeObject implements BalanceTransactionSource
  • Constructor Details

    • ConnectCollectionTransfer

      public ConnectCollectionTransfer()
  • Method Details

    • getDestination

      public String getDestination()
      Get ID of expandable destination object.
    • setDestination

      public void setDestination(String id)
    • getDestinationObject

      public Account getDestinationObject()
      Get expanded destination.
    • setDestinationObject

      public void setDestinationObject(Account expandableObject)
    • getAmount

      public Long getAmount()
      Amount transferred, in cents (or local equivalent).
    • getCurrency

      public String getCurrency()
      Three-letter ISO currency code, in lowercase. Must be a supported currency.
    • 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.

      Equal to connect_collection_transfer.

    • setAmount

      public void setAmount(Long amount)
      Amount transferred, in cents (or local equivalent).
    • setCurrency

      public void setCurrency(String currency)
      Three-letter ISO currency code, in lowercase. Must be a supported currency.
    • 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.

      Equal to connect_collection_transfer.

    • 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