Package com.stripe.model.issuing
Class Authorization.NetworkData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.NetworkData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Authorization
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Identifier assigned to the acquirer by the card network.The System Trace Audit Number (STAN) is a 6-digit identifier assigned by the acquirer.Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions.int
hashCode()
void
setAcquiringInstitutionId
(String acquiringInstitutionId) Identifier assigned to the acquirer by the card network.void
setSystemTraceAuditNumber
(String systemTraceAuditNumber) The System Trace Audit Number (STAN) is a 6-digit identifier assigned by the acquirer.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
-
getAcquiringInstitutionId
Identifier assigned to the acquirer by the card network. Sometimes this value is not provided by the network; in this case, the value will benull
. -
getSystemTraceAuditNumber
The System Trace Audit Number (STAN) is a 6-digit identifier assigned by the acquirer. Prefernetwork_data.transaction_id
if present, unless you have special requirements. -
getTransactionId
Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions. -
setAcquiringInstitutionId
Identifier assigned to the acquirer by the card network. Sometimes this value is not provided by the network; in this case, the value will benull
. -
setSystemTraceAuditNumber
The System Trace Audit Number (STAN) is a 6-digit identifier assigned by the acquirer. Prefernetwork_data.transaction_id
if present, unless you have special requirements. -
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()
-