Class MandateSepaDirectDebitWithoutCreditor
  
  
  
    Inheritance
    
    MandateSepaDirectDebitWithoutCreditor
      
   
  
  
  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
  
  
  CustomerContractIdentifier
  Identifies the contract between customer and merchant
Declaration
  
    public string CustomerContractIdentifier { get; set; }
   
  Property Value
  
  
  Debtor
  Object containing information on the debtor
Declaration
  
    public Debtor Debtor { get; set; }
   
  Property Value
  
  
  IsRecurring
  
  
  Declaration
  
    public bool? IsRecurring { get; set; }
   
  Property Value
  
  
  MandateApproval
  Object containing the details of the mandate approval
Declaration
  
    public MandateApproval MandateApproval { get; set; }
   
  Property Value
  
  
  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