public class PayInExecutionDetailsWeb extends Dto implements PayInExecutionDetails
| Modifier and Type | Field and Description |
|---|---|
PayInTemplateURLOptions |
TemplateURLOptions
Deprecated.
Use
getTemplateURLOptions() and setTemplateURLOptions(PayInTemplateURLOptions) instead. |
| Constructor and Description |
|---|
PayInExecutionDetailsWeb() |
PayInExecutionDetailsWeb(java.lang.String templateUrl,
CultureCode culture,
SecureMode secureMode,
java.lang.String redirectUrl,
java.lang.String returnUrl) |
| Modifier and Type | Method and Description |
|---|---|
CultureCode |
getCulture() |
java.util.ArrayList<java.lang.String> |
getReadOnlyProperties()
Gets the collection of read-only fields names
|
java.lang.String |
getRedirectUrl() |
java.lang.String |
getReturnUrl() |
SecureMode |
getSecureMode() |
java.util.Map<java.lang.String,java.lang.reflect.Type> |
getSubObjects()
Gets map which property is an object and what type of object.
|
java.lang.String |
getTemplateUrl() |
PayInTemplateURLOptions |
getTemplateURLOptions() |
void |
setCulture(CultureCode culture) |
void |
setRedirectUrl(java.lang.String redirectUrl) |
void |
setReturnUrl(java.lang.String returnUrl) |
void |
setSecureMode(SecureMode secureMode) |
void |
setTemplateUrl(java.lang.String templateUrl) |
void |
setTemplateURLOptions(PayInTemplateURLOptions templateURLOptions) |
getDependentObjects, getValues@Deprecated public PayInTemplateURLOptions TemplateURLOptions
getTemplateURLOptions() and setTemplateURLOptions(PayInTemplateURLOptions) instead.public PayInExecutionDetailsWeb(java.lang.String templateUrl,
CultureCode culture,
SecureMode secureMode,
java.lang.String redirectUrl,
java.lang.String returnUrl)
public PayInExecutionDetailsWeb()
public java.lang.String getTemplateUrl()
public void setTemplateUrl(java.lang.String templateUrl)
public CultureCode getCulture()
public void setCulture(CultureCode culture)
public SecureMode getSecureMode()
public void setSecureMode(SecureMode secureMode)
public java.lang.String getRedirectUrl()
public java.lang.String getReturnUrl()
public void setReturnUrl(java.lang.String returnUrl)
public void setRedirectUrl(java.lang.String redirectUrl)
public PayInTemplateURLOptions getTemplateURLOptions()
public void setTemplateURLOptions(PayInTemplateURLOptions templateURLOptions)
public java.util.ArrayList<java.lang.String> getReadOnlyProperties()
getReadOnlyProperties in class Dtopublic java.util.Map<java.lang.String,java.lang.reflect.Type> getSubObjects()
getSubObjects in class Dto