ImagingTools Core SDK
Public Types | List of all members
imtauth::IAddressProviderabstract

#include <IAddressProvider.h>

Inheritance diagram for imtauth::IAddressProvider:
imtauth::IAddressManager

Public Types

enum  AddressCategory { AC_SHIPPING , AC_BILLING , AC_CONTACT }
 

Detailed Description

Provider of addresses.

Definition at line 26 of file IAddressProvider.h.

Member Enumeration Documentation

◆ AddressCategory

Type of the address.

Enumerator
AC_SHIPPING 

Address where the product will be shipped.

AC_BILLING 

Address where the invoce will be sent.

AC_CONTACT 

Primary/first contact in a organization.

Definition at line 32 of file IAddressProvider.h.