Class PayoutMethod.Card

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

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

    • Card

      public Card()
  • Method Details

    • getArchived

      public Boolean getArchived()
      Whether the PayoutMethodCard object was archived. PayoutMethodCard objects can be archived through the /archive API, and they will not be automatically archived by Stripe. Archived PayoutMethodCard objects cannot be used as payout methods and will not appear in the payout method list.
    • getExpMonth

      public String getExpMonth()
      The month the card expires.
    • getExpYear

      public String getExpYear()
      The year the card expires.
    • getLast4

      public String getLast4()
      The last 4 digits of the card number.
    • setArchived

      public void setArchived(Boolean archived)
      Whether the PayoutMethodCard object was archived. PayoutMethodCard objects can be archived through the /archive API, and they will not be automatically archived by Stripe. Archived PayoutMethodCard objects cannot be used as payout methods and will not appear in the payout method list.
    • setExpMonth

      public void setExpMonth(String expMonth)
      The month the card expires.
    • setExpYear

      public void setExpYear(String expYear)
      The year the card expires.
    • setLast4

      public void setLast4(String last4)
      The last 4 digits of the card number.
    • 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