Package com.stripe.model.issuing
Class DisputeSettlementDetail.NetworkData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.DisputeSettlementDetail.NetworkData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- DisputeSettlementDetail
For more details about NetworkData, 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
The date the transaction was processed by the card network.int
hashCode()
void
setProcessingDate
(String processingDate) The date the transaction was processed by the card network.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NetworkData
public NetworkData()
-
-
Method Details
-
getProcessingDate
The date the transaction was processed by the card network. This can be different from the date the seller recorded the transaction depending on when the acquirer submits the transaction to the network. -
setProcessingDate
The date the transaction was processed by the card network. This can be different from the date the seller recorded the transaction depending on when the acquirer submits the transaction to the network. -
equals
-
canEqual
-
hashCode
public int hashCode()
-