mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
ED-103/feat: Remove hard-coded enumerations for entities
This commit is contained in:
parent
5858688379
commit
5e68272976
@ -1,19 +1,19 @@
|
||||
description: Платежная система
|
||||
description: Платежная система (visa, mastercard, и др.)
|
||||
type: string
|
||||
enum:
|
||||
- visa
|
||||
- mastercard
|
||||
- visaelectron
|
||||
- maestro
|
||||
- forbrugsforeningen
|
||||
- dankort
|
||||
- amex
|
||||
- dinersclub
|
||||
- discover
|
||||
- unionpay
|
||||
- jcb
|
||||
- nspkmir
|
||||
- elo
|
||||
- rupay
|
||||
- dummy
|
||||
- uzcard
|
||||
# enum:
|
||||
# - visa
|
||||
# - mastercard
|
||||
# - visaelectron
|
||||
# - maestro
|
||||
# - forbrugsforeningen
|
||||
# - dankort
|
||||
# - amex
|
||||
# - dinersclub
|
||||
# - discover
|
||||
# - unionpay
|
||||
# - jcb
|
||||
# - nspkmir
|
||||
# - elo
|
||||
# - rupay
|
||||
# - dummy
|
||||
# - uzcard
|
||||
|
@ -1,7 +1,7 @@
|
||||
description: Провайдер платежных токенов
|
||||
description: Провайдер платежных токенов (applepay, googlepay и др.)
|
||||
type: string
|
||||
enum:
|
||||
- applepay
|
||||
- googlepay
|
||||
- samsungpay
|
||||
- yandexpay
|
||||
# enum:
|
||||
# - applepay
|
||||
# - googlepay
|
||||
# - samsungpay
|
||||
# - yandexpay
|
||||
|
@ -1,9 +1,9 @@
|
||||
description: Тип криптовалюты
|
||||
description: Тип криптовалюты (напр. bitcoint, liteсoin и др.)
|
||||
type: string
|
||||
enum:
|
||||
- bitcoin
|
||||
- litecoin
|
||||
- bitcoinCash
|
||||
- ripple
|
||||
- ethereum
|
||||
- zcash
|
||||
# enum:
|
||||
# - bitcoin
|
||||
# - litecoin
|
||||
# - bitcoinCash
|
||||
# - ripple
|
||||
# - ethereum
|
||||
# - zcash
|
||||
|
@ -1,4 +1,4 @@
|
||||
description: Провайдер электронных денежных средств
|
||||
description: Провайдер электронных денежных средств (напр. qiwi)
|
||||
type: string
|
||||
enum:
|
||||
- qiwi
|
||||
# enum:
|
||||
# - qiwi
|
||||
|
@ -1,8 +1,8 @@
|
||||
description: Оператор сотовой связи
|
||||
description: Оператор сотовой связи (mts, beeline и др.)
|
||||
type: string
|
||||
enum:
|
||||
- mts
|
||||
- beeline
|
||||
- megafone
|
||||
- tele2
|
||||
- yota
|
||||
# enum:
|
||||
# - mts
|
||||
# - beeline
|
||||
# - megafone
|
||||
# - tele2
|
||||
# - yota
|
||||
|
@ -1,10 +1,10 @@
|
||||
description: Провайдер терминальной сети
|
||||
description: Провайдер терминальной сети (euroset, alipay и др.)
|
||||
type: string
|
||||
enum:
|
||||
- euroset
|
||||
- alipay
|
||||
- wechat
|
||||
- zotapay
|
||||
- qps
|
||||
- uzcard
|
||||
- rbs
|
||||
# enum:
|
||||
# - euroset
|
||||
# - alipay
|
||||
# - wechat
|
||||
# - zotapay
|
||||
# - qps
|
||||
# - uzcard
|
||||
# - rbs
|
||||
|
Loading…
Reference in New Issue
Block a user