Skip to content

Commit cc04bbc

Browse files
committed
## Csharp SDK Changes Detected:
* `Client.Settlements.List-Payments()`: `response.Embedded.Payments.[].BillingAddress.OrganizationName` **Changed** **Breaking** ⚠️ * `Client.Payments.Create()`: * `request.payment-request.BillingAddress.OrganizationName` **Changed** **Breaking** ⚠️ * `response.billingAddress.OrganizationName` **Changed** **Breaking** ⚠️ * `Client.Payments.List()`: `response.Embedded.Payments.[].BillingAddress.OrganizationName` **Changed** **Breaking** ⚠️ * `Client.Payments.Get()`: `response.billingAddress.OrganizationName` **Changed** **Breaking** ⚠️ * `Client.Payments.Update()`: * `requestBody.BillingAddress.OrganizationName` **Changed** **Breaking** ⚠️ * `response.billingAddress.OrganizationName` **Changed** **Breaking** ⚠️ * `Client.Payments.Cancel()`: `response.billingAddress.OrganizationName` **Changed** **Breaking** ⚠️ * `Client.Payment-Links.List-Payments()`: `response.Embedded.Payments.[].BillingAddress.OrganizationName` **Changed** **Breaking** ⚠️ * `Client.Customers.Create-Payment()`: * `request.payment-request.BillingAddress.OrganizationName` **Changed** **Breaking** ⚠️ * `response.billingAddress.OrganizationName` **Changed** **Breaking** ⚠️ * `Client.Customers.List-Payments()`: `response.Embedded.Payments.[].BillingAddress.OrganizationName` **Changed** **Breaking** ⚠️ * `Client.Subscriptions.List-Payments()`: `response.Embedded.Payments.[].BillingAddress.OrganizationName` **Changed** **Breaking** ⚠️
1 parent e4f4ae0 commit cc04bbc

Some content is hidden

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

54 files changed

+750
-123
lines changed

.speakeasy/gen.lock

Lines changed: 47 additions & 43 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.7.2
26+
version: 0.7.3
2727
additionalDependencies: []
2828
author: Speakeasy
2929
baseErrorName: BaseException

.speakeasy/out.openapi.yaml

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13271,7 +13271,7 @@ paths:
1327113271
issuer:
1327213272
$ref: '#/components/schemas/issuer'
1327313273
billingAddress:
13274-
$ref: '#/components/schemas/payment-address'
13274+
$ref: '#/components/schemas/billingAddress'
1327513275
shippingAddress:
1327613276
$ref: '#/components/schemas/payment-address'
1327713277
billingEmail:
@@ -27792,6 +27792,7 @@ components:
2779227792
- klarnasliceit
2779327793
- klarna
2779427794
- mbway
27795+
- mobilepay
2779527796
- multibanco
2779627797
- mybank
2779727798
- paybybank
@@ -27807,6 +27808,7 @@ components:
2780727808
- swish
2780827809
- trustly
2780927810
- twint
27811+
- vipps
2781027812
- voucher
2781127813
example: creditcard
2781227814
x-speakeasy-unknown-values: allow
@@ -29362,6 +29364,7 @@ components:
2936229364
- klarnapaynow
2936329365
- klarnasliceit
2936429366
- mbway
29367+
- mobilepay
2936529368
- multibanco
2936629369
- mybank
2936729370
- paybybank
@@ -29375,6 +29378,7 @@ components:
2937529378
- swish
2937629379
- trustly
2937729380
- twint
29381+
- vipps
2937829382
- voucher
2937929383
metadata:
2938029384
oneOf:
@@ -29946,7 +29950,15 @@ components:
2994629950
The details of subsequent recurring billing cycles. These parameters are used in the Mollie Checkout
2994729951
to inform the shopper of the details for recurring products in the payments.
2994829952
billingAddress:
29949-
$ref: '#/components/schemas/payment-address'
29953+
allOf:
29954+
- $ref: '#/components/schemas/payment-address'
29955+
- type: object
29956+
properties:
29957+
organizationName:
29958+
description: |-
29959+
The name of the organization, in case the addressee is an organization.
29960+
29961+
Required for payment method `billie`.
2995029962
description: |-
2995129963
The customer's billing address details. We advise to provide these details to improve fraud protection and
2995229964
conversion.
@@ -32635,6 +32647,24 @@ components:
3263532647
A valid issuer for iDEAL is for example `ideal_INGBNL2A` (for ING Bank).
3263632648
example: ideal_INGBNL2A
3263732649
writeOnly: true
32650+
billingAddress:
32651+
allOf:
32652+
- $ref: '#/components/schemas/payment-address'
32653+
- type: object
32654+
properties:
32655+
organizationName:
32656+
description: |-
32657+
The name of the organization, in case the addressee is an organization.
32658+
32659+
Required for payment method `billie`.
32660+
description: |-
32661+
The customer's billing address details. We advise to provide these details to improve fraud protection and
32662+
conversion.
32663+
32664+
Should include `email` or a valid postal address consisting of `streetAndNumber`, `postalCode`, `city` and
32665+
`country`.
32666+
32667+
Required for payment method `in3`, `klarna`, `billie` and `riverty`.
3263832668
method-status:
3263932669
type: string
3264032670
description: The payment method's activation status for this profile.
@@ -34642,7 +34672,15 @@ components:
3464234672
The details of subsequent recurring billing cycles. These parameters are used in the Mollie Checkout
3464334673
to inform the shopper of the details for recurring products in the payments.
3464434674
billingAddress:
34645-
$ref: '#/components/schemas/payment-address'
34675+
allOf:
34676+
- $ref: '#/components/schemas/payment-address'
34677+
- type: object
34678+
properties:
34679+
organizationName:
34680+
description: |-
34681+
The name of the organization, in case the addressee is an organization.
34682+
34683+
Required for payment method `billie`.
3464634684
description: |-
3464734685
The customer's billing address details. We advise to provide these details to improve fraud protection and
3464834686
conversion.
@@ -35586,6 +35624,7 @@ components:
3558635624
- klarnapaynow
3558735625
- klarnasliceit
3558835626
- mbway
35627+
- mobilepay
3558935628
- multibanco
3559035629
- mybank
3559135630
- paybybank
@@ -35599,6 +35638,7 @@ components:
3559935638
- swish
3560035639
- trustly
3560135640
- twint
35641+
- vipps
3560235642
- voucher
3560335643
x-speakeasy-unknown-values: allow
3560435644
capture-mode-response:

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.636.0
1+
speakeasyVersion: 1.636.3
22
sources:
33
Mollie API:
44
sourceNamespace: mollie-api
5-
sourceRevisionDigest: sha256:c32b1bd1d7cff118671ab42575b714af3e440632438a3fc45f1c7d4bf51b6e09
6-
sourceBlobDigest: sha256:c25d9de5553bc35fa6d544eca0d749a6ab56d454bd381ae1947a7e445dba213d
5+
sourceRevisionDigest: sha256:326aab65643d70b0e11a5ddb9e5e20800a7ab17699f150f359417c77fc25e531
6+
sourceBlobDigest: sha256:e6075c576269c2e8d437c9a41b0bade92401d6a87245854b2c89a7ff85bc598a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1759909877
9+
- speakeasy-sdk-regen-1760054809
1010
- 1.0.0
1111
targets:
1212
client:
1313
source: Mollie API
1414
sourceNamespace: mollie-api
15-
sourceRevisionDigest: sha256:c32b1bd1d7cff118671ab42575b714af3e440632438a3fc45f1c7d4bf51b6e09
16-
sourceBlobDigest: sha256:c25d9de5553bc35fa6d544eca0d749a6ab56d454bd381ae1947a7e445dba213d
15+
sourceRevisionDigest: sha256:326aab65643d70b0e11a5ddb9e5e20800a7ab17699f150f359417c77fc25e531
16+
sourceBlobDigest: sha256:e6075c576269c2e8d437c9a41b0bade92401d6a87245854b2c89a7ff85bc598a
1717
codeSamplesNamespace: mollie-api-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:f99f3db2998b7ab22de87576d18bccec323e13cc6ff01337b295b0bcf248d7e5
18+
codeSamplesRevisionDigest: sha256:fd543ab6c24b7f14ef13478f6deb03dbb4553897d34bf425f393670852fa91d6
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
@@ -308,4 +308,14 @@ Based on:
308308
### Generated
309309
- [csharp v0.7.2] .
310310
### Releases
311-
- [NuGet v0.7.2] https://www.nuget.org/packages/Mollie/0.7.2 - .
311+
- [NuGet v0.7.2] https://www.nuget.org/packages/Mollie/0.7.2 - .
312+
313+
## 2025-10-10 00:06:28
314+
### Changes
315+
Based on:
316+
- OpenAPI Doc
317+
- Speakeasy CLI 1.636.3 (2.723.11) https://github.com/speakeasy-api/speakeasy
318+
### Generated
319+
- [csharp v0.7.3] .
320+
### Releases
321+
- [NuGet v0.7.3] https://www.nuget.org/packages/Mollie/0.7.3 - .

0 commit comments

Comments
 (0)