Skip to content

Commit 0eefe5a

Browse files
committed
## Csharp SDK Changes Detected:
* `Client.Settlements.List()`: `response.Embedded.Settlements.[].Periods.{}` **Changed** **Breaking** ⚠️ * `Client.Settlements.Get()`: `response.periods.{}` **Changed** **Breaking** ⚠️ * `Client.Settlements.Get-Open()`: `response.periods.{}` **Changed** **Breaking** ⚠️ * `Client.Settlements.Get-Next()`: `response.periods.{}` **Changed** **Breaking** ⚠️
1 parent aae9141 commit 0eefe5a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+421
-77
lines changed

.speakeasy/gen.lock

Lines changed: 23 additions & 10 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ generation:
2323
generateNewTests: true
2424
skipResponseBodyAssertions: false
2525
csharp:
26-
version: 0.5.4
26+
version: 0.5.5
2727
additionalDependencies: []
2828
author: Speakeasy
2929
baseErrorName: BaseException

.speakeasy/out.openapi.yaml

Lines changed: 75 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28636,8 +28636,81 @@ components:
2863628636

2863728637
The example response should give a good idea of what this looks like in practise.
2863828638
readOnly: true
28639-
properties: {}
28640-
additionalProperties: true
28639+
additionalProperties:
28640+
type: object
28641+
additionalProperties:
28642+
type: object
28643+
properties:
28644+
costs:
28645+
type: array
28646+
description: An array of cost objects, describing the fees withheld for each payment method during this period.
28647+
items:
28648+
type: object
28649+
properties:
28650+
description:
28651+
type: string
28652+
description: A description of the cost subtotal
28653+
example: Credit card - Visa debit consumer domestic
28654+
method:
28655+
$ref: '#/components/schemas/payment-method'
28656+
count:
28657+
type: integer
28658+
description: The number of fees
28659+
example: 10
28660+
rate:
28661+
type: object
28662+
description: The service rates, further divided into `fixed` and `percentage` costs.
28663+
properties:
28664+
fixed:
28665+
$ref: '#/components/schemas/amount'
28666+
percentage:
28667+
$ref: '#/components/schemas/amount'
28668+
amountNet:
28669+
$ref: '#/components/schemas/amount'
28670+
description: The net total cost, i.e. excluding VAT
28671+
amountVat:
28672+
$ref: '#/components/schemas/amount'
28673+
description: The applicable VAT
28674+
amountGross:
28675+
$ref: '#/components/schemas/amount'
28676+
description: The gross total cost, i.e. including VAT
28677+
revenue:
28678+
type: array
28679+
description: An array of revenue objects containing the total revenue for each payment method during this period.
28680+
items:
28681+
type: object
28682+
properties:
28683+
description:
28684+
type: string
28685+
description: A description of the revenue subtotal
28686+
example: Credit card
28687+
method:
28688+
$ref: '#/components/schemas/payment-method'
28689+
count:
28690+
type: integer
28691+
description: The number of payments
28692+
example: 10
28693+
amountNet:
28694+
$ref: '#/components/schemas/amount'
28695+
description: The net total of received funds, i.e. excluding VAT
28696+
amountVat:
28697+
$ref: '#/components/schemas/amount'
28698+
description: The applicable VAT
28699+
amountGross:
28700+
$ref: '#/components/schemas/amount'
28701+
description: The gross total of received funds, i.e. including VAT
28702+
invoiceId:
28703+
$ref: '#/components/schemas/invoiceToken'
28704+
type:
28705+
- string
28706+
- 'null'
28707+
description: The ID of the invoice created for this period, if the invoice has been created already.
28708+
invoiceReference:
28709+
type:
28710+
- string
28711+
- 'null'
28712+
description: The invoice reference, if the invoice has been created already.
28713+
example: MOLR2021.0001399669
2864128714
_links:
2864228715
type: object
2864328716
description: An object with several relevant URLs. Every URL object will contain an `href` and a `type` field.

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.617.1
1+
speakeasyVersion: 1.621.0
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:83e04faa98825cdbaf9cd61fd32fdadf1208905021810aaaed461e701e67c0c4
6-
sourceBlobDigest: sha256:99b9764cd3d8b1bd063e45baf0a7b66450be3b6232e63deb91662a7c85cd01bb
5+
sourceRevisionDigest: sha256:df6a740b9968ed2fd3ba3f1900de1a86eace86ad0d26f08d072a624547f3c603
6+
sourceBlobDigest: sha256:2effd9e2fea6393c44d28281672f3d02093a941545dbce534e16eb5315b5e91c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1758067592
9+
- speakeasy-sdk-regen-1758292275
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:83e04faa98825cdbaf9cd61fd32fdadf1208905021810aaaed461e701e67c0c4
16-
sourceBlobDigest: sha256:99b9764cd3d8b1bd063e45baf0a7b66450be3b6232e63deb91662a7c85cd01bb
15+
sourceRevisionDigest: sha256:df6a740b9968ed2fd3ba3f1900de1a86eace86ad0d26f08d072a624547f3c603
16+
sourceBlobDigest: sha256:2effd9e2fea6393c44d28281672f3d02093a941545dbce534e16eb5315b5e91c
1717
codeSamplesNamespace: mollie-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:b02f2ece3bbf2df97f72ef216eba28a51ab5bfb7c6b95d57c5c683cd3994625f
18+
codeSamplesRevisionDigest: sha256:ded859ffae1b994b9ef6d34dcca73a74e5cd2fa97c88fa31c5402e2931de2ecd
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,14 @@ Based on:
228228
### Generated
229229
- [csharp v0.5.4] .
230230
### Releases
231-
- [NuGet v0.5.4] https://www.nuget.org/packages/Mollie/0.5.4 - .
231+
- [NuGet v0.5.4] https://www.nuget.org/packages/Mollie/0.5.4 - .
232+
233+
## 2025-09-19 14:30:55
234+
### Changes
235+
Based on:
236+
- OpenAPI Doc
237+
- Speakeasy CLI 1.621.0 (2.707.0) https://github.com/speakeasy-api/speakeasy
238+
### Generated
239+
- [csharp v0.5.5] .
240+
### Releases
241+
- [NuGet v0.5.5] https://www.nuget.org/packages/Mollie/0.5.5 - .

docs/Models/Components/Cost.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Cost
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
8+
| `Description` | *string* | :heavy_minus_sign: | A description of the cost subtotal | Credit card - Visa debit consumer domestic |
9+
| `Method` | [PaymentMethod](../../Models/Components/PaymentMethod.md) | :heavy_minus_sign: | The payment method, if applicable | creditcard |
10+
| `Count` | *long* | :heavy_minus_sign: | The number of fees | 10 |
11+
| `Rate` | [Rate](../../Models/Components/Rate.md) | :heavy_minus_sign: | The service rates, further divided into `fixed` and `percentage` costs. | |
12+
| `AmountNet` | [Amount](../../Models/Components/Amount.md) | :heavy_minus_sign: | In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field. | |
13+
| `AmountVat` | [Amount](../../Models/Components/Amount.md) | :heavy_minus_sign: | In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field. | |
14+
| `AmountGross` | [Amount](../../Models/Components/Amount.md) | :heavy_minus_sign: | In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field. | |

0 commit comments

Comments
 (0)