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

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

package com.unzer.payment.models.paypage;

import lombok.Data;

@Data
public class Urls {
    private String termsAndCondition;
    private String privacyPolicy;
    private String imprint;
    private String help;
    private String contact;
    private String favicon;
    private String returnSuccess;
    private String returnPending;
    private String returnFailure;
    private String returnCancel;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy