Class NeoAddressMenu

java.lang.Object

public class NeoAddressMenu
extends NeoContainer
This class represents the NeoAddress popup element of the react UI
  • Constructor Details

  • Method Details

    • setAddress

      public void setAddress​(org.json.JSONObject addressJson)
      This method sets the address of supplied in the parameter JSONObject Accepts input as follows:
            {
              "ZIP":"48795" or "POSTAL_CODE":"48795",
              "STREET1":"Line1 Value",
              "STREET2":"Line2 Value",
              "STREET3":"Line3 Value",
              "STATE":"AA",
              "COUNTRY":"US",
              "CITY":"City Name"
            }
       
      Parameters:
      addressJson -