IframeDocumentSignerRemoveRequestBuilder
Extends AppBundle\GatewaySDKPhp\RequestBuilder\AbstractRequestBuilder
Trait AppBundle\GatewaySDKPhp\RequestBuilder\Traits\TraitBuildParameters
Table of contents
Properties
Visibility | Type | Name | Description | |
---|---|---|---|---|
protected | String | documentId | UUID of the document | |
protected | String | name | Signer’s name | |
protected | String | surname | Signer’s surname | |
protected | String | Signer’s email | ||
protected | String | personalCode | Signer’s personal code |
Methods
public createRequest()
returns AppBundle\GatewaySDKPhp\Model\RequestInterface
Creates and returns AppBundle\GatewaySDKPhp\Model\RequestInterface
to be used with postRequest
method.
public withDocumentId(string $documentId)
returns self
Sets documentId
, UUID of the document
public withName(string $name)
returns self
Sets Signer’s name
public withSurname(string $surname)
returns self
Sets Signer’s surname
public withEmail(string $email)
returns self
Sets Signer’s email
public withPersonalCode(string $personalCode)
returns self
Sets Signer’s personal code