From 57ba0a435d796a9c61b9dc9920c20d5d90025d2a Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:48:16 +0000 Subject: [PATCH 1/4] Changes generated by 4f32748d5329811f29aa7ecf6eab5461d9a78904 This commit was automatically created from gocardless/gocardless-pro-java-template@4f32748d5329811f29aa7ecf6eab5461d9a78904 by the `push-files` action. Workflow run: https://github.com/gocardless/gocardless-pro-java-template/actions/runs/18713638762 --- src/main/java/com/gocardless/http/ListResponse.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/gocardless/http/ListResponse.java b/src/main/java/com/gocardless/http/ListResponse.java index 0f102486..57d52143 100644 --- a/src/main/java/com/gocardless/http/ListResponse.java +++ b/src/main/java/com/gocardless/http/ListResponse.java @@ -158,11 +158,11 @@ public List getSubscriptions() { return subscriptions; } - Linked(List creditors, List refunds, List customers, - List instalmentSchedules, List subscriptions, - List billingRequests, List payouts, - List schemeIdentifiers, List mandates, - List outboundPayments, List payments, + Linked(List instalmentSchedules, List customers, + List mandates, List refunds, List billingRequests, + List creditors, List payments, List payouts, + List outboundPayments, List subscriptions, + List schemeIdentifiers, List payerAuthorisations) { this.billingRequests = billingRequests; this.creditors = creditors; From 7b97fe38a0ffe665709a589cf4e5c3279a1a3d9d Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 15:00:00 +0000 Subject: [PATCH 2/4] Changes generated by ea6fc372ec93ef7ebb527b7070ac93b40b28e70f This commit was automatically created from gocardless/gocardless-pro-java-template@ea6fc372ec93ef7ebb527b7070ac93b40b28e70f by the `push-files` action. Workflow run: https://github.com/gocardless/gocardless-pro-java-template/actions/runs/18720427083 --- src/main/java/com/gocardless/http/ListResponse.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/gocardless/http/ListResponse.java b/src/main/java/com/gocardless/http/ListResponse.java index 57d52143..def4cf36 100644 --- a/src/main/java/com/gocardless/http/ListResponse.java +++ b/src/main/java/com/gocardless/http/ListResponse.java @@ -158,12 +158,11 @@ public List getSubscriptions() { return subscriptions; } - Linked(List instalmentSchedules, List customers, - List mandates, List refunds, List billingRequests, - List creditors, List payments, List payouts, - List outboundPayments, List subscriptions, - List schemeIdentifiers, - List payerAuthorisations) { + Linked(List mandates, List payouts, List billingRequests, + List payerAuthorisations, List payments, + List subscriptions, List customers, List refunds, + List outboundPayments, List schemeIdentifiers, + List instalmentSchedules, List creditors) { this.billingRequests = billingRequests; this.creditors = creditors; this.customers = customers; From 12b5f4009d0d35842b57f39718ec789b1fdd123d Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 10:14:39 +0000 Subject: [PATCH 3/4] Changes generated by 71cde8dd43d1af409bd90425d1e629134e57f074 This commit was automatically created from gocardless/gocardless-pro-java-template@71cde8dd43d1af409bd90425d1e629134e57f074 by the `push-files` action. Workflow run: https://github.com/gocardless/gocardless-pro-java-template/actions/runs/18744996430 --- src/main/java/com/gocardless/http/ListResponse.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/gocardless/http/ListResponse.java b/src/main/java/com/gocardless/http/ListResponse.java index def4cf36..bd2ed2c9 100644 --- a/src/main/java/com/gocardless/http/ListResponse.java +++ b/src/main/java/com/gocardless/http/ListResponse.java @@ -158,11 +158,12 @@ public List getSubscriptions() { return subscriptions; } - Linked(List mandates, List payouts, List billingRequests, + Linked(List billingRequests, List creditors, + List customers, List instalmentSchedules, + List mandates, List outboundPayments, List payerAuthorisations, List payments, - List subscriptions, List customers, List refunds, - List outboundPayments, List schemeIdentifiers, - List instalmentSchedules, List creditors) { + List payouts, List refunds, + List schemeIdentifiers, List subscriptions) { this.billingRequests = billingRequests; this.creditors = creditors; this.customers = customers; From a35b97e37affc44cb1d1938a4bd541a56f2ef3ce Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 11:36:11 +0000 Subject: [PATCH 4/4] Changes generated by 382e0b02506ac623c6a218cdfff40e2e23e7afe2 This commit was automatically created from gocardless/gocardless-pro-java-template@382e0b02506ac623c6a218cdfff40e2e23e7afe2 by the `push-files` action. Workflow run: https://github.com/gocardless/gocardless-pro-java-template/actions/runs/18746981147 --- .../gocardless/resources/BillingRequest.java | 20 ------------------- .../resources/BillingRequestWithAction.java | 20 ------------------- 2 files changed, 40 deletions(-) diff --git a/src/main/java/com/gocardless/resources/BillingRequest.java b/src/main/java/com/gocardless/resources/BillingRequest.java index cb83389a..055aafed 100644 --- a/src/main/java/com/gocardless/resources/BillingRequest.java +++ b/src/main/java/com/gocardless/resources/BillingRequest.java @@ -296,26 +296,6 @@ public enum Type { UNKNOWN } - /** - * Represents a available currency resource returned from the API. - * - * List of currencies the current mandate supports - */ - public static class AvailableCurrencies { - private AvailableCurrencies() { - // blank to prevent instantiation - } - - private String currency; - - /** - * [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217#Active_codes) currency code. - */ - public String getCurrency() { - return currency; - } - } - /** * Represents a bank authorisation resource returned from the API. * diff --git a/src/main/java/com/gocardless/resources/BillingRequestWithAction.java b/src/main/java/com/gocardless/resources/BillingRequestWithAction.java index 642bd244..29e6d39a 100644 --- a/src/main/java/com/gocardless/resources/BillingRequestWithAction.java +++ b/src/main/java/com/gocardless/resources/BillingRequestWithAction.java @@ -498,26 +498,6 @@ public enum Type { UNKNOWN } - /** - * Represents a available currency resource returned from the API. - * - * List of currencies the current mandate supports - */ - public static class AvailableCurrencies { - private AvailableCurrencies() { - // blank to prevent instantiation - } - - private String currency; - - /** - * [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217#Active_codes) currency code. - */ - public String getCurrency() { - return currency; - } - } - /** * Represents a bank authorisation resource returned from the API. *