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

SmartidInitAuthRequestBuilder

view source

Extends AppBundle\GatewaySDKPhp\RequestBuilder\AbstractRequestBuilder

Trait AppBundle\GatewaySDKPhp\RequestBuilder\Traits\TraitBuildParameters

Table of contents
  1. SmartidInitAuthRequestBuilder
    1. Properties
    2. Methods
      1. public withCode(string $code)
      2. public withCountry(string $country)
      3. public withMessage(string $message)
      4. public withPeps(bool $peps)
      5. public withSanctions(bool $sanctions)
      6. public createRequest()

Properties

Visibility Type Name Description
protected String code Personal code
protected String country Signer’s country code: LT, EE
protected String message Message to be displayed on phone screen
protected Boolean peps Whether to check PEPs information
protected Boolean sanctions Whether to check sanctions information

Methods

public withCode(string $code)

returns self

Sets code

public withCountry(string $country)

returns self

Sets country

public withMessage(string $message)

returns self

Sets message

public withPeps(bool $peps)

returns self

Sets peps

public withSanctions(bool $sanctions)

returns self

Sets sanctions

public createRequest()

returns AppBundle\GatewaySDKPhp\Model\RequestInterface

Creates and returns AppBundle\GatewaySDKPhp\Model\RequestInterface to be used with postRequest method.