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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier 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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Card
public Card()
-
-
Method Details
-
getReference
Value of the reference number assigned to the refund. -
getReferenceStatus
Status of the reference number on the refund. This can bepending,availableorunavailable. -
getReferenceType
Type of the reference number assigned to the refund. -
getType
The type of refund. This can berefund,reversal, orpending.One of
pending,refund, orreversal. -
setReference
Value of the reference number assigned to the refund. -
setReferenceStatus
Status of the reference number on the refund. This can bepending,availableorunavailable. -
setReferenceType
Type of the reference number assigned to the refund. -
setType
The type of refund. This can berefund,reversal, orpending.One of
pending,refund, orreversal. -
equals
-
canEqual
-
hashCode
public int hashCode()
-