From e6fb1d1f27414a02190992ba352b4b5d57643bd8 Mon Sep 17 00:00:00 2001 From: Tom Rogers Date: Wed, 12 Oct 2022 10:31:28 +0200 Subject: [PATCH] Add missing Created and Updated to MastercardAction The following properties were missing from the model in the Java SDK. The properties are listed here: https://doc.bunq.com/#/mastercard-action/List_all_MastercardAction_for_User_MonetaryAccount and this was further tested using Postman --- .../model/generated/endpoint/MasterCardAction.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/main/java/com/bunq/sdk/model/generated/endpoint/MasterCardAction.java b/src/main/java/com/bunq/sdk/model/generated/endpoint/MasterCardAction.java index 418b034a..75abad85 100644 --- a/src/main/java/com/bunq/sdk/model/generated/endpoint/MasterCardAction.java +++ b/src/main/java/com/bunq/sdk/model/generated/endpoint/MasterCardAction.java @@ -42,6 +42,20 @@ public class MasterCardAction extends BunqModel { @Expose @SerializedName("id") private Integer id; + + /** + * The date string of when the MastercardAction was created + */ + @Expose + @SerializedName("created") + private String created; + + /** + * The date string of when the MastercardAction was last updated + */ + @Expose + @SerializedName("updated") + private String updated; /** * The id of the monetary account this action links to.