The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Document::eSign::Docusign::getRecipientTabs - This retrieves information about the tabs associated with a recipien

VERSION

Version 0.04

functions

getRecipientTabs($parent, $vars)

    my $response = $ds->getRecipientTabs(
        {
            accountId => $ds->accountid,
            envelopeId => '1883aef4-82fe-4c36-a9ec-13dd63520df9',
            recipientId => '1',
        }
    );
    
    print "Got Tabs: " . $response->{Tabs} . "\n";