Class PostalAddress

java.lang.Object
com.ringcentral.definitions.PostalAddress

public class PostalAddress extends Object
Postal address/location
  • Field Details

    • street

      public String street
      Street address Required Example: 20 Davis Dr
    • street2

      public String street2
      Street address (2nd line)
    • city

      public String city
      City name Required Example: Belmont
    • state

      public String state
      State or province information in the target country Example: CA
    • zip

      public String zip
      Postal code in the target country Required Example: 94002
    • country

      public String country
      ISO-3166-1 2-letter country code (alpha2) Required Example: US
  • Constructor Details

    • PostalAddress

      public PostalAddress()
  • Method Details