Package com.stripe.model
Class PaymentMethodConfiguration.MbWay
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethodConfiguration.MbWay
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- PaymentMethodConfiguration
For more details about MbWay, please refer to the API
 Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about DisplayPreference, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanWhether this payment method may be offered at checkout.inthashCode()voidsetAvailable(Boolean available) Whether this payment method may be offered at checkout.voidsetDisplayPreference(PaymentMethodConfiguration.MbWay.DisplayPreference displayPreference) Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
MbWaypublic MbWay()
 
- 
- 
Method Details- 
getAvailableWhether this payment method may be offered at checkout. True ifdisplay_preferenceisonand the payment method's capability is active.
- 
getDisplayPreference
- 
setAvailableWhether this payment method may be offered at checkout. True ifdisplay_preferenceisonand the payment method's capability is active.
- 
setDisplayPreferencepublic void setDisplayPreference(PaymentMethodConfiguration.MbWay.DisplayPreference displayPreference) 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-