Class PayoutMethod.Card
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.PayoutMethod.Card
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PayoutMethod
The PayoutMethodCard object details.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanWhether the PayoutMethodCard object was archived.The month the card expires.The year the card expires.Uniquely identifies this particular card number.getLast4()The last 4 digits of the card number.inthashCode()voidsetArchived(Boolean archived) Whether the PayoutMethodCard object was archived.voidsetExpMonth(String expMonth) The month the card expires.voidsetExpYear(String expYear) The year the card expires.voidsetFingerprint(String fingerprint) Uniquely identifies this particular card number.voidThe last 4 digits of the card number.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Card
public Card()
-
-
Method Details
-
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
The month the card expires. -
getExpYear
The year the card expires. -
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
The last 4 digits of the card number. -
setArchived
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
The month the card expires. -
setExpYear
The year the card expires. -
setFingerprint
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
The last 4 digits of the card number. -
equals
-
canEqual
-
hashCode
public int hashCode()
-