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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Value 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.int
hashCode()
void
setReference
(String reference) Value of the reference number assigned to the refund.void
setReferenceStatus
(String referenceStatus) Status of the reference number on the refund.void
setReferenceType
(String referenceType) Type of the reference number assigned to the refund.void
The type of refund.Methods inherited from class com.stripe.model.StripeObject
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
,available
orunavailable
. -
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
,available
orunavailable
. -
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()
-