Package com.stripe.model
Class AccountSession.Components.PaymentDetails.Features
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.AccountSession.Components.PaymentDetails.Features
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- AccountSession.Components.PaymentDetails
For more details about Features, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetCapturePayments(Boolean capturePayments) voidsetDestinationOnBehalfOfChargeManagement(Boolean destinationOnBehalfOfChargeManagement) voidsetDisputeManagement(Boolean disputeManagement) voidsetRefundManagement(Boolean refundManagement) Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Featurespublic Features()
 
- 
- 
Method Details- 
getCapturePayments
- 
getDestinationOnBehalfOfChargeManagement
- 
getDisputeManagement
- 
getRefundManagement
- 
setCapturePayments
- 
setDestinationOnBehalfOfChargeManagement
- 
setDisputeManagement
- 
setRefundManagement
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-