@cfxlabsinc/b2b-services
    Preparing search index...
    interface AuthVoidRequest {
        Authentication: { Password?: string; UserName?: string };
        RequestHeader: {
            Amount: number;
            Channel: GreendotProcessorChannel;
            CustomerANI?: string;
            CustomerIP?: string;
            Description: string;
            DictionaryEntry?: Record<string, string>;
            OriginalRequestID: string;
            PartnerCode: string;
            PartnerIP?: string;
            PaymentType: GreendotPaymentType;
            ProgramNumber: 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;
        };
        Type: 2;
    }
    Index

    Properties

    Authentication: { Password?: string; UserName?: string }
    RequestHeader: {
        Amount: number;
        Channel: GreendotProcessorChannel;
        CustomerANI?: string;
        CustomerIP?: string;
        Description: string;
        DictionaryEntry?: Record<string, string>;
        OriginalRequestID: string;
        PartnerCode: string;
        PartnerIP?: string;
        PaymentType: GreendotPaymentType;
        ProgramNumber: 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;
    }
    Type: 2