Class PreferenceBackUrlsRequest
- java.lang.Object
-
- com.mercadopago.client.preference.PreferenceBackUrlsRequest
-
public class PreferenceBackUrlsRequest extends Object
Back URLs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PreferenceBackUrlsRequest.PreferenceBackUrlsRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreferenceBackUrlsRequest.PreferenceBackUrlsRequestBuilder
builder()
String
getFailure()
URL to return when the payment fail.String
getPending()
URL to return when the payment is pending.String
getSuccess()
URL to return when the payment succeed.
-
-
-
Method Detail
-
builder
public static PreferenceBackUrlsRequest.PreferenceBackUrlsRequestBuilder builder()
-
getSuccess
public String getSuccess()
URL to return when the payment succeed.
-
getPending
public String getPending()
URL to return when the payment is pending.
-
getFailure
public String getFailure()
URL to return when the payment fail.
-
-