Package com.stripe.model
Class Refund.DestinationDetails.Blik
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Refund.DestinationDetails.Blik
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Refund.DestinationDetails
For more details about Blik, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanFor refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.The reference assigned to the refund.Status of the reference on the refund.inthashCode()voidsetNetworkDeclineCode(String networkDeclineCode) For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.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- 
Blikpublic Blik()
 
- 
- 
Method Details- 
getNetworkDeclineCodeFor refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.
- 
getReferenceThe reference assigned to the refund.
- 
getReferenceStatusStatus of the reference on the refund. This can bepending,availableorunavailable.
- 
setNetworkDeclineCodeFor refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.
- 
setReferenceThe reference assigned to the refund.
- 
setReferenceStatusStatus of the reference on the refund. This can bepending,availableorunavailable.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-