chore(docs): Updated API Reference (v2) (#9148)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a63f6910d0
commit
56ee4d6aad
@@ -1,3 +1,57 @@
|
||||
type: object
|
||||
description: The supported currency's currency.
|
||||
description: The currency's currencies.
|
||||
x-schemaName: AdminCurrency
|
||||
required:
|
||||
- code
|
||||
- symbol
|
||||
- symbol_native
|
||||
- name
|
||||
- decimal_digits
|
||||
- rounding
|
||||
- raw_rounding
|
||||
- created_at
|
||||
- updated_at
|
||||
- deleted_at
|
||||
properties:
|
||||
code:
|
||||
type: string
|
||||
title: code
|
||||
description: The currency's code.
|
||||
example: usd
|
||||
symbol:
|
||||
type: string
|
||||
title: symbol
|
||||
description: The currency's symbol.
|
||||
example: $
|
||||
symbol_native:
|
||||
type: string
|
||||
title: symbol_native
|
||||
description: The currency's native symbol, if different than the symbol.
|
||||
example: $
|
||||
name:
|
||||
type: string
|
||||
title: name
|
||||
description: The currency's name.
|
||||
decimal_digits:
|
||||
type: number
|
||||
title: decimal_digits
|
||||
description: The number of digits after the decimal for prices in this currency.
|
||||
rounding:
|
||||
type: number
|
||||
title: rounding
|
||||
description: The rounding percision applied on prices in this currency.
|
||||
created_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: created_at
|
||||
description: The currency's creation date.
|
||||
updated_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: updated_at
|
||||
description: The currency's update date.
|
||||
deleted_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: deleted_at
|
||||
description: The currency's deletion date.
|
||||
|
||||
Reference in New Issue
Block a user