Class PaymentMethod.StripeBalance

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.StripeBalance
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentMethod

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

    • StripeBalance

      public StripeBalance()
  • Method Details

    • getAccount

      public String getAccount()
      The connected account ID whose Stripe balance to use as the source of payment.
    • getSourceType

      public String getSourceType()
      The source_type of the balance

      One of bank_account, card, or fpx.

    • setAccount

      public void setAccount(String account)
      The connected account ID whose Stripe balance to use as the source of payment.
    • setSourceType

      public void setSourceType(String sourceType)
      The source_type of the balance

      One of bank_account, card, or fpx.

    • 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