Interface DbhSftpConfig

interface DbhSftpConfig {
    active?: boolean;
    config?: {
        addStatisticalValue?: boolean;
        aggregateFreightAndGoodsInvoices?: boolean;
        aggregateItems?: boolean;
        client-code?: string;
        duplicateBTIsInAdditionalInformationField?: boolean;
        endpoint?: string;
        password?: string;
        template?: string;
        user-name?: string;
    };
    vendor?: "dbh";
}

Properties

active?: boolean
config?: {
    addStatisticalValue?: boolean;
    aggregateFreightAndGoodsInvoices?: boolean;
    aggregateItems?: boolean;
    client-code?: string;
    duplicateBTIsInAdditionalInformationField?: boolean;
    endpoint?: string;
    password?: string;
    template?: string;
    user-name?: string;
}

Type declaration

  • Optional addStatisticalValue?: boolean
  • Optional aggregateFreightAndGoodsInvoices?: boolean
  • Optional aggregateItems?: boolean
  • Optional client-code?: string
  • Optional duplicateBTIsInAdditionalInformationField?: boolean
  • Optional endpoint?: string
  • Optional password?: string
  • Optional template?: string
  • Optional user-name?: string
vendor?: "dbh"