Class ReceivedCredit.BalanceTransfer

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

public static class ReceivedCredit.BalanceTransfer extends StripeObject
For more details about BalanceTransfer, please refer to the API Reference.
  • Constructor Details

    • BalanceTransfer

      public BalanceTransfer()
  • Method Details

    • getFromAccount

      public String getFromAccount()
      The ID of the account that owns the source object originated the ReceivedCredit.
    • getOutboundPayment

      public String getOutboundPayment()
      The ID of the outbound payment object that originated the ReceivedCredit.
    • getOutboundTransfer

      public String getOutboundTransfer()
      The ID of the outbound transfer object that originated the ReceivedCredit.
    • getPayoutV1

      public String getPayoutV1()
      The ID of the payout object that originated the ReceivedCredit.
    • getType

      public String getType()
      Open Enum. The type of Stripe Money Movement that originated the ReceivedCredit.

      One of outbound_payment, outbound_transfer, or payout_v1.

    • setFromAccount

      public void setFromAccount(String fromAccount)
      The ID of the account that owns the source object originated the ReceivedCredit.
    • setOutboundPayment

      public void setOutboundPayment(String outboundPayment)
      The ID of the outbound payment object that originated the ReceivedCredit.
    • setOutboundTransfer

      public void setOutboundTransfer(String outboundTransfer)
      The ID of the outbound transfer object that originated the ReceivedCredit.
    • setPayoutV1

      public void setPayoutV1(String payoutV1)
      The ID of the payout object that originated the ReceivedCredit.
    • setType

      public void setType(String type)
      Open Enum. The type of Stripe Money Movement that originated the ReceivedCredit.

      One of outbound_payment, outbound_transfer, or payout_v1.

    • 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