NAME

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

VERSION

Version 0.04

functions

getRecipientTabs($parent, $vars)

Basic Example: my $response = $ds->getRecipientTabs( { accountId => $ds->accountid, envelopeId => '1883aef4-82fe-4c36-a9ec-13dd63520df9', recipientId => '1', } );

print "Got Tabs: " . $response->{Tabs} . "\n";