SkyVaultCompany
This section describes the SkyVaultCompany class.
The SkyVaultCompany class encapsulates information for a company's contact details.
Attention: This class was introduced with version 1.3 of the SDK.
Class declaration
@interface SkyVaultCompany : NSObject <NSCoding>
Properties
Property | Description |
---|---|
@property (nonatomic, strong, readonly) NSString *name; | Returns the name of the company. Returns nil if not available. |
@property (nonatomic, strong, readonly) NSString *addressLine1; | Returns the first line of the company address. Returns nil if not available. |
@property (nonatomic, strong, readonly) NSString *addressLine2; | Returns the second line of the company address. Returns nil if not available. |
@property (nonatomic, strong, readonly) NSString *addressLine3; | Returns the third line of the company address. Returns nil if not available. |
@property (nonatomic, strong, readonly) NSString *postCode; | Returns the postcode for the company address. Returns nil if not available. |
@property (nonatomic, strong, readonly) NSString *telephoneNumber; | Returns the telephone number of the company. Returns nil if not available. |
@property (nonatomic, strong, readonly) NSString *faxNumber; | Returns the fax number of the company. Returns nil if not available. |
@property (nonatomic, strong, readonly) NSString *email; | Returns the email of the company. Returns nil if not available. |
@property (nonatomic, strong, readonly) NSString *fullAddress; | Returns the full address of the company. Returns nil if not available. |