Package com.stripe.model.issuing
Class Transaction.NetworkData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Transaction.NetworkData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Transaction
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A code created by Stripe which is shared with the merchant to validate the authorization.The date the transaction was processed by the card network.Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions.int
hashCode()
void
setAuthorizationCode
(String authorizationCode) A code created by Stripe which is shared with the merchant to validate the authorization.void
setProcessingDate
(String processingDate) The date the transaction was processed by the card network.void
setTransactionId
(String transactionId) Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NetworkData
public NetworkData()
-
-
Method Details
-
getAuthorizationCode
A code created by Stripe which is shared with the merchant to validate the authorization. This field will be populated if the authorization message was approved. The code typically starts with the letter "S", followed by a six-digit number. For example, "S498162". Please note that the code is not guaranteed to be unique across authorizations. -
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. -
getTransactionId
Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions. -
setAuthorizationCode
A code created by Stripe which is shared with the merchant to validate the authorization. This field will be populated if the authorization message was approved. The code typically starts with the letter "S", followed by a six-digit number. For example, "S498162". Please note that the code is not guaranteed to be unique across authorizations. -
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. -
setTransactionId
Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions. -
equals
-
canEqual
-
hashCode
public int hashCode()
-