Skip to content

Instantly share code, notes, and snippets.

@mvantellingen
Created December 18, 2018 14:10
Show Gist options
  • Save mvantellingen/a2e6dffdca2eb881341eacf1815c1f6c to your computer and use it in GitHub Desktop.
Save mvantellingen/a2e6dffdca2eb881341eacf1815c1f6c to your computer and use it in GitHub Desktop.
#%RAML 1.0 DataType
(package): Common
displayName: Price
type: object
properties:
id?:
type: string
value:
type: Money
country?:
type: CountryCode
customerGroup?: CustomerGroupReference
channel?: ChannelReference
custom?:
type: CustomFields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment