Files
sendico/interface/api/payment_methods/response/payment_method.yaml
Stephan D 7d6d7c3f56 docs fix
2026-02-27 01:29:57 +01:00

16 lines
458 B
YAML

components:
schemas:
Payment MethodsAuthData:
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