Package com.stripe.model
Class Refund.DestinationDetails.Multibanco
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Refund.DestinationDetails.Multibanco
- 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
The reference assigned to the refund.Status of the reference on the refund.int
hashCode()
void
setReference
(String reference) The reference assigned to the refund.void
setReferenceStatus
(String referenceStatus) Status of the reference on the refund.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Multibanco
public Multibanco()
-
-
Method Details
-
getReference
The reference assigned to the refund. -
getReferenceStatus
Status of the reference on the refund. This can bepending
,available
orunavailable
. -
setReference
The reference assigned to the refund. -
setReferenceStatus
Status of the reference on the refund. This can bepending
,available
orunavailable
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-