Class PreferenceBackUrlsRequest
Back URLs.
Inherited Members
Namespace: MercadoPago.Client.Preference
Assembly: MercadoPago.dll
Syntax
public class PreferenceBackUrlsRequest
Properties
| Edit this page View SourceFailure
URL to return when the payment fail.
Declaration
public string Failure { get; set; }
Property Value
Type | Description |
---|---|
string |
Pending
URL to return when the payment is pending.
Declaration
public string Pending { get; set; }
Property Value
Type | Description |
---|---|
string |
Success
URL to return when the payment succeed.
Declaration
public string Success { get; set; }
Property Value
Type | Description |
---|---|
string |