Package com.stripe.model
Class Refund.DestinationDetails.Card
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Refund.DestinationDetails.Card
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Refund.DestinationDetails
For more details about Card, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanValue of the reference number assigned to the refund.Status of the reference number on the refund.Type of the reference number assigned to the refund.getType()The type of refund.inthashCode()voidsetReference(String reference) Value of the reference number assigned to the refund.voidsetReferenceStatus(String referenceStatus) Status of the reference number on the refund.voidsetReferenceType(String referenceType) Type of the reference number assigned to the refund.voidThe type of refund.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Cardpublic Card()
 
- 
- 
Method Details- 
getReferenceValue of the reference number assigned to the refund.
- 
getReferenceStatusStatus of the reference number on the refund. This can bepending,availableorunavailable.
- 
getReferenceTypeType of the reference number assigned to the refund.
- 
getTypeThe type of refund. This can berefund,reversal, orpending.One of pending,refund, orreversal.
- 
setReferenceValue of the reference number assigned to the refund.
- 
setReferenceStatusStatus of the reference number on the refund. This can bepending,availableorunavailable.
- 
setReferenceTypeType of the reference number assigned to the refund.
- 
setTypeThe type of refund. This can berefund,reversal, orpending.One of pending,refund, orreversal.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-