SmartidInitAuthRequestBuilder
Extends AppBundle\GatewaySDKPhp\RequestBuilder\AbstractRequestBuilder
Trait AppBundle\GatewaySDKPhp\RequestBuilder\Traits\TraitBuildParameters
Table of contents
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.