com.truelayer.java.payments.entities.paymentdetail.forminput.TextWithImage Maven / Gradle / Ivy
package com.truelayer.java.payments.entities.paymentdetail.forminput;
import com.truelayer.java.payments.entities.paymentdetail.forminput.image.Image;
import lombok.EqualsAndHashCode;
import lombok.Value;
@Value
@EqualsAndHashCode(callSuper = true)
public class TextWithImage extends TextBase {
Type type = Type.TEXT_WITH_IMAGE;
Image image;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy