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 PartnerAPIOperationAddSanVerification

This class represents the addSanVerification WSDL operation.

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

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

The constructor.

The constructor.

It initializes input and output data.

public PartnerAPIOperationAddSanVerification
# setOrderID( string $orderID )

Sets an orderID for the request.

Sets an orderID for the request.

Setting this value is required.

Parameters

$orderID
string
$orderID

Returns

PartnerAPIOperationAddSanVerification
public PartnerAPIOperationAddSanVerification
# setApproverMethod( string $approverMethod )

Sets the approverMethod option for SANApprover.

Sets the approverMethod option for SANApprover.

This option determines which approve method will be used for domain verification.

Parameters

$approverMethod
string
$approverMethod

Returns

PartnerAPIOperationAddSanVerification
public PartnerAPIOperationAddSanVerification
# setApproverEmail( string $approverEmail )

Sets the approverEmail option for SANApprover.

Sets the approverEmail option for SANApprover.

This option determines where will be sent e-mail with instructions for FILE or DNS approve method. This method cannot be used with EMAIL approve method.

Parameters

$approverEmail
string
$approverEmail

Returns

PartnerAPIOperationAddSanVerification
public PartnerAPIOperationAddSanVerification
# setApproverEmailPrefix( string $approverEmailPrefix )

Sets the approverEmailPrefix option for SANApprover.

Sets the approverEmailPrefix option for SANApprover.

This option determines which e-mail prefix will be used for EMAIL approve method. This method cannot be used with FILE or DNS approve method.

Parameters

$approverEmailPrefix
string
$approverEmailPrefix

Returns

PartnerAPIOperationAddSanVerification
public PartnerAPIOperationAddSanVerification
# setVerificationNotificationEnabled( boolean $yes_or_no )

Sets the verificationNotificationEnabled option for SANApprover.

Sets the verificationNotificationEnabled option for SANApprover.

This option determines if verification e-mails for all approvers will be sent or not.

Parameters

$yes_or_no
boolean
$yes_or_no

Returns

PartnerAPIOperationAddSanVerification
public PartnerAPITypeSanVerification
# getSANVerification( )

Returns SANVerification entity containing verification data from a response.

Returns SANVerification entity containing verification data from a response.

If there is no verification in the response a NULL is returned.

Returns

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

A complete response from a service

A complete response from a service

Returns

PartnerAPIMessageAddSanVerificationResponse
Properties summary
protected PartnerAPIMessageAddSanVerification $_input NULL
#
protected PartnerAPIMessageAddSanVerificationResponse $_output NULL
#
protected string $_operation 'addSanVerification'
#
Properties inherited from PartnerAPIOperation
$_service
API documentation generated by ApiGen 2.8.0