Search Results for

    Show / Hide Table of Contents

    Class MandateApproval

    Inheritance
    object
    MandateApproval
    ApproveTokenRequest
    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.Token.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class MandateApproval

    Properties

    MandateSignatureDate

    The date when the mandate was signed
    Format: YYYYMMDD

    Declaration
    public string MandateSignatureDate { get; set; }
    Property Value
    Type Description
    string

    MandateSignaturePlace

    The city where the mandate was signed

    Declaration
    public string MandateSignaturePlace { get; set; }
    Property Value
    Type Description
    string

    MandateSigned

    • true = Mandate is signed
    • false = Mandate is not signed
    Declaration
    public bool? MandateSigned { get; set; }
    Property Value
    Type Description
    bool?
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.