Skip to content

Commit

Permalink
Update delinquencyPeriod and delinquencyTime description (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-yasko authored Feb 28, 2024
1 parent 6d6cf55 commit bd38494
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions openapi/components/schemas/Invoice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,8 @@ properties:
delinquencyTime:
description: |-
Date and time when the related order is considered delinquent, and is canceled.
The current invoice is abandoned along with order invoices that have the `unpaid` or `past-due` status.
If this value is `null`, no delinquency time is configured.
If the `dueTime` of the order becomes greater than the `delinquencyTime` value,
If the `dueTime` of the order becomes greater than the `delinquencyTime` value,
the `delinquencyTime` value becomes equal to `dueTime`.
If an invoice is not related to an order, this field can only be `null`.
Expand Down
1 change: 0 additions & 1 deletion openapi/components/schemas/Subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ properties:
Length of time, in ISO-8601 durations format,
which is added to the due time of the order when setting the delinquency time for all related invoices.
When the delinquency time of an invoice is reached, the order is automatically canceled.
The current invoice is abandoned along with order invoices that have the `unpaid` or `past-due` status.
If the provided value is `null`, the order does not change state.
example: P7D
Expand Down

0 comments on commit bd38494

Please sign in to comment.