Skip to content

Commit 7040d85

Browse files
[storedvalue] Automated update from Adyen/adyen-openapi@c43ebe2
1 parent c7150fe commit 7040d85

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"service": "storedvalue",
3+
"project": "java",
4+
"generatedAt": "2026-07-16T13:15:15Z",
5+
"openapiCommitSha": "c43ebe2c218116a98ddfa97cd5e4d63f6c427d6e",
6+
"automationCommitSha": "a7fa5d57782b5065affe714e9d9caaf5009a1e24",
7+
"libraryCommitSha": "c7150fe52b202cd5344750e8ae0d3b1b700ba729"
8+
}

src/main/java/com/adyen/model/storedvalue/StoredValueLoadRequest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class StoredValueLoadRequest {
4444
/** Mark when the attribute has been explicitly set. */
4545
private boolean isSetAmount = false;
4646

47-
/** The type of load you are trying to do, when absent we default to 'Load' */
47+
/** The type of load you are trying to do, when absent we default to 'load' */
4848
public enum LoadTypeEnum {
4949
MERCHANDISERETURN(String.valueOf("merchandiseReturn")),
5050

@@ -234,9 +234,9 @@ public void setAmount(Amount amount) {
234234
}
235235

236236
/**
237-
* The type of load you are trying to do, when absent we default to 'Load'
237+
* The type of load you are trying to do, when absent we default to 'load'
238238
*
239-
* @param loadType The type of load you are trying to do, when absent we default to 'Load'
239+
* @param loadType The type of load you are trying to do, when absent we default to 'load'
240240
* @return the current {@code StoredValueLoadRequest} instance, allowing for method chaining
241241
*/
242242
public StoredValueLoadRequest loadType(LoadTypeEnum loadType) {
@@ -246,10 +246,10 @@ public StoredValueLoadRequest loadType(LoadTypeEnum loadType) {
246246
}
247247

248248
/**
249-
* The type of load you are trying to do, when absent we default to 'Load'
249+
* The type of load you are trying to do, when absent we default to 'load'
250250
*
251251
* @return loadType The type of load you are trying to do, when absent we default to
252-
* 'Load'
252+
* 'load'
253253
*/
254254
@JsonProperty(JSON_PROPERTY_LOAD_TYPE)
255255
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -258,9 +258,9 @@ public LoadTypeEnum getLoadType() {
258258
}
259259

260260
/**
261-
* The type of load you are trying to do, when absent we default to 'Load'
261+
* The type of load you are trying to do, when absent we default to 'load'
262262
*
263-
* @param loadType The type of load you are trying to do, when absent we default to 'Load'
263+
* @param loadType The type of load you are trying to do, when absent we default to 'load'
264264
*/
265265
@JsonProperty(JSON_PROPERTY_LOAD_TYPE)
266266
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

0 commit comments

Comments
 (0)