diff --git a/json/RecurringService-v25.json b/json/RecurringService-v25.json index 703ba73..65d7301 100644 --- a/json/RecurringService-v25.json +++ b/json/RecurringService-v25.json @@ -483,13 +483,13 @@ "additionalProperties" : false, "properties" : { "currency" : { - "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).", "maxLength" : 3, "minLength" : 3, "type" : "string" }, "value" : { - "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).", "format" : "int64", "type" : "integer" } diff --git a/json/RecurringService-v30.json b/json/RecurringService-v30.json index 6e4ed1e..3f90109 100644 --- a/json/RecurringService-v30.json +++ b/json/RecurringService-v30.json @@ -483,13 +483,13 @@ "additionalProperties" : false, "properties" : { "currency" : { - "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).", "maxLength" : 3, "minLength" : 3, "type" : "string" }, "value" : { - "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).", "format" : "int64", "type" : "integer" } diff --git a/json/RecurringService-v40.json b/json/RecurringService-v40.json index 71a468f..682ad4a 100644 --- a/json/RecurringService-v40.json +++ b/json/RecurringService-v40.json @@ -577,13 +577,13 @@ "additionalProperties" : false, "properties" : { "currency" : { - "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).", "maxLength" : 3, "minLength" : 3, "type" : "string" }, "value" : { - "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).", "format" : "int64", "type" : "integer" } diff --git a/json/RecurringService-v49.json b/json/RecurringService-v49.json index e4f8f81..dbff882 100644 --- a/json/RecurringService-v49.json +++ b/json/RecurringService-v49.json @@ -577,13 +577,13 @@ "additionalProperties" : false, "properties" : { "currency" : { - "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).", "maxLength" : 3, "minLength" : 3, "type" : "string" }, "value" : { - "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).", "format" : "int64", "type" : "integer" } diff --git a/json/RecurringService-v67.json b/json/RecurringService-v67.json index 338b3b3..e919b64 100644 --- a/json/RecurringService-v67.json +++ b/json/RecurringService-v67.json @@ -671,13 +671,13 @@ "additionalProperties" : false, "properties" : { "currency" : { - "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).", "maxLength" : 3, "minLength" : 3, "type" : "string" }, "value" : { - "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).", "format" : "int64", "type" : "integer" } diff --git a/json/RecurringService-v68.json b/json/RecurringService-v68.json index 608db7f..55e3d19 100644 --- a/json/RecurringService-v68.json +++ b/json/RecurringService-v68.json @@ -671,13 +671,13 @@ "additionalProperties" : false, "properties" : { "currency" : { - "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).", "maxLength" : 3, "minLength" : 3, "type" : "string" }, "value" : { - "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).", + "description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).", "format" : "int64", "type" : "integer" } diff --git a/yaml/RecurringService-v25.yaml b/yaml/RecurringService-v25.yaml index 3183459..9a947ab 100644 --- a/yaml/RecurringService-v25.yaml +++ b/yaml/RecurringService-v25.yaml @@ -339,12 +339,12 @@ components: additionalProperties: false properties: currency: - description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). + description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes). maxLength: 3 minLength: 3 type: string value: - description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes). + description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units). format: int64 type: integer required: diff --git a/yaml/RecurringService-v30.yaml b/yaml/RecurringService-v30.yaml index 635ac9d..3272c62 100644 --- a/yaml/RecurringService-v30.yaml +++ b/yaml/RecurringService-v30.yaml @@ -339,12 +339,12 @@ components: additionalProperties: false properties: currency: - description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). + description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes). maxLength: 3 minLength: 3 type: string value: - description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes). + description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units). format: int64 type: integer required: diff --git a/yaml/RecurringService-v40.yaml b/yaml/RecurringService-v40.yaml index 6490bbb..d8018fc 100644 --- a/yaml/RecurringService-v40.yaml +++ b/yaml/RecurringService-v40.yaml @@ -395,12 +395,12 @@ components: additionalProperties: false properties: currency: - description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). + description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes). maxLength: 3 minLength: 3 type: string value: - description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes). + description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units). format: int64 type: integer required: diff --git a/yaml/RecurringService-v49.yaml b/yaml/RecurringService-v49.yaml index a8552db..64f2a45 100644 --- a/yaml/RecurringService-v49.yaml +++ b/yaml/RecurringService-v49.yaml @@ -395,12 +395,12 @@ components: additionalProperties: false properties: currency: - description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). + description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes). maxLength: 3 minLength: 3 type: string value: - description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes). + description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units). format: int64 type: integer required: diff --git a/yaml/RecurringService-v67.yaml b/yaml/RecurringService-v67.yaml index 2a28269..a56819b 100644 --- a/yaml/RecurringService-v67.yaml +++ b/yaml/RecurringService-v67.yaml @@ -450,12 +450,12 @@ components: additionalProperties: false properties: currency: - description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). + description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes). maxLength: 3 minLength: 3 type: string value: - description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes). + description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units). format: int64 type: integer required: diff --git a/yaml/RecurringService-v68.yaml b/yaml/RecurringService-v68.yaml index 8dbaa3c..ee2ec40 100644 --- a/yaml/RecurringService-v68.yaml +++ b/yaml/RecurringService-v68.yaml @@ -450,12 +450,12 @@ components: additionalProperties: false properties: currency: - description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes). + description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes). maxLength: 3 minLength: 3 type: string value: - description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes). + description: The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units). format: int64 type: integer required: