You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Open Payments specific property that defines the limits under which outgoing payments can be created.
527
-
allOf:
528
-
- $ref: '#/components/schemas/limits-outgoing'
521
+
oneOf:
529
522
- type: object
530
523
properties:
531
524
debitAmount:
532
525
description: 'All amounts are maxima, i.e. multiple payments can be created under a grant as long as the total amounts of these payments do not exceed the maximum amount per interval as specified in the grant.'
533
526
$ref: ./schemas.yaml#/components/schemas/amount
534
527
required:
535
528
- debitAmount
536
-
limits-outgoing-receive-amount:
537
-
title: limits-outgoing-receive-amount
538
-
description: Open Payments specific property that defines the limits under which outgoing payments can be created.
0 commit comments