Captainup  2.4
Properties | List of all members
<CPTCurrencySettings> Protocol Reference

#import <CPTCurrencySettings.h>

Inheritance diagram for <CPTCurrencySettings>:
<CPTObject>

Properties

NSString * currencySettingId
 
NSString * name
 
NSString * currencySettingDescription
 
NSString * descriptionHtml
 
BOOL isActive
 
NSDate * createdAt
 
NSDate * updatedAt
 
NSString * imageURL
 
NSDictionary * customData
 
- Properties inherited from <CPTObject>
NSDictionary< NSString *, id > * sourceDictionary
 

Additional Inherited Members

- Instance Methods inherited from <CPTObject>
(nonnull instancetype) - initWithDictionary:
 
(nonnull NSDictionary< NSString *, id > *) - toDictionary
 

Detailed Description

Description

Property Documentation

◆ createdAt

- (NSDate*) createdAt
readnonatomicassign

The date that the currency was created

◆ currencySettingDescription

- (NSString*) currencySettingDescription
readnonatomicassign

The currency description

◆ currencySettingId

- (NSString*) currencySettingId
readnonatomicassign

The ID of the Currency Settings

◆ customData

- (NSDictionary*) customData
readnonatomicassign

The currency custom data

◆ descriptionHtml

- (NSString*) descriptionHtml
readnonatomicassign

The currency html description, use this to add support for style and hyperlinks for example.

◆ imageURL

- (NSString*) imageURL
readnonatomicassign

The currency image URL

◆ isActive

- (BOOL) isActive
readnonatomicassign

Currency active state

◆ name

- (NSString*) name
readnonatomicassign

The name of the currency

◆ updatedAt

- (NSDate*) updatedAt
readnonatomicassign

The date that the currency was updated


The documentation for this protocol was generated from the following file: