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

com.global.api.entities.propay.SSORequestData Maven / Gradle / Ivy

There is a newer version: 14.2.3
Show newest version
package com.global.api.entities.propay;

import lombok.Getter;
import lombok.Setter;

@Getter @Setter
public class SSORequestData {

    /** The ProPay system requires that your single-sign-on originate from the URL originally provided here */
    private String referrerURL;

    /** The ProPay system requires that your single-sign-on originate from the URL originally provided here. Can supply a range of class c or more restrictive */
    private String ipAddress;

    /** The ProPay system requires that your single-sign-on originate from the URL originally provided here. Can supply a range of class c or more restrictive */
    private String ipSubnetMask;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy