Files
sendico/interface/api/payment_methods/response/payment_method.yaml
2026-02-24 21:26:31 +03:00

16 lines
457 B
YAML

components:
schemas:
PaymentMethodsAuthData:
type: object
additionalProperties: false
required:
- accessToken
- payment_methods
properties:
accessToken:
$ref: ../../../models/auth/token_data.yaml#/components/schemas/TokenData
payment_methods:
type: array
items:
$ref: ../../../models/payment_method/payment_method.yaml#/components/schemas/PaymentMethod