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.
    • 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.
    • 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