Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Wasabi.Person.API.Address

class Wasabi.Person.API.Address extends %Library.RegisteredObject

Property Inventory

Properties

property City as %String;
Property methods: CityDisplayToLogical(), CityGet(), CityIsValid(), CityLogicalToDisplay(), CityLogicalToOdbc(), CityNormalize(), CitySet()
property Country as %String;
Property methods: CountryDisplayToLogical(), CountryGet(), CountryIsValid(), CountryLogicalToDisplay(), CountryLogicalToOdbc(), CountryNormalize(), CountrySet()
property ID as %String;
Property methods: IDDisplayToLogical(), IDGet(), IDIsValid(), IDLogicalToDisplay(), IDLogicalToOdbc(), IDNormalize(), IDSet()
property PostalCode as %String;
Property methods: PostalCodeDisplayToLogical(), PostalCodeGet(), PostalCodeIsValid(), PostalCodeLogicalToDisplay(), PostalCodeLogicalToOdbc(), PostalCodeNormalize(), PostalCodeSet()
property Region as %String;
Property methods: RegionDisplayToLogical(), RegionGet(), RegionIsValid(), RegionLogicalToDisplay(), RegionLogicalToOdbc(), RegionNormalize(), RegionSet()
property Street1 as %String [ Required ];
Property methods: Street1DisplayToLogical(), Street1Get(), Street1IsValid(), Street1LogicalToDisplay(), Street1LogicalToOdbc(), Street1Normalize(), Street1Set()
property Street2 as %String;
Property methods: Street2DisplayToLogical(), Street2Get(), Street2IsValid(), Street2LogicalToDisplay(), Street2LogicalToOdbc(), Street2Normalize(), Street2Set()
property Type as %String (VALUELIST = ",Home,Shipping,Billing");
Flesh Out Values
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab