[ci skip] deploy from aenglisc

This commit is contained in:
werckerbot 2020-04-22 13:39:52 +00:00
parent 953c278595
commit ba25d78442
2 changed files with 78 additions and 0 deletions

View File

@ -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
}
}
}
]
},

View File

@ -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: