Name | Type | Description | Notes |
---|---|---|---|
PkiEzsignsignatureID | int32 | The unique ID of the Ezsignsignature | |
FkiEzsigndocumentID | int32 | The unique ID of the Ezsigndocument | |
FkiEzsignfoldersignerassociationID | int32 | The unique ID of the Ezsignfoldersignerassociation | |
FkiEzsignsigningreasonID | Pointer to int32 | The unique ID of the Ezsignsigningreason | [optional] |
FkiFontID | Pointer to int32 | The unique ID of the Font | [optional] |
SEzsignsigningreasonDescriptionX | Pointer to string | The description of the Ezsignsigningreason in the language of the requester | [optional] |
IEzsignpagePagenumber | int32 | The page number in the Ezsigndocument | |
IEzsignsignatureX | int32 | The X coordinate (Horizontal) where to put the Ezsignsignature on the page. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignsignature 2 inches from the left border of the page, you would use "200" for the X coordinate. | |
IEzsignsignatureY | int32 | The Y coordinate (Vertical) where to put the Ezsignsignature on the page. Coordinate is calculated at 100dpi (dot per inch). So for example, if you want to put the Ezsignsignature 3 inches from the top border of the page, you would use "300" for the Y coordinate. | |
IEzsignsignatureHeight | Pointer to int32 | The height of the Ezsignsignature. Size is calculated at 100dpi (dot per inch). So for example, if you want the Ezsignsignature to have an height of 2 inches, you would use "200" for the iEzsignsignatureHeight. | [optional] |
IEzsignsignatureWidth | Pointer to int32 | The width of the Ezsignsignature. Size is calculated at 100dpi (dot per inch). So for example, if you want the Ezsignsignature to have a width of 2 inches, you would use "200" for the iEzsignsignatureWidth. | [optional] |
IEzsignsignatureStep | int32 | The step when the Ezsignsigner will be invited to sign | |
IEzsignsignatureStepadjusted | Pointer to int32 | The step when the Ezsignsigner will be invited to sign | [optional] |
EEzsignsignatureType | FieldEEzsignsignatureType | ||
TEzsignsignatureTooltip | Pointer to string | A tooltip that will be presented to Ezsignsigner about the Ezsignsignature | [optional] |
EEzsignsignatureTooltipposition | Pointer to FieldEEzsignsignatureTooltipposition | [optional] | |
EEzsignsignatureFont | Pointer to FieldEEzsignsignatureFont | [optional] | |
IEzsignsignatureValidationstep | Pointer to int32 | The step when the Ezsignsigner will be invited to validate the Ezsignsignature of eEzsignsignatureType Attachments | [optional] |
SEzsignsignatureAttachmentdescription | Pointer to string | The description attached to the attachment name added in Ezsignsignature of eEzsignsignatureType Attachments | [optional] |
EEzsignsignatureAttachmentnamesource | Pointer to FieldEEzsignsignatureAttachmentnamesource | [optional] | |
EEzsignsignatureConsultationtrigger | Pointer to FieldEEzsignsignatureConsultationtrigger | [optional] | |
BEzsignsignatureHandwritten | Pointer to bool | Whether the Ezsignsignature must be handwritten or not when eEzsignsignatureType = Signature. | [optional] |
BEzsignsignatureReason | Pointer to bool | Whether the Ezsignsignature must include a reason or not when eEzsignsignatureType = Signature. | [optional] |
BEzsignsignatureRequired | Pointer to bool | Whether the Ezsignsignature is required or not. This field is relevant only with Ezsignsignature with eEzsignsignatureType = Attachments, Text or Textarea. | [optional] |
FkiEzsignfoldersignerassociationIDValidation | Pointer to int32 | The unique ID of the Ezsignfoldersignerassociation | [optional] |
DtEzsignsignatureDate | Pointer to string | The date the Ezsignsignature was signed | [optional] |
IEzsignsignatureattachmentCount | Pointer to int32 | The count of Ezsignsignatureattachment | [optional] |
SEzsignsignatureDescription | Pointer to string | The value entered while signing Ezsignsignature of eEzsignsignatureType City, FieldText and FieldTextarea | [optional] |
IEzsignsignatureMaxlength | Pointer to int32 | The maximum length for the value in the Ezsignsignature This can only be set if eEzsignsignatureType is FieldText or FieldTextarea | [optional] |
EEzsignsignatureTextvalidation | Pointer to EnumTextvalidation | [optional] | |
SEzsignsignatureTextvalidationcustommessage | Pointer to string | Description of validation rule. Show by signatory. | [optional] |
EEzsignsignatureDependencyrequirement | Pointer to FieldEEzsignsignatureDependencyrequirement | [optional] | |
SEzsignsignatureDefaultvalue | Pointer to string | The default value for the Ezsignsignature You can use the codes below and they will be replaced at signature time. | Code |
SEzsignsignatureRegexp | Pointer to string | A regular expression to indicate what values are acceptable for the Ezsignsignature. This can only be set if eEzsignsignatureType is FieldText or FieldTextarea and eEzsignsignatureTextvalidation is Custom | [optional] |
ObjContactName | CustomContactNameResponse | ||
ObjContactNameDelegation | Pointer to CustomContactNameResponse | [optional] | |
ObjSignature | Pointer to SignatureResponseCompound | [optional] | |
BEzsignsignatureCustomdate | Pointer to bool | Whether the Ezsignsignature has a custom date format or not. (Only possible when eEzsignsignatureType is Name or Handwritten) | [optional] |
AObjEzsignsignaturecustomdate | Pointer to []EzsignsignaturecustomdateResponseCompoundV2 | An array of custom date blocks that will be filled at the time of signature. Can only be used if bEzsignsignatureCustomdate is true. Use an empty array if you don't want to have a date at all. | [optional] |
ObjCreditcardtransaction | Pointer to CustomCreditcardtransactionResponse | [optional] | |
AObjEzsignelementdependency | Pointer to []EzsignelementdependencyResponseCompound | [optional] |
func NewEzsignsignatureResponseCompoundV3(pkiEzsignsignatureID int32, fkiEzsigndocumentID int32, fkiEzsignfoldersignerassociationID int32, iEzsignpagePagenumber int32, iEzsignsignatureX int32, iEzsignsignatureY int32, iEzsignsignatureStep int32, eEzsignsignatureType FieldEEzsignsignatureType, objContactName CustomContactNameResponse, ) *EzsignsignatureResponseCompoundV3
NewEzsignsignatureResponseCompoundV3 instantiates a new EzsignsignatureResponseCompoundV3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEzsignsignatureResponseCompoundV3WithDefaults() *EzsignsignatureResponseCompoundV3
NewEzsignsignatureResponseCompoundV3WithDefaults instantiates a new EzsignsignatureResponseCompoundV3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *EzsignsignatureResponseCompoundV3) GetPkiEzsignsignatureID() int32
GetPkiEzsignsignatureID returns the PkiEzsignsignatureID field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetPkiEzsignsignatureIDOk() (*int32, bool)
GetPkiEzsignsignatureIDOk returns a tuple with the PkiEzsignsignatureID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetPkiEzsignsignatureID(v int32)
SetPkiEzsignsignatureID sets PkiEzsignsignatureID field to given value.
func (o *EzsignsignatureResponseCompoundV3) GetFkiEzsigndocumentID() int32
GetFkiEzsigndocumentID returns the FkiEzsigndocumentID field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetFkiEzsigndocumentIDOk() (*int32, bool)
GetFkiEzsigndocumentIDOk returns a tuple with the FkiEzsigndocumentID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetFkiEzsigndocumentID(v int32)
SetFkiEzsigndocumentID sets FkiEzsigndocumentID field to given value.
func (o *EzsignsignatureResponseCompoundV3) GetFkiEzsignfoldersignerassociationID() int32
GetFkiEzsignfoldersignerassociationID returns the FkiEzsignfoldersignerassociationID field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetFkiEzsignfoldersignerassociationIDOk() (*int32, bool)
GetFkiEzsignfoldersignerassociationIDOk returns a tuple with the FkiEzsignfoldersignerassociationID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetFkiEzsignfoldersignerassociationID(v int32)
SetFkiEzsignfoldersignerassociationID sets FkiEzsignfoldersignerassociationID field to given value.
func (o *EzsignsignatureResponseCompoundV3) GetFkiEzsignsigningreasonID() int32
GetFkiEzsignsigningreasonID returns the FkiEzsignsigningreasonID field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetFkiEzsignsigningreasonIDOk() (*int32, bool)
GetFkiEzsignsigningreasonIDOk returns a tuple with the FkiEzsignsigningreasonID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetFkiEzsignsigningreasonID(v int32)
SetFkiEzsignsigningreasonID sets FkiEzsignsigningreasonID field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasFkiEzsignsigningreasonID() bool
HasFkiEzsignsigningreasonID returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetFkiFontID() int32
GetFkiFontID returns the FkiFontID field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetFkiFontIDOk() (*int32, bool)
GetFkiFontIDOk returns a tuple with the FkiFontID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetFkiFontID(v int32)
SetFkiFontID sets FkiFontID field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasFkiFontID() bool
HasFkiFontID returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetSEzsignsigningreasonDescriptionX() string
GetSEzsignsigningreasonDescriptionX returns the SEzsignsigningreasonDescriptionX field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetSEzsignsigningreasonDescriptionXOk() (*string, bool)
GetSEzsignsigningreasonDescriptionXOk returns a tuple with the SEzsignsigningreasonDescriptionX field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetSEzsignsigningreasonDescriptionX(v string)
SetSEzsignsigningreasonDescriptionX sets SEzsignsigningreasonDescriptionX field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasSEzsignsigningreasonDescriptionX() bool
HasSEzsignsigningreasonDescriptionX returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignpagePagenumber() int32
GetIEzsignpagePagenumber returns the IEzsignpagePagenumber field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignpagePagenumberOk() (*int32, bool)
GetIEzsignpagePagenumberOk returns a tuple with the IEzsignpagePagenumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetIEzsignpagePagenumber(v int32)
SetIEzsignpagePagenumber sets IEzsignpagePagenumber field to given value.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureX() int32
GetIEzsignsignatureX returns the IEzsignsignatureX field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureXOk() (*int32, bool)
GetIEzsignsignatureXOk returns a tuple with the IEzsignsignatureX field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetIEzsignsignatureX(v int32)
SetIEzsignsignatureX sets IEzsignsignatureX field to given value.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureY() int32
GetIEzsignsignatureY returns the IEzsignsignatureY field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureYOk() (*int32, bool)
GetIEzsignsignatureYOk returns a tuple with the IEzsignsignatureY field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetIEzsignsignatureY(v int32)
SetIEzsignsignatureY sets IEzsignsignatureY field to given value.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureHeight() int32
GetIEzsignsignatureHeight returns the IEzsignsignatureHeight field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureHeightOk() (*int32, bool)
GetIEzsignsignatureHeightOk returns a tuple with the IEzsignsignatureHeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetIEzsignsignatureHeight(v int32)
SetIEzsignsignatureHeight sets IEzsignsignatureHeight field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasIEzsignsignatureHeight() bool
HasIEzsignsignatureHeight returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureWidth() int32
GetIEzsignsignatureWidth returns the IEzsignsignatureWidth field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureWidthOk() (*int32, bool)
GetIEzsignsignatureWidthOk returns a tuple with the IEzsignsignatureWidth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetIEzsignsignatureWidth(v int32)
SetIEzsignsignatureWidth sets IEzsignsignatureWidth field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasIEzsignsignatureWidth() bool
HasIEzsignsignatureWidth returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureStep() int32
GetIEzsignsignatureStep returns the IEzsignsignatureStep field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureStepOk() (*int32, bool)
GetIEzsignsignatureStepOk returns a tuple with the IEzsignsignatureStep field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetIEzsignsignatureStep(v int32)
SetIEzsignsignatureStep sets IEzsignsignatureStep field to given value.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureStepadjusted() int32
GetIEzsignsignatureStepadjusted returns the IEzsignsignatureStepadjusted field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureStepadjustedOk() (*int32, bool)
GetIEzsignsignatureStepadjustedOk returns a tuple with the IEzsignsignatureStepadjusted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetIEzsignsignatureStepadjusted(v int32)
SetIEzsignsignatureStepadjusted sets IEzsignsignatureStepadjusted field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasIEzsignsignatureStepadjusted() bool
HasIEzsignsignatureStepadjusted returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureType() FieldEEzsignsignatureType
GetEEzsignsignatureType returns the EEzsignsignatureType field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureTypeOk() (*FieldEEzsignsignatureType, bool)
GetEEzsignsignatureTypeOk returns a tuple with the EEzsignsignatureType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetEEzsignsignatureType(v FieldEEzsignsignatureType)
SetEEzsignsignatureType sets EEzsignsignatureType field to given value.
func (o *EzsignsignatureResponseCompoundV3) GetTEzsignsignatureTooltip() string
GetTEzsignsignatureTooltip returns the TEzsignsignatureTooltip field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetTEzsignsignatureTooltipOk() (*string, bool)
GetTEzsignsignatureTooltipOk returns a tuple with the TEzsignsignatureTooltip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetTEzsignsignatureTooltip(v string)
SetTEzsignsignatureTooltip sets TEzsignsignatureTooltip field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasTEzsignsignatureTooltip() bool
HasTEzsignsignatureTooltip returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureTooltipposition() FieldEEzsignsignatureTooltipposition
GetEEzsignsignatureTooltipposition returns the EEzsignsignatureTooltipposition field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureTooltippositionOk() (*FieldEEzsignsignatureTooltipposition, bool)
GetEEzsignsignatureTooltippositionOk returns a tuple with the EEzsignsignatureTooltipposition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetEEzsignsignatureTooltipposition(v FieldEEzsignsignatureTooltipposition)
SetEEzsignsignatureTooltipposition sets EEzsignsignatureTooltipposition field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasEEzsignsignatureTooltipposition() bool
HasEEzsignsignatureTooltipposition returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureFont() FieldEEzsignsignatureFont
GetEEzsignsignatureFont returns the EEzsignsignatureFont field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureFontOk() (*FieldEEzsignsignatureFont, bool)
GetEEzsignsignatureFontOk returns a tuple with the EEzsignsignatureFont field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetEEzsignsignatureFont(v FieldEEzsignsignatureFont)
SetEEzsignsignatureFont sets EEzsignsignatureFont field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasEEzsignsignatureFont() bool
HasEEzsignsignatureFont returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureValidationstep() int32
GetIEzsignsignatureValidationstep returns the IEzsignsignatureValidationstep field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureValidationstepOk() (*int32, bool)
GetIEzsignsignatureValidationstepOk returns a tuple with the IEzsignsignatureValidationstep field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetIEzsignsignatureValidationstep(v int32)
SetIEzsignsignatureValidationstep sets IEzsignsignatureValidationstep field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasIEzsignsignatureValidationstep() bool
HasIEzsignsignatureValidationstep returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetSEzsignsignatureAttachmentdescription() string
GetSEzsignsignatureAttachmentdescription returns the SEzsignsignatureAttachmentdescription field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetSEzsignsignatureAttachmentdescriptionOk() (*string, bool)
GetSEzsignsignatureAttachmentdescriptionOk returns a tuple with the SEzsignsignatureAttachmentdescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetSEzsignsignatureAttachmentdescription(v string)
SetSEzsignsignatureAttachmentdescription sets SEzsignsignatureAttachmentdescription field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasSEzsignsignatureAttachmentdescription() bool
HasSEzsignsignatureAttachmentdescription returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureAttachmentnamesource() FieldEEzsignsignatureAttachmentnamesource
GetEEzsignsignatureAttachmentnamesource returns the EEzsignsignatureAttachmentnamesource field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureAttachmentnamesourceOk() (*FieldEEzsignsignatureAttachmentnamesource, bool)
GetEEzsignsignatureAttachmentnamesourceOk returns a tuple with the EEzsignsignatureAttachmentnamesource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetEEzsignsignatureAttachmentnamesource(v FieldEEzsignsignatureAttachmentnamesource)
SetEEzsignsignatureAttachmentnamesource sets EEzsignsignatureAttachmentnamesource field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasEEzsignsignatureAttachmentnamesource() bool
HasEEzsignsignatureAttachmentnamesource returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureConsultationtrigger() FieldEEzsignsignatureConsultationtrigger
GetEEzsignsignatureConsultationtrigger returns the EEzsignsignatureConsultationtrigger field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureConsultationtriggerOk() (*FieldEEzsignsignatureConsultationtrigger, bool)
GetEEzsignsignatureConsultationtriggerOk returns a tuple with the EEzsignsignatureConsultationtrigger field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetEEzsignsignatureConsultationtrigger(v FieldEEzsignsignatureConsultationtrigger)
SetEEzsignsignatureConsultationtrigger sets EEzsignsignatureConsultationtrigger field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasEEzsignsignatureConsultationtrigger() bool
HasEEzsignsignatureConsultationtrigger returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetBEzsignsignatureHandwritten() bool
GetBEzsignsignatureHandwritten returns the BEzsignsignatureHandwritten field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetBEzsignsignatureHandwrittenOk() (*bool, bool)
GetBEzsignsignatureHandwrittenOk returns a tuple with the BEzsignsignatureHandwritten field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetBEzsignsignatureHandwritten(v bool)
SetBEzsignsignatureHandwritten sets BEzsignsignatureHandwritten field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasBEzsignsignatureHandwritten() bool
HasBEzsignsignatureHandwritten returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetBEzsignsignatureReason() bool
GetBEzsignsignatureReason returns the BEzsignsignatureReason field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetBEzsignsignatureReasonOk() (*bool, bool)
GetBEzsignsignatureReasonOk returns a tuple with the BEzsignsignatureReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetBEzsignsignatureReason(v bool)
SetBEzsignsignatureReason sets BEzsignsignatureReason field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasBEzsignsignatureReason() bool
HasBEzsignsignatureReason returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetBEzsignsignatureRequired() bool
GetBEzsignsignatureRequired returns the BEzsignsignatureRequired field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetBEzsignsignatureRequiredOk() (*bool, bool)
GetBEzsignsignatureRequiredOk returns a tuple with the BEzsignsignatureRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetBEzsignsignatureRequired(v bool)
SetBEzsignsignatureRequired sets BEzsignsignatureRequired field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasBEzsignsignatureRequired() bool
HasBEzsignsignatureRequired returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetFkiEzsignfoldersignerassociationIDValidation() int32
GetFkiEzsignfoldersignerassociationIDValidation returns the FkiEzsignfoldersignerassociationIDValidation field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetFkiEzsignfoldersignerassociationIDValidationOk() (*int32, bool)
GetFkiEzsignfoldersignerassociationIDValidationOk returns a tuple with the FkiEzsignfoldersignerassociationIDValidation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetFkiEzsignfoldersignerassociationIDValidation(v int32)
SetFkiEzsignfoldersignerassociationIDValidation sets FkiEzsignfoldersignerassociationIDValidation field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasFkiEzsignfoldersignerassociationIDValidation() bool
HasFkiEzsignfoldersignerassociationIDValidation returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetDtEzsignsignatureDate() string
GetDtEzsignsignatureDate returns the DtEzsignsignatureDate field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetDtEzsignsignatureDateOk() (*string, bool)
GetDtEzsignsignatureDateOk returns a tuple with the DtEzsignsignatureDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetDtEzsignsignatureDate(v string)
SetDtEzsignsignatureDate sets DtEzsignsignatureDate field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasDtEzsignsignatureDate() bool
HasDtEzsignsignatureDate returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureattachmentCount() int32
GetIEzsignsignatureattachmentCount returns the IEzsignsignatureattachmentCount field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureattachmentCountOk() (*int32, bool)
GetIEzsignsignatureattachmentCountOk returns a tuple with the IEzsignsignatureattachmentCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetIEzsignsignatureattachmentCount(v int32)
SetIEzsignsignatureattachmentCount sets IEzsignsignatureattachmentCount field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasIEzsignsignatureattachmentCount() bool
HasIEzsignsignatureattachmentCount returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetSEzsignsignatureDescription() string
GetSEzsignsignatureDescription returns the SEzsignsignatureDescription field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetSEzsignsignatureDescriptionOk() (*string, bool)
GetSEzsignsignatureDescriptionOk returns a tuple with the SEzsignsignatureDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetSEzsignsignatureDescription(v string)
SetSEzsignsignatureDescription sets SEzsignsignatureDescription field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasSEzsignsignatureDescription() bool
HasSEzsignsignatureDescription returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureMaxlength() int32
GetIEzsignsignatureMaxlength returns the IEzsignsignatureMaxlength field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetIEzsignsignatureMaxlengthOk() (*int32, bool)
GetIEzsignsignatureMaxlengthOk returns a tuple with the IEzsignsignatureMaxlength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetIEzsignsignatureMaxlength(v int32)
SetIEzsignsignatureMaxlength sets IEzsignsignatureMaxlength field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasIEzsignsignatureMaxlength() bool
HasIEzsignsignatureMaxlength returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureTextvalidation() EnumTextvalidation
GetEEzsignsignatureTextvalidation returns the EEzsignsignatureTextvalidation field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureTextvalidationOk() (*EnumTextvalidation, bool)
GetEEzsignsignatureTextvalidationOk returns a tuple with the EEzsignsignatureTextvalidation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetEEzsignsignatureTextvalidation(v EnumTextvalidation)
SetEEzsignsignatureTextvalidation sets EEzsignsignatureTextvalidation field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasEEzsignsignatureTextvalidation() bool
HasEEzsignsignatureTextvalidation returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetSEzsignsignatureTextvalidationcustommessage() string
GetSEzsignsignatureTextvalidationcustommessage returns the SEzsignsignatureTextvalidationcustommessage field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetSEzsignsignatureTextvalidationcustommessageOk() (*string, bool)
GetSEzsignsignatureTextvalidationcustommessageOk returns a tuple with the SEzsignsignatureTextvalidationcustommessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetSEzsignsignatureTextvalidationcustommessage(v string)
SetSEzsignsignatureTextvalidationcustommessage sets SEzsignsignatureTextvalidationcustommessage field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasSEzsignsignatureTextvalidationcustommessage() bool
HasSEzsignsignatureTextvalidationcustommessage returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureDependencyrequirement() FieldEEzsignsignatureDependencyrequirement
GetEEzsignsignatureDependencyrequirement returns the EEzsignsignatureDependencyrequirement field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetEEzsignsignatureDependencyrequirementOk() (*FieldEEzsignsignatureDependencyrequirement, bool)
GetEEzsignsignatureDependencyrequirementOk returns a tuple with the EEzsignsignatureDependencyrequirement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetEEzsignsignatureDependencyrequirement(v FieldEEzsignsignatureDependencyrequirement)
SetEEzsignsignatureDependencyrequirement sets EEzsignsignatureDependencyrequirement field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasEEzsignsignatureDependencyrequirement() bool
HasEEzsignsignatureDependencyrequirement returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetSEzsignsignatureDefaultvalue() string
GetSEzsignsignatureDefaultvalue returns the SEzsignsignatureDefaultvalue field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetSEzsignsignatureDefaultvalueOk() (*string, bool)
GetSEzsignsignatureDefaultvalueOk returns a tuple with the SEzsignsignatureDefaultvalue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetSEzsignsignatureDefaultvalue(v string)
SetSEzsignsignatureDefaultvalue sets SEzsignsignatureDefaultvalue field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasSEzsignsignatureDefaultvalue() bool
HasSEzsignsignatureDefaultvalue returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetSEzsignsignatureRegexp() string
GetSEzsignsignatureRegexp returns the SEzsignsignatureRegexp field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetSEzsignsignatureRegexpOk() (*string, bool)
GetSEzsignsignatureRegexpOk returns a tuple with the SEzsignsignatureRegexp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetSEzsignsignatureRegexp(v string)
SetSEzsignsignatureRegexp sets SEzsignsignatureRegexp field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasSEzsignsignatureRegexp() bool
HasSEzsignsignatureRegexp returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetObjContactName() CustomContactNameResponse
GetObjContactName returns the ObjContactName field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetObjContactNameOk() (*CustomContactNameResponse, bool)
GetObjContactNameOk returns a tuple with the ObjContactName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetObjContactName(v CustomContactNameResponse)
SetObjContactName sets ObjContactName field to given value.
func (o *EzsignsignatureResponseCompoundV3) GetObjContactNameDelegation() CustomContactNameResponse
GetObjContactNameDelegation returns the ObjContactNameDelegation field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetObjContactNameDelegationOk() (*CustomContactNameResponse, bool)
GetObjContactNameDelegationOk returns a tuple with the ObjContactNameDelegation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetObjContactNameDelegation(v CustomContactNameResponse)
SetObjContactNameDelegation sets ObjContactNameDelegation field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasObjContactNameDelegation() bool
HasObjContactNameDelegation returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetObjSignature() SignatureResponseCompound
GetObjSignature returns the ObjSignature field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetObjSignatureOk() (*SignatureResponseCompound, bool)
GetObjSignatureOk returns a tuple with the ObjSignature field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetObjSignature(v SignatureResponseCompound)
SetObjSignature sets ObjSignature field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasObjSignature() bool
HasObjSignature returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetBEzsignsignatureCustomdate() bool
GetBEzsignsignatureCustomdate returns the BEzsignsignatureCustomdate field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetBEzsignsignatureCustomdateOk() (*bool, bool)
GetBEzsignsignatureCustomdateOk returns a tuple with the BEzsignsignatureCustomdate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetBEzsignsignatureCustomdate(v bool)
SetBEzsignsignatureCustomdate sets BEzsignsignatureCustomdate field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasBEzsignsignatureCustomdate() bool
HasBEzsignsignatureCustomdate returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetAObjEzsignsignaturecustomdate() []EzsignsignaturecustomdateResponseCompoundV2
GetAObjEzsignsignaturecustomdate returns the AObjEzsignsignaturecustomdate field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetAObjEzsignsignaturecustomdateOk() (*[]EzsignsignaturecustomdateResponseCompoundV2, bool)
GetAObjEzsignsignaturecustomdateOk returns a tuple with the AObjEzsignsignaturecustomdate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetAObjEzsignsignaturecustomdate(v []EzsignsignaturecustomdateResponseCompoundV2)
SetAObjEzsignsignaturecustomdate sets AObjEzsignsignaturecustomdate field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasAObjEzsignsignaturecustomdate() bool
HasAObjEzsignsignaturecustomdate returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetObjCreditcardtransaction() CustomCreditcardtransactionResponse
GetObjCreditcardtransaction returns the ObjCreditcardtransaction field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetObjCreditcardtransactionOk() (*CustomCreditcardtransactionResponse, bool)
GetObjCreditcardtransactionOk returns a tuple with the ObjCreditcardtransaction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetObjCreditcardtransaction(v CustomCreditcardtransactionResponse)
SetObjCreditcardtransaction sets ObjCreditcardtransaction field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasObjCreditcardtransaction() bool
HasObjCreditcardtransaction returns a boolean if a field has been set.
func (o *EzsignsignatureResponseCompoundV3) GetAObjEzsignelementdependency() []EzsignelementdependencyResponseCompound
GetAObjEzsignelementdependency returns the AObjEzsignelementdependency field if non-nil, zero value otherwise.
func (o *EzsignsignatureResponseCompoundV3) GetAObjEzsignelementdependencyOk() (*[]EzsignelementdependencyResponseCompound, bool)
GetAObjEzsignelementdependencyOk returns a tuple with the AObjEzsignelementdependency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignatureResponseCompoundV3) SetAObjEzsignelementdependency(v []EzsignelementdependencyResponseCompound)
SetAObjEzsignelementdependency sets AObjEzsignelementdependency field to given value.
func (o *EzsignsignatureResponseCompoundV3) HasAObjEzsignelementdependency() bool
HasAObjEzsignelementdependency returns a boolean if a field has been set.