diff --git a/sdk-generation-log/storedvalue.json b/sdk-generation-log/storedvalue.json new file mode 100644 index 000000000..66980d379 --- /dev/null +++ b/sdk-generation-log/storedvalue.json @@ -0,0 +1,8 @@ +{ + "service": "storedvalue", + "project": "java", + "generatedAt": "2026-07-20T14:14:57Z", + "openapiCommitSha": "c43ebe2c218116a98ddfa97cd5e4d63f6c427d6e", + "automationCommitSha": "0c108bd8050cf480d2710b78b770afdfbdd89397", + "libraryCommitSha": "d74a6278bcfdad690c3371f38186f04c516a1995" +} diff --git a/src/main/java/com/adyen/model/storedvalue/StoredValueLoadRequest.java b/src/main/java/com/adyen/model/storedvalue/StoredValueLoadRequest.java index 6fbc2d625..18121ea93 100644 --- a/src/main/java/com/adyen/model/storedvalue/StoredValueLoadRequest.java +++ b/src/main/java/com/adyen/model/storedvalue/StoredValueLoadRequest.java @@ -44,7 +44,7 @@ public class StoredValueLoadRequest { /** Mark when the attribute has been explicitly set. */ private boolean isSetAmount = false; - /** The type of load you are trying to do, when absent we default to 'Load' */ + /** The type of load you are trying to do, when absent we default to 'load' */ public enum LoadTypeEnum { MERCHANDISERETURN(String.valueOf("merchandiseReturn")), @@ -234,9 +234,9 @@ public void setAmount(Amount amount) { } /** - * The type of load you are trying to do, when absent we default to 'Load' + * The type of load you are trying to do, when absent we default to 'load' * - * @param loadType The type of load you are trying to do, when absent we default to 'Load' + * @param loadType The type of load you are trying to do, when absent we default to 'load' * @return the current {@code StoredValueLoadRequest} instance, allowing for method chaining */ public StoredValueLoadRequest loadType(LoadTypeEnum loadType) { @@ -246,10 +246,10 @@ public StoredValueLoadRequest loadType(LoadTypeEnum loadType) { } /** - * The type of load you are trying to do, when absent we default to 'Load' + * The type of load you are trying to do, when absent we default to 'load' * * @return loadType The type of load you are trying to do, when absent we default to - * 'Load' + * 'load' */ @JsonProperty(JSON_PROPERTY_LOAD_TYPE) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) @@ -258,9 +258,9 @@ public LoadTypeEnum getLoadType() { } /** - * The type of load you are trying to do, when absent we default to 'Load' + * The type of load you are trying to do, when absent we default to 'load' * - * @param loadType The type of load you are trying to do, when absent we default to 'Load' + * @param loadType The type of load you are trying to do, when absent we default to 'load' */ @JsonProperty(JSON_PROPERTY_LOAD_TYPE) @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)