class Docusign::SSN4InformationInput
{www.docusign.net/API/3.0}SSN4InformationInput
sSN4Information - Docusign::SSN4Information displayLevel - Docusign::DisplayLevelCode receiveInResponse - SOAP::SOAPBoolean
Attributes
displayLevel[RW]
receiveInResponse[RW]
sSN4Information[RW]
Public Class Methods
new(sSN4Information = nil, displayLevel = nil, receiveInResponse = nil)
click to toggle source
# File lib/docusign/docusign.rb, line 362 def initialize(sSN4Information = nil, displayLevel = nil, receiveInResponse = nil) @sSN4Information = sSN4Information @displayLevel = displayLevel @receiveInResponse = receiveInResponse end