Search Results for

    Show / Hide Table of Contents

    Class MandateMerchantAction

    Inheritance
    object
    MandateMerchantAction
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.