//
 /***************************************************************
 * Copyright © 2017 HERE Global B.V. All rights reserved. *
 **************************************************************/

#import "HereSDKDemandPrice+Dictionary.h"
#import "NSString+Utilities.h"

@implementation HereSDKDemandPrice (Dictionary)

- (NSDictionary *)dictionary
{
    return @{ @"amount": self.amount,
              @"currencyCode": self.currency,
              };
}

@end
