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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
For 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.int
hashCode()
void
setNetworkDeclineCode
(String networkDeclineCode) For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.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, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Blik
public Blik()
-
-
Method Details
-
getNetworkDeclineCode
For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed. -
getReference
The reference assigned to the refund. -
getReferenceStatus
Status of the reference on the refund. This can bepending
,available
orunavailable
. -
setNetworkDeclineCode
For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed. -
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()
-