Print bank card BIN (#190)

This commit is contained in:
Anton Belyaev 2018-05-08 16:09:27 +03:00 committed by GitHub
parent 33e03b377e
commit ff1cff34ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,10 @@ properties:
description: Маскированый номер карты
type: string
pattern: '^\d{2,4}$'
bin:
description: BIN банка-эмитента карты
type: string
pattern: '^\d{6,8}$'
paymentSystem:
x-rebillyMerge:
- $ref: '#/definitions/BankCardPaymentSystem'