Transaction System API

EnterpriseInfo

This class also used in (click to expand):
Method Summary
String getAddress()

Returns the address of the enterprise.

String getCity()

Returns the city of the enterprise.

String getCountry()

Returns the country of the enterprise.

String getCountryCode()

Returns the country code of the enterprise.

Data getData()

Returns a Data object with information from this enterprise. The amount of information depends on what the enterprise has enabled for public access. Minimum information available is the name of the enterprise.

String getFax()

Returns the fax of the enterprise.

String getId()

Returns the ID of this enterprise. Storage of this ID should be large enough to handle 70 characters.

String getLanguage()

Returns the language of the enterprise.

String getName()

Returns the name of this enterprise.

String getPhone()

Returns the phone of the enterprise.

String getPostalCode()

Returns the postal code of the enterprise.

String getState()

Returns the state of the enterprise.

String getStateCode()

Returns the state code of the enterprise.

String getTimeZone()

Returns the time zone of the enterprise.

String getTimeZoneCode()

Returns the time zone code of the enterprise.

boolean hasProfile(ProfileInfo profile)

Returns true if the Enterprise has a profile for the user associated with the user of the given profile.

boolean hasProfile(String email)

Returns true if enterprise has an active profile associated with the email address. This is a utility method that can be used to quickly determine if email is associated with profile

boolean isRegistered(String domain)

Returns true if the Enterprise domain has been registered with this enterprise.

boolean isTimeZoneEnabled()

Returns true if time zone code of the enterprise is API enabled.

String toString()

Returns a description of this object.

Method Detail


String getAddress()

Returns the address of the enterprise.

Returns:  String

Since: 07-06-2009

top

String getCity()

Returns the city of the enterprise.

Returns:  String

Since: 07-06-2009

top

String getCountry()

Returns the country of the enterprise.

Returns:  String

Since: 07-06-2009

top

String getCountryCode()

Returns the country code of the enterprise.

Returns:  String

Since: 07-06-2009

top

Data getData()

Returns a Data object with information from this enterprise. The amount of information depends on what the enterprise has enabled for public access. Minimum information available is the name of the enterprise.

Returns:  Data

Since: 07-06-2009

top

String getFax()

Returns the fax of the enterprise.

Returns:  String

Since: 07-06-2009

top

String getId()

Returns the ID of this enterprise. Storage of this ID should be large enough to handle 70 characters.

Returns:  String

Since: 08-12-2020

top

String getLanguage()

Returns the language of the enterprise.

Returns:  String

Since: 07-06-2009

top

String getName()

Returns the name of this enterprise.

Returns:  String

Since: 07-06-2009

top

String getPhone()

Returns the phone of the enterprise.

Returns:  String

Since: 07-06-2009

top

String getPostalCode()

Returns the postal code of the enterprise.

Returns:  String

Since: 07-06-2009

top

String getState()

Returns the state of the enterprise.

Returns:  String

Since: 07-06-2009

top

String getStateCode()

Returns the state code of the enterprise.

Returns:  String

Since: 07-06-2009

top

String getTimeZone()

Returns the time zone of the enterprise.

Returns:  String

Since: 07-06-2009

top

String getTimeZoneCode()

Returns the time zone code of the enterprise.

Returns:  String

Since: 07-06-2009

top

boolean hasProfile(ProfileInfo profile)

Returns true if the Enterprise has a profile for the user associated with the user of the given profile.

Parameters:

Returns:  boolean

Since: 03-15-2007

top

boolean hasProfile(String email)

Returns true if enterprise has an active profile associated with the email address. This is a utility method that can be used to quickly determine if email is associated with profile

Parameters:

  • String   email  - profile email. Required parameter.

Returns:  boolean

Since: 12-22-2011

top

boolean isRegistered(String domain)

Returns true if the Enterprise domain has been registered with this enterprise.

Parameters:

  • String   domain

Returns:  boolean

Since: 03-15-2007

top

boolean isTimeZoneEnabled()

Returns true if time zone code of the enterprise is API enabled.

Returns:  boolean

Since: 03-11-2022

top

String toString()

Returns a description of this object.

Returns:  String

Since: 08-29-2007

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM