Class CreateMandateWithReturnUrl
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CreateMandateWithReturnUrl : CreateMandateBase
Properties
ReturnUrl
Return URL to use if the mandate signing requires redirection.
Note: The provided URL should be absolute and contain the https:// protocol. IP addresses are not supported, neither localhost. For use on mobile devices a custom protocol can be used in the form of
protocol://. This protocol must be registered on the device first.
URLs without a protocol will be rejected.
Declaration
public string ReturnUrl { get; set; }
Property Value
Type | Description |
---|---|
string |