com.global.api.entities.propay.SSORequestData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of globalpayments-sdk Show documentation
Show all versions of globalpayments-sdk Show documentation
API for processing payments through Global Payments
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;
}