Package com.stripe.model
Class PaymentMethod.Card.Benefits
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Card.Benefits
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod.Card
For more details about Benefits, 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
Issuer of this benefit card.Available benefit programs for this card.int
hashCode()
void
Issuer of this benefit card.void
setPrograms
(List<String> programs) Available benefit programs for this card.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Benefits
public Benefits()
-
-
Method Details
-
getIssuer
Issuer of this benefit card. -
getPrograms
Available benefit programs for this card. -
setIssuer
Issuer of this benefit card. -
setPrograms
Available benefit programs for this card. -
equals
-
canEqual
-
hashCode
public int hashCode()
-