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"
|
"$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"
|
"$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:
|
allOf:
|
||||||
- $ref: '#/definitions/ReceiverResource'
|
- $ref: '#/definitions/ReceiverResource'
|
||||||
- $ref: '#/definitions/SecuredBankCard'
|
- $ref: '#/definitions/SecuredBankCard'
|
||||||
|
- type: object
|
||||||
|
properties:
|
||||||
|
paymentSystem:
|
||||||
|
description: Платежная система
|
||||||
|
type: string
|
||||||
|
enum:
|
||||||
|
- visa
|
||||||
|
- mastercard
|
||||||
|
- visaelectron
|
||||||
|
- maestro
|
||||||
|
- amex
|
||||||
|
- dinersclub
|
||||||
|
- discover
|
||||||
|
- unionpay
|
||||||
|
- jcb
|
||||||
|
- nspkmir
|
||||||
|
readOnly: true
|
||||||
BankCardReceiverResourceParams:
|
BankCardReceiverResourceParams:
|
||||||
description: Банковская карта
|
description: Банковская карта
|
||||||
allOf:
|
allOf:
|
||||||
@ -1849,6 +1866,23 @@ definitions:
|
|||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/definitions/SenderResource'
|
- $ref: '#/definitions/SenderResource'
|
||||||
- $ref: '#/definitions/SecuredBankCard'
|
- $ref: '#/definitions/SecuredBankCard'
|
||||||
|
- type: object
|
||||||
|
properties:
|
||||||
|
paymentSystem:
|
||||||
|
description: Платежная система
|
||||||
|
type: string
|
||||||
|
enum:
|
||||||
|
- visa
|
||||||
|
- mastercard
|
||||||
|
- visaelectron
|
||||||
|
- maestro
|
||||||
|
- amex
|
||||||
|
- dinersclub
|
||||||
|
- discover
|
||||||
|
- unionpay
|
||||||
|
- jcb
|
||||||
|
- nspkmir
|
||||||
|
readOnly: true
|
||||||
BankCardSenderResourceParams:
|
BankCardSenderResourceParams:
|
||||||
description: Банковская карта
|
description: Банковская карта
|
||||||
allOf:
|
allOf:
|
||||||
|
Loading…
Reference in New Issue
Block a user