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

com.truelayer.java.payouts.entities.schemeselection.PreselectedSchemeSelection Maven / Gradle / Ivy

package com.truelayer.java.payouts.entities.schemeselection;

import lombok.Builder;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.ToString;

@Getter
@Builder
@EqualsAndHashCode(callSuper = false)
@ToString
public class PreselectedSchemeSelection extends SchemeSelection {

    private final Type type = Type.PRESELECTED;

    private String schemeId;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy