All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.truelayer.java.payments.entities.retry.SmartRetry Maven / Gradle / Ivy

There is a newer version: 16.0.0
Show newest version
package com.truelayer.java.payments.entities.retry;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Builder;
import lombok.Getter;
import lombok.ToString;

@Getter
@Builder
@ToString
public class SmartRetry extends Retry {
    private final Type type = Type.SMART;

    @JsonProperty("for")
    private final String forDuration;

    private int ensureMinimumBalanceInMinor;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy