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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier 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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
P24
public P24()
-
-
Method Details
-
getReference
The reference assigned to the refund. -
getReferenceStatus
Status of the reference on the refund. This can bepending,availableorunavailable. -
setReference
The reference assigned to the refund. -
setReferenceStatus
Status of the reference on the refund. This can bepending,availableorunavailable. -
equals
-
canEqual
-
hashCode
public int hashCode()
-