Strise Connect API Docs
TypesObjects

Address

No description

type Address {
  country: Country
  addressLine: String
  city: String
  zipCode: String
  addressKind: AddressKind
}

Fields

country Country object

Country

addressLine String scalar

String

city String scalar

String

zipCode String scalar

String

addressKind AddressKind enum

AddressKind

Member Of

BusinessPerson object Company object ConnectPrivatePersonRegistrySearchResource object CustomBusinessPerson object EntityLike interface MonitoredEntityLike interface PrivatePerson object

On this page