Search Results for

    Show / Hide Table of Contents

    Class GetHostedMandateManagementResponse

    Inheritance
    object
    GetHostedMandateManagementResponse
    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.Hostedmandatemanagement
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class GetHostedMandateManagementResponse

    Properties

    Mandate

    When a mandate has been created during the hosted mandate management session this object will return the details.

    Declaration
    public MandateResponse Mandate { get; set; }
    Property Value
    Type Description
    MandateResponse

    Status

    This is the status of the hosted mandate management. Possible values are:

    • IN_PROGRESS - The session has been created, but no mandate has been created yet.
    • MANDATE_CREATED - A mandate has been created, the customer might still need to sign the mandate.
    • FAILED - There was an error while creating the mandate, the session can not continue.
    • CANCELLED_BY_CONSUMER - The session was cancelled before a mandate was created
    .
    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.