• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class SepaChargeBearer

    String constants for the values defined for ChargeBearer.

    Inheritance
    System.Object
    SepaChargeBearer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Subsembly.Sepa
    Assembly: Subsembly.Sepa.dll
    Syntax
    public static class SepaChargeBearer

    Fields

    CRED

    Charges paid by creditor.

    Declaration
    public const string CRED = "CRED"
    Field Value
    Type Description
    System.String

    DEBT

    Charges paid by debtor.

    Declaration
    public const string DEBT = "DEBT"
    Field Value
    Type Description
    System.String

    SHAR

    Charges shared by debtor and creditor.

    Declaration
    public const string SHAR = "SHAR"
    Field Value
    Type Description
    System.String

    SLEV

    Service Level. Must be used for SEPA payments.

    Declaration
    public const string SLEV = "SLEV"
    Field Value
    Type Description
    System.String
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH