Package com.stripe.model
Class Refund.DestinationDetails.P24
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Refund.DestinationDetails.P24
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Refund.DestinationDetails
For more details about P24, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe reference assigned to the refund.Status of the reference on the refund.inthashCode()voidsetReference(String reference) The reference assigned to the refund.voidsetReferenceStatus(String referenceStatus) Status of the reference on the refund.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
P24public P24()
 
- 
- 
Method Details- 
getReferenceThe reference assigned to the refund.
- 
getReferenceStatusStatus of the reference on the refund. This can bepending,availableorunavailable.
- 
setReferenceThe reference assigned to the refund.
- 
setReferenceStatusStatus of the reference on the refund. This can bepending,availableorunavailable.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-