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
For more details about Multibanco, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Multibancopublic Multibanco()
 
- 
- 
Method Details- 
getReferenceThe reference assigned to the refund.
- 
getReferenceStatusStatus of the reference on the refund. This can bepending,availableorunavailable.
- 
setReferenceThe reference assigned to the refund.
- 
setReferenceStatusStatus of the reference on the refund. This can bepending,availableorunavailable.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-