Class Transaction.NetworkData

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

public static class Transaction.NetworkData extends StripeObject
  • Constructor Details

    • NetworkData

      public NetworkData()
  • Method Details

    • getAuthorizationCode

      public String 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

      public String 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

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

      public void setAuthorizationCode(String authorizationCode)
      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

      public void setProcessingDate(String processingDate)
      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

      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