Class PayoutMethod.Card
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.PayoutMethod.Card
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PayoutMethod
For more details about Card, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether the PayoutMethodCard object was archived.The month the card expires.The year the card expires.getLast4()
The last 4 digits of the card number.int
hashCode()
void
setArchived
(Boolean archived) Whether the PayoutMethodCard object was archived.void
setExpMonth
(String expMonth) The month the card expires.void
setExpYear
(String expYear) The year the card expires.void
The 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. -
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. -
setLast4
The last 4 digits of the card number. -
equals
-
canEqual
-
hashCode
public int hashCode()
-