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
The PayoutMethodCard object details.
  • 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.
    • getFingerprint

      public String getFingerprint()
      Uniquely identifies this particular card number. You can use this attribute to check whether two recipients who’ve signed up with you are using the same card number, for example.
    • 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.
    • setFingerprint

      public void setFingerprint(String fingerprint)
      Uniquely identifies this particular card number. You can use this attribute to check whether two recipients who’ve signed up with you are using the same card number, for example.
    • 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