Class PreferenceBackUrls
- java.lang.Object
-
- com.mercadopago.resources.preference.PreferenceBackUrls
-
public class PreferenceBackUrls extends Object
Back URLs from preference.
-
-
Constructor Summary
Constructors Constructor Description PreferenceBackUrls()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-