Newer Version Available

This content describes an older version of this product. View Latest

GroupVisitAddress Class

Represents the details of the group visit address.

Namespace

healthcloudext

addressType

The type of address used for the group visit.

Signature

public String addressType {get; set;}

1healthcloudext.GroupVisitAddress, addressType

Property Value

Type: String

city

The city of the address where the group visit is scheduled.

Signature

public String city {get; set;}

1healthcloudext.GroupVisitAddress, city

Property Value

Type: String

completeAddress

The full, formatted address where the group visit is scheduled.

Signature

public String completeAddress {get; set;}

1healthcloudext.GroupVisitAddress, completeAddress

Property Value

Type: String

country

The country of the address where the group visit is scheduled.

Signature

public String country {get; set;}

1healthcloudext.GroupVisitAddress, country

Property Value

Type: String

id

The unique identifier for the group visit address.

Signature

public String id {get; set;}

1healthcloudext.GroupVisitAddress, id

Property Value

Type: String

postalCode

The postal code of the address where the group visit is scheduled.

Signature

public String postalCode {get; set;}

1healthcloudext.GroupVisitAddress, postalCode

Property Value

Type: String

state

The state of the address where the group visit is scheduled.

Signature

public String state {get; set;}

1healthcloudext.GroupVisitAddress, state

Property Value

Type: String

street

The street address where the group visit is scheduled.

Signature

public String street {get; set;}

1healthcloudext.GroupVisitAddress, street

Property Value

Type: String