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

com.truelayer.java.payments.entities.paymentdetail.forminput.Select Maven / Gradle / Ivy

The newest version!
package com.truelayer.java.payments.entities.paymentdetail.forminput;

import java.util.List;
import lombok.EqualsAndHashCode;
import lombok.Value;

@Value
@EqualsAndHashCode(callSuper = true)
public class Select extends Input {
    Type type = Type.SELECT;

    List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy