Iyzipay\Model\Mapper\ThreedsInitializeMapper::mapThreedsInitialize PHP Method

mapThreedsInitialize() public method

public mapThreedsInitialize ( ThreedsInitialize $initialize )
$initialize Iyzipay\Model\ThreedsInitialize
    public function mapThreedsInitialize(ThreedsInitialize $initialize)
    {
        return $this->mapThreedsInitializeFrom($initialize, $this->jsonObject);
    }