Class Authorization.NetworkData

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.NetworkData
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Authorization

public static class Authorization.NetworkData extends StripeObject
  • Constructor Details

    • NetworkData

      public NetworkData()
  • Method Details

    • getAcquiringInstitutionId

      public String 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 be null.
    • getSystemTraceAuditNumber

      public String getSystemTraceAuditNumber()
      The System Trace Audit Number (STAN) is a 6-digit identifier assigned by the acquirer. Prefer network_data.transaction_id if present, unless you have special requirements.
    • getTransactionId

      public String getTransactionId()
      Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions.
    • setAcquiringInstitutionId

      public void setAcquiringInstitutionId(String acquiringInstitutionId)
      Identifier assigned to the acquirer by the card network. Sometimes this value is not provided by the network; in this case, the value will be null.
    • setSystemTraceAuditNumber

      public void setSystemTraceAuditNumber(String systemTraceAuditNumber)
      The System Trace Audit Number (STAN) is a 6-digit identifier assigned by the acquirer. Prefer network_data.transaction_id if present, unless you have special requirements.
    • setTransactionId

      public void setTransactionId(String transactionId)
      Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object