Class MandateMerchantAction
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Mandates.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class MandateMerchantAction
Properties
ActionType
Action merchants needs to take in the online mandate process. Possible values are:
- REDIRECT - The customer needs to be redirected using the details found in redirectData
Declaration
public string ActionType { get; set; }
Property Value
Type | Description |
---|---|
string |
RedirectData
Object containing all data needed to redirect the customer
Declaration
public MandateRedirectData RedirectData { get; set; }
Property Value
Type | Description |
---|---|
MandateRedirectData |