Overview

Packages

  • exceptions
  • messages
  • operations
  • PHP
  • service
  • types

Classes

  • PartnerAPIError
  • PartnerAPIOperation
  • PartnerAPIOperationAddEmailVerification
  • PartnerAPIOperationAddSanVerification
  • PartnerAPIOperationCancelOrder
  • PartnerAPIOperationGetCertificate
  • PartnerAPIOperationGetEmailVerification
  • PartnerAPIOperationGetExpiringCertificates
  • PartnerAPIOperationGetModifiedOrders
  • PartnerAPIOperationGetOrderByOrderID
  • PartnerAPIOperationGetOrdersByDateRange
  • PartnerAPIOperationGetOrderState
  • PartnerAPIOperationGetProductList
  • PartnerAPIOperationGetSanVerificationState
  • PartnerAPIOperationModifySNICertificate
  • PartnerAPIOperationOrderSNICertificate
  • PartnerAPIOperationPerformSanVerification
  • PartnerAPIOperationQuickOrder
  • PartnerAPIOperationReissueCertificate
  • PartnerAPIOperationRenewCertificate
  • PartnerAPIOperationRevokeCertificate
  • PartnerAPIOperationValidateOrderParameters
  • PartnerAPIOperationVerifyOrder
  • Overview
  • Package
  • Class
  • Tree

Class PartnerAPIOperationVerifyOrder

This class represents the verifyOrder WSDL operation.

It is based on the PartnerAPIOperation class and derives some properties and methods from that class.

PartnerAPIOperation
Extended by PartnerAPIOperationVerifyOrder
Package: operations
Copyright: Copyright (c) 2020 Asseco Data Systems SA
License: license.txt
Located at certumPartnerAPI/operations/operationVerifyOrder.php
Methods summary
public
# __construct( )

The constructor.

The constructor.

It initializes input and output data.

public PartnerAPIOperationVerifyOrder
# setOrderID( string $orderID )

Sets an order ID for the request.

Sets an order ID for the request.

It is required to set this parameter.

Parameters

$orderID
string
$orderID

Returns

PartnerAPIOperationVerifyOrder
public PartnerAPIOperationVerifyOrder
# setNote( string $note )

Sets a note for the request.

Sets a note for the request.

It is required to set this parameter.

Parameters

$note
string
$note

Returns

PartnerAPIOperationVerifyOrder
public PartnerAPIOperationVerifyOrder
# addDocument( string $type, string $description, array $files )

Adds a document to the request.

Adds a document to the request.

Adding a document is optional. When adding, the third parameter $files have to be an associative array where keys are file names and values are file contents. array('fileName' => 'fileContents')

Parameters

$type
string
$type
$description
string
$description
$files
array
$files An array of file names and file contents

Returns

PartnerAPIOperationVerifyOrder
Methods inherited from PartnerAPIOperation
call(), getErrorTexts(), getErrors(), getInputDataAsArray(), getOutputDataAsArray(), getResponseHeader(), getResponseMessage(), getResponseTimeLocal(), getService(), isSuccess(), setService()
Magic methods summary
public PartnerAPIMessageVerifyOrderResponse
# getResponseMessage( )

A complete response from a service

A complete response from a service

Returns

PartnerAPIMessageVerifyOrderResponse
Properties summary
protected PartnerAPIMessageVerifyOrder $_input NULL
#
protected PartnerAPIMessageVerifyOrderResponse $_output NULL
#
protected string $_operation 'verifyOrder'
#
Properties inherited from PartnerAPIOperation
$_service
API documentation generated by ApiGen 2.8.0