mirror of
https://github.com/valitydev/wallets-api.git
synced 2024-11-06 10:55:23 +00:00
[ci skip] deploy from aenglisc
This commit is contained in:
parent
953c278595
commit
ba25d78442
@ -2781,6 +2781,28 @@
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/SecuredBankCard"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"paymentSystem": {
|
||||
"description": "Платежная система",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"visa",
|
||||
"mastercard",
|
||||
"visaelectron",
|
||||
"maestro",
|
||||
"amex",
|
||||
"dinersclub",
|
||||
"discover",
|
||||
"unionpay",
|
||||
"jcb",
|
||||
"nspkmir"
|
||||
],
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -2803,6 +2825,28 @@
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/SecuredBankCard"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"paymentSystem": {
|
||||
"description": "Платежная система",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"visa",
|
||||
"mastercard",
|
||||
"visaelectron",
|
||||
"maestro",
|
||||
"amex",
|
||||
"dinersclub",
|
||||
"discover",
|
||||
"unionpay",
|
||||
"jcb",
|
||||
"nspkmir"
|
||||
],
|
||||
"readOnly": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1839,6 +1839,23 @@ definitions:
|
||||
allOf:
|
||||
- $ref: '#/definitions/ReceiverResource'
|
||||
- $ref: '#/definitions/SecuredBankCard'
|
||||
- type: object
|
||||
properties:
|
||||
paymentSystem:
|
||||
description: Платежная система
|
||||
type: string
|
||||
enum:
|
||||
- visa
|
||||
- mastercard
|
||||
- visaelectron
|
||||
- maestro
|
||||
- amex
|
||||
- dinersclub
|
||||
- discover
|
||||
- unionpay
|
||||
- jcb
|
||||
- nspkmir
|
||||
readOnly: true
|
||||
BankCardReceiverResourceParams:
|
||||
description: Банковская карта
|
||||
allOf:
|
||||
@ -1849,6 +1866,23 @@ definitions:
|
||||
allOf:
|
||||
- $ref: '#/definitions/SenderResource'
|
||||
- $ref: '#/definitions/SecuredBankCard'
|
||||
- type: object
|
||||
properties:
|
||||
paymentSystem:
|
||||
description: Платежная система
|
||||
type: string
|
||||
enum:
|
||||
- visa
|
||||
- mastercard
|
||||
- visaelectron
|
||||
- maestro
|
||||
- amex
|
||||
- dinersclub
|
||||
- discover
|
||||
- unionpay
|
||||
- jcb
|
||||
- nspkmir
|
||||
readOnly: true
|
||||
BankCardSenderResourceParams:
|
||||
description: Банковская карта
|
||||
allOf:
|
||||
|
Loading…
Reference in New Issue
Block a user