Class ReceivedDebit.BalanceTransfer

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.ReceivedDebit.BalanceTransfer
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ReceivedDebit

public static class ReceivedDebit.BalanceTransfer extends StripeObject
This object stores details about the balance transfer object that resulted in the ReceivedDebit.
  • Constructor Details

    • BalanceTransfer

      public BalanceTransfer()
  • Method Details

    • getTopup

      public String getTopup()
      The ID of the topup object that originated the ReceivedDebit.
    • getType

      public String getType()
      Open Enum. The type of balance transfer that originated the ReceivedDebit.

      Equal to topup.

    • setTopup

      public void setTopup(String topup)
      The ID of the topup object that originated the ReceivedDebit.
    • setType

      public void setType(String type)
      Open Enum. The type of balance transfer that originated the ReceivedDebit.

      Equal to topup.

    • 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