Search Results for

    Show / Hide Table of Contents

    Class MandateSepaDirectDebitWithoutCreditor

    Inheritance
    object
    MandateSepaDirectDebitWithoutCreditor
    MandateSepaDirectDebitWithMandateId
    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 MandateSepaDirectDebitWithoutCreditor

    Properties

    BankAccountIban

    Object containing Account holder and IBAN information

    Declaration
    public BankAccountIban BankAccountIban { get; set; }
    Property Value
    Type Description
    BankAccountIban

    CustomerContractIdentifier

    Identifies the contract between customer and merchant

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

    Debtor

    Object containing information on the debtor

    Declaration
    public Debtor Debtor { get; set; }
    Property Value
    Type Description
    Debtor

    IsRecurring

    • true
    • false
    Declaration
    public bool? IsRecurring { get; set; }
    Property Value
    Type Description
    bool?

    MandateApproval

    Object containing the details of the mandate approval

    Declaration
    public MandateApproval MandateApproval { get; set; }
    Property Value
    Type Description
    MandateApproval

    PreNotification

    Indicates whether a pre-notification should be sent to the customer.

    • do-not-send - Do not send a pre-notification
    • send-on-first-collection - Send a pre-notification
    Declaration
    public string PreNotification { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.