Class Authorization.MerchantData

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

public static class Authorization.MerchantData extends StripeObject
  • Constructor Details

    • MerchantData

      public MerchantData()
  • Method Details

    • getCategory

      public String getCategory()
      A categorization of the seller's type of business. See our merchant categories guide for a list of possible values.
    • getCategoryCode

      public String getCategoryCode()
      The merchant category code for the seller’s business.
    • getCity

      public String getCity()
      City where the seller is located.
    • getCountry

      public String getCountry()
      Country where the seller is located.
    • getName

      public String getName()
      Name of the seller.
    • getNetworkId

      public String getNetworkId()
      Identifier assigned to the seller by the card network. Different card networks may assign different network_id fields to the same merchant.
    • getPostalCode

      public String getPostalCode()
      Postal code where the seller is located.
    • getState

      public String getState()
      State where the seller is located.
    • getTerminalId

      public String getTerminalId()
      An ID assigned by the seller to the location of the sale.
    • getUrl

      public String getUrl()
      URL provided by the merchant on a 3DS request.
    • setCategory

      public void setCategory(String category)
      A categorization of the seller's type of business. See our merchant categories guide for a list of possible values.
    • setCategoryCode

      public void setCategoryCode(String categoryCode)
      The merchant category code for the seller’s business.
    • setCity

      public void setCity(String city)
      City where the seller is located.
    • setCountry

      public void setCountry(String country)
      Country where the seller is located.
    • setName

      public void setName(String name)
      Name of the seller.
    • setNetworkId

      public void setNetworkId(String networkId)
      Identifier assigned to the seller by the card network. Different card networks may assign different network_id fields to the same merchant.
    • setPostalCode

      public void setPostalCode(String postalCode)
      Postal code where the seller is located.
    • setState

      public void setState(String state)
      State where the seller is located.
    • setTerminalId

      public void setTerminalId(String terminalId)
      An ID assigned by the seller to the location of the sale.
    • setUrl

      public void setUrl(String url)
      URL provided by the merchant on a 3DS request.
    • 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