@cfxlabsinc/b2b-services
    Preparing search index...
    interface AuthCommitRequest {
        Authentication: { Password?: string; UserName?: string };
        Description: string;
        DictionaryEntry?: {
            BarcodePartnerRequestId?: string;
            MerchantID?: string;
            Partner?: string;
            RetailChain?: string;
            RetailerName?: string;
            RetailSaleTransactionKey?: string;
            StoreAddress1?: string;
            StoreAddress2?: string;
            StoreCity?: string;
            StoreCounty?: string;
            StoreLatitude?: string;
            StoreLongitude?: string;
            StoreName?: string;
            StoreNumber?: string;
            StoreState?: string;
            StoreTransactionDate?: string;
            StoreZipcode?: string;
        };
        OriginalConfirmationID: string;
        PartialApproval: boolean;
        PaymentType: GreendotPaymentType;
        ProgramNumber: string;
        RequestHeader: {
            Amount: number;
            Channel: GreendotProcessorChannel;
            CustomerANI?: string;
            CustomerIP?: string;
            PartnerCode: string;
            PartnerIP?: string;
            RequestDateTime: Date;
            RequestID: string;
            Version: string;
        };
        SourceAccount: {
            AccountNumber: string;
            AccountReferenceNumber?: string;
            AccountType: GreendotProcessorSourceAccountType;
        };
        TargetAccount: {
            AccountNumber: string;
            AccountReferenceNumber?: string;
            AccountType: GreendotProcessorTargetAccountType;
            SubAccountNumber?: string;
            SubAccountReferenceNumber?: string;
        };
        TransactionReferenceNumber?: string;
        Type: 1;
    }
    Index

    Properties

    Authentication: { Password?: string; UserName?: string }
    Description: string
    DictionaryEntry?: {
        BarcodePartnerRequestId?: string;
        MerchantID?: string;
        Partner?: string;
        RetailChain?: string;
        RetailerName?: string;
        RetailSaleTransactionKey?: string;
        StoreAddress1?: string;
        StoreAddress2?: string;
        StoreCity?: string;
        StoreCounty?: string;
        StoreLatitude?: string;
        StoreLongitude?: string;
        StoreName?: string;
        StoreNumber?: string;
        StoreState?: string;
        StoreTransactionDate?: string;
        StoreZipcode?: string;
    }
    OriginalConfirmationID: string
    PartialApproval: boolean
    PaymentType: GreendotPaymentType
    ProgramNumber: string
    RequestHeader: {
        Amount: number;
        Channel: GreendotProcessorChannel;
        CustomerANI?: string;
        CustomerIP?: string;
        PartnerCode: string;
        PartnerIP?: string;
        RequestDateTime: Date;
        RequestID: string;
        Version: string;
    }
    SourceAccount: {
        AccountNumber: string;
        AccountReferenceNumber?: string;
        AccountType: GreendotProcessorSourceAccountType;
    }
    TargetAccount: {
        AccountNumber: string;
        AccountReferenceNumber?: string;
        AccountType: GreendotProcessorTargetAccountType;
        SubAccountNumber?: string;
        SubAccountReferenceNumber?: string;
    }
    TransactionReferenceNumber?: string
    Type: 1