HereSDKDemandFareItem

@interface HereSDKDemandFareItem : NSObject

A fare item class containing the amount and currency information

  • The numeric amount

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSDecimalNumber *_Nonnull amount;

    Swift

    var amount: NSDecimalNumber { get }
  • The type of the fare item

    Declaration

    Objective-C

    @property (readonly, nonatomic) HereSDKDemandFareItemType type;

    Swift

    var type: HereSDKDemandFareItemType { get }