Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 646 Bytes

costs.md

File metadata and controls

35 lines (28 loc) · 646 Bytes

Costs type

Properties about the costs assocaited with a book resource.

JSON representation

Here is a JSON representation of Costs.

{
  "usd": 12.99,
  "eur": 8.00,
  "xfr": 2700.00
}

Properties

Property Type Description
usd Float The price in US Dollars.
eur Float The price in Euros.
xfr Float The price in South Pacific Francs.