Skip to content

Commit 24ff991

Browse files
AdyenAutomationBotAdyenAutomationBotgcatanese
authored
Code generation: update services and models (#1574)
* false[adyen-sdk-automation] automated change * style(fmt): code formatted * Revert SCA services and models * Revert SCA services and models --------- Co-authored-by: AdyenAutomationBot <AdyenAutomationBot 38424300+AdyenAutomationBot@users.noreply.github.com> Co-authored-by: gcatanese <gcatanese@yahoo.com>
1 parent a2bf86b commit 24ff991

File tree

6 files changed

+353
-185
lines changed

6 files changed

+353
-185
lines changed

src/main/java/com/adyen/model/legalentitymanagement/Financier.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,10 @@ public void setLastName(String lastName) {
139139
}
140140

141141
/**
142-
* The location of the financier.
142+
* The city and country/region where the financier is currently located. For example: Chicago, USA
143143
*
144-
* @param location The location of the financier.
144+
* @param location The city and country/region where the financier is currently located. For
145+
* example: Chicago, USA
145146
* @return the current {@code Financier} instance, allowing for method chaining
146147
*/
147148
public Financier location(String location) {
@@ -150,9 +151,10 @@ public Financier location(String location) {
150151
}
151152

152153
/**
153-
* The location of the financier.
154+
* The city and country/region where the financier is currently located. For example: Chicago, USA
154155
*
155-
* @return location The location of the financier.
156+
* @return location The city and country/region where the financier is currently located. For
157+
* example: Chicago, USA
156158
*/
157159
@JsonProperty(JSON_PROPERTY_LOCATION)
158160
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -161,9 +163,10 @@ public String getLocation() {
161163
}
162164

163165
/**
164-
* The location of the financier.
166+
* The city and country/region where the financier is currently located. For example: Chicago, USA
165167
*
166-
* @param location The location of the financier.
168+
* @param location The city and country/region where the financier is currently located. For
169+
* example: Chicago, USA
167170
*/
168171
@JsonProperty(JSON_PROPERTY_LOCATION)
169172
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

0 commit comments

Comments
 (0)