Coyote Logistics · Schema

CurrencyType

Currency Type

freight brokeragelogisticstruckloadLTLless-than-truckloadshippingsupply chainfreight quotesshipment trackingload management3PLcustoms brokeragecarrier APIshipper API
View JSON Schema on GitHub

JSON Schema

currencytype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CurrencyType",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Offer.CurrencyType",
  "enum": [
    "Undefined",
    "USD",
    "CAD",
    "MXN",
    "EUR",
    "GBP",
    "PLN"
  ],
  "type": "string",
  "description": "Currency Type"
}