Skip to main content Link Search Menu Expand Document (external link) Copy Copied

IframeDocumentSignerRemoveRequestBuilder

view source

Extends AppBundle\GatewaySDKPhp\RequestBuilder\AbstractRequestBuilder

Trait AppBundle\GatewaySDKPhp\RequestBuilder\Traits\TraitBuildParameters

Table of contents
  1. IframeDocumentSignerRemoveRequestBuilder
    1. Properties
    2. Methods
      1. public createRequest()
      2. public withDocumentId(string $documentId)
      3. public withName(string $name)
      4. public withSurname(string $surname)
      5. public withEmail(string $email)
      6. public withPersonalCode(string $personalCode)

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 email 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