Package software.xdev.brevo.model
Class ModelConfiguration
java.lang.Object
software.xdev.brevo.model.ModelConfiguration
Optional. Redirect contact to a custom success page once payment is successful. If empty the default Brevo page will be displayed once a payment is validated
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomSuccessUrl(String customSuccessUrl) booleanAbsolute URL of the custom success page.inthashCode()voidsetCustomSuccessUrl(String customSuccessUrl) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CUSTOM_SUCCESS_URL
- See Also:
-
-
Constructor Details
-
ModelConfiguration
public ModelConfiguration()
-
-
Method Details
-
customSuccessUrl
-
getCustomSuccessUrl
Absolute URL of the custom success page.- Returns:
- customSuccessUrl
-
setCustomSuccessUrl
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-