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

MobileidIdentificationStatusRequestBuilder

view source

Extends AppBundle\GatewaySDKPhp\RequestBuilder\AbstractRequestBuilder

Trait AppBundle\GatewaySDKPhp\RequestBuilder\Traits\TraitBuildParameters

Table of contents
  1. MobileidIdentificationStatusRequestBuilder
    1. Properties
    2. Methods
      1. public withToken(string $token)
      2. public createRequest()

Properties

Visibility Type Name Description
protected String token Sets token for the request

Methods

public withToken(string $token)

returns self

Sets token

public createRequest()

returns AppBundle\GatewaySDKPhp\Model\RequestInterface

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