Package com.stripe.model
Class PaymentMethod.Custom
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Custom
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- PaymentMethod
For more details about Custom, please refer to the API
 Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about Logo, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanDisplay name of the Dashboard-only CustomPaymentMethodType.getLogo()Contains information about the Dashboard-only CustomPaymentMethodType logo.getType()ID of the Dashboard-only CustomPaymentMethodType.inthashCode()voidsetDisplayName(String displayName) Display name of the Dashboard-only CustomPaymentMethodType.voidContains information about the Dashboard-only CustomPaymentMethodType logo.voidID of the Dashboard-only CustomPaymentMethodType.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Custompublic Custom()
 
- 
- 
Method Details- 
getDisplayNameDisplay name of the Dashboard-only CustomPaymentMethodType.
- 
getLogoContains information about the Dashboard-only CustomPaymentMethodType logo.
- 
getTypeID of the Dashboard-only CustomPaymentMethodType. Not expandable.
- 
setDisplayNameDisplay name of the Dashboard-only CustomPaymentMethodType.
- 
setLogoContains information about the Dashboard-only CustomPaymentMethodType logo.
- 
setTypeID of the Dashboard-only CustomPaymentMethodType. Not expandable.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-