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

com.unzer.payment.models.paypage.Risk Maven / Gradle / Ivy

package com.unzer.payment.models.paypage;

import lombok.Data;

import java.util.Date;

@Data
public class Risk {
    private Integer registrationLevel;
    private Date registrationDate;
    private String customerGroup;
    private Integer confirmedOrders;
    private double confirmedAmount;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy