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

domain.PaymentChallenge Maven / Gradle / Ivy

There is a newer version: 5.5.43
Show newest version
package domain;

import lombok.Builder;
import lombok.Data;

/**
 * Created by alexg on 10.11.17.
 */
@Data
@Builder
public class PaymentChallenge {

    private String title;
    private String label;
    private String format;
    private String data;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy