10 lines
261 B
YAML
10 lines
261 B
YAML
components:
|
|
parameters:
|
|
Payment MethodsRef:
|
|
name: payment_methods_ref
|
|
in: path
|
|
required: true
|
|
description: Payment method reference, 24 hex chars.
|
|
schema:
|
|
$ref: ../../models/objectid.yaml#/components/schemas/ObjectId
|