Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_CurrencyDetailsType.h
Trading_CurrencyDetailsType.m

Overview

Details about a currency.

@ingroup EBayAPIInterface

Tasks

  •   currency

    Three-digit currency codes as defined in ISO 4217. The currency codes returned in
    GeteBayDetails can be used as values in the
    Currency field of the Add/Revise/Relist and other Trading API
    calls.


    property
  •   description

    Full currency name for display purposes.

    property
  •   detailVersion

    Returns the latest version number for this field. The version can be used
    to determine if and when to refresh cached client data.

    property
  •   updateTime

    Gives the time in GMT that the feature flags for the
    details were last updated. This timestamp can be used to determine if
    and when to refresh cached client data.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_CurrencyDetailsType.h

currency

Three-digit currency codes as defined in ISO 4217. The currency codes returned in
GeteBayDetails can be used as values in the
Currency field of the Add/Revise/Relist and other Trading API
calls.


@property (nonatomic, retain) NSString *currency

Discussion

Three-digit currency codes as defined in ISO 4217. The currency codes returned in
GeteBayDetails can be used as values in the
Currency field of the Add/Revise/Relist and other Trading API
calls.


type: string constant in Trading_CurrencyCodeType.h

Declared In

Trading_CurrencyDetailsType.h

description

Full currency name for display purposes.

@property (nonatomic, retain) NSString *description

Discussion

Full currency name for display purposes.

type : NSString, wrapper for primitive string

Declared In

Trading_CurrencyDetailsType.h

detailVersion

Returns the latest version number for this field. The version can be used
to determine if and when to refresh cached client data.

@property (nonatomic, retain) NSString *detailVersion

Discussion

Returns the latest version number for this field. The version can be used
to determine if and when to refresh cached client data.

type : NSString, wrapper for primitive string

Declared In

Trading_CurrencyDetailsType.h

updateTime

Gives the time in GMT that the feature flags for the
details were last updated. This timestamp can be used to determine if
and when to refresh cached client data.

@property (nonatomic, retain) NSDate *updateTime

Discussion

Gives the time in GMT that the feature flags for the
details were last updated. This timestamp can be used to determine if
and when to refresh cached client data.

type : NSDate, wrapper for primitive date

Declared In

Trading_CurrencyDetailsType.h