mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
16 lines
442 B
YAML
16 lines
442 B
YAML
type: object
|
|
allOf:
|
|
- $ref: '#/definitions/TokenizedCardData'
|
|
- type: object
|
|
description: Платежные данные Samsung Pay
|
|
required:
|
|
- serviceID
|
|
- referenceID
|
|
properties:
|
|
serviceID:
|
|
description: Идентификатор сервиса в Samsung Pay
|
|
type: string
|
|
referenceID:
|
|
description: Идентификатор токена в Samsung Pay
|
|
type: string
|