vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface AccountingFieldMappingMetadata

    interface AccountingFieldMappingMetadata {
        fullName?: string;
        isForAllocationType?: boolean;
        isForPaymentType?: boolean;
        isForTransactionType?: boolean;
        isProtected?: boolean;
        mappingBehavior: MappingBehaviorType;
        masterLabel: string;
        sourceField?: string;
        targetField: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fullName?: string
    isForAllocationType?: boolean
    isForPaymentType?: boolean
    isForTransactionType?: boolean
    isProtected?: boolean
    mappingBehavior: MappingBehaviorType
    masterLabel: string
    sourceField?: string
    targetField: string