Overview

Packages

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

Classes

  • PartnerAPIType
  • PartnerAPITypeAddEmailVerificationRequest
  • PartnerAPITypeAddEmailVerificationResponse
  • PartnerAPITypeAddSanVerificationRequest
  • PartnerAPITypeAddSanVerificationResponse
  • PartnerAPITypeAddSerialNumbers
  • PartnerAPITypeApproverEmailPrefixType
  • PartnerAPITypeAuthToken
  • PartnerAPITypeBusinessCategoryEnum
  • PartnerAPITypeCaBundle
  • PartnerAPITypeCancelOrderReponse
  • PartnerAPITypeCancelOrderRequest
  • PartnerAPITypeCancelParameters
  • PartnerAPITypeCertificateDetails
  • PartnerAPITypeCertificateStatusEnum
  • PartnerAPITypeCertificationRequestStateTypeEnum
  • PartnerAPITypeDocument
  • PartnerAPITypeDocuments
  • PartnerAPITypeDocumentTypeEnum
  • PartnerAPITypeDomainVerificationRequest
  • PartnerAPITypeEmailVerification
  • PartnerAPITypeError
  • PartnerAPITypeErrors
  • PartnerAPITypeExpiringCertificates
  • PartnerAPITypeFile
  • PartnerAPITypeFileName
  • PartnerAPITypeFiles
  • PartnerAPITypeFQDNs
  • PartnerAPITypeGetCertificateRequest
  • PartnerAPITypeGetCertificateResponse
  • PartnerAPITypeGetEmailVerificationRequest
  • PartnerAPITypeGetEmailVerificationResponse
  • PartnerAPITypeGetExpiringCertificatesRequest
  • PartnerAPITypeGetExpiringCertificatesResponse
  • PartnerAPITypeGetModifiedOrdersRequest
  • PartnerAPITypeGetOrderByOrderIDRequest
  • PartnerAPITypeGetOrdersByDateRangeRequest
  • PartnerAPITypeGetOrdersRequest
  • PartnerAPITypeGetOrdersResponse
  • PartnerAPITypeGetOrderStateRequest
  • PartnerAPITypeGetOrderStateResponse
  • PartnerAPITypeGetProductListRequest
  • PartnerAPITypeGetProductListResponse
  • PartnerAPITypeGetProductListResponse_Products
  • PartnerAPITypeGetSanVerificationStateRequest
  • PartnerAPITypeGetSanVerificationStateResponse
  • PartnerAPITypeHashAlgorithmEnum
  • PartnerAPITypeInvalidSerialNumbers
  • PartnerAPITypeModifySNICertificateRequest
  • PartnerAPITypeModifySNICertificateResponse
  • PartnerAPITypeOrder
  • PartnerAPITypeOrderDetails
  • PartnerAPITypeOrderOption
  • PartnerAPITypeOrderParameters
  • PartnerAPITypeOrderRequest
  • PartnerAPITypeOrders
  • PartnerAPITypeOrderSNICertificateRequest
  • PartnerAPITypeOrderSNICertificateResponse
  • PartnerAPITypeOrderSNIParameters
  • PartnerAPITypeOrderStatus
  • PartnerAPITypeOrderVerification
  • PartnerAPITypeOrderVerifications
  • PartnerAPITypeOrderVerificationStateEnum
  • PartnerAPITypeOrderVerificationTypeEnum
  • PartnerAPITypeOrganizationInfo
  • PartnerAPITypeParsedCsr
  • PartnerAPITypePerformSanVerificationResponse
  • PartnerAPITypeProduct
  • PartnerAPITypeProduct_SupportedHashAlgorithms
  • PartnerAPITypeQuickOrderRequest
  • PartnerAPITypeQuickOrderResponse
  • PartnerAPITypeReissueCertificateRequest
  • PartnerAPITypeReissueCertificateResponse
  • PartnerAPITypeRemoveSerialNumbers
  • PartnerAPITypeRenewCertificateRequest
  • PartnerAPITypeRenewCertificateResponse
  • PartnerAPITypeRequest
  • PartnerAPITypeRequestHeader
  • PartnerAPITypeRequestorInfo
  • PartnerAPITypeResponse
  • PartnerAPITypeResponseHeader
  • PartnerAPITypeRevocationReasonEnum
  • PartnerAPITypeRevokeCertificateParameters
  • PartnerAPITypeRevokeCertificateRequest
  • PartnerAPITypeRevokeCertificateResponse
  • PartnerAPITypeSanApprover
  • PartnerAPITypeSanEntries
  • PartnerAPITypeSanEntry
  • PartnerAPITypeSanVerification
  • PartnerAPITypeSanVerificationManualState
  • PartnerAPITypeSanVerificationState
  • PartnerAPITypeSanVerificationStateEnum
  • PartnerAPITypeSanVerificationStates
  • PartnerAPITypeSanVerificationSystemMethodEnum
  • PartnerAPITypeSanVerificationSystemState
  • PartnerAPITypeSerialNumbers
  • PartnerAPITypeValidateOrderParametersRequest
  • PartnerAPITypeValidateOrderParametersResponse
  • PartnerAPITypeVerificationMethodType
  • PartnerAPITypeVerifyOrderParameters
  • PartnerAPITypeVerifyOrderRequest
  • PartnerAPITypeVerifyOrderResponse
  • Overview
  • Package
  • Class
  • Tree

Class PartnerAPITypeEmailVerification

This class represents the emailVerification WSDL type.

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

PartnerAPIType
Extended by PartnerAPITypeEmailVerification
Package: types
Copyright: Copyright (c) 2020 Asseco Data Systems SA
License: license.txt
Located at certumPartnerAPI/types/typeEmailVerification.php
Methods summary
protected array
# initData( )

This is an abstract method used to initialize type elements.

This is an abstract method used to initialize type elements.

When overriden, it must return an array containing all elements for a given type. The structure of this array is defined in the description of $elems variable. If a type is deriving from another type derived from PartnerAPIType then the implementations of this method must call the parent's initData() method and merge all elements.

Returns

array
A set of all type elements
Methods inherited from PartnerAPIType
__call(), __construct(), __get(), addElement(), findElemName(), getDataAsArray(), getElement(), resetData(), setData(), setElement()
Magic methods summary
public PartnerAPITypeEmailVerification
# setEmail( string $value = )

Sets the email element.

Sets the email element.

Parameters

$value
string
$value

Returns

PartnerAPITypeEmailVerification
public string
# getEmail( )

Gets the email element.

Gets the email element.

Returns

string
public PartnerAPITypeEmailVerification
# setVerified( boolean $value = )

Sets the verified element.

Sets the verified element.

Parameters

$value
boolean
$value

Returns

PartnerAPITypeEmailVerification
public boolean
# getVerified( )

Gets the verified element.

Gets the verified element.

Returns

boolean
public PartnerAPITypeEmailVerification
# setSendDate( string $value = )

Sets the sendDate element.

Sets the sendDate element.

Parameters

$value
string
$value

Returns

PartnerAPITypeEmailVerification
public string
# getSendDate( )

Gets the sendDate element.

Gets the sendDate element.

Returns

string
public PartnerAPITypeEmailVerification
# setVerificationLinkValidityDate( string $value = )

Sets the verificationLinkValidityDate element.

Sets the verificationLinkValidityDate element.

Parameters

$value
string
$value

Returns

PartnerAPITypeEmailVerification
public string
# getVerificationLinkValidityDate( )

Gets the verificationLinkValidityDate element.

Gets the verificationLinkValidityDate element.

Returns

string
public PartnerAPITypeEmailVerification
# setVerificationDate( string $value = )

Sets the verificationDate element.

Sets the verificationDate element.

Parameters

$value
string
$value

Returns

PartnerAPITypeEmailVerification
public string
# getVerificationDate( )

Gets the verificationDate element.

Gets the verificationDate element.

Returns

string
public PartnerAPITypeEmailVerification
# setVerificationValidity( string $value = )

Sets the verificationValidity element.

Sets the verificationValidity element.

Parameters

$value
string
$value

Returns

PartnerAPITypeEmailVerification
public string
# getVerificationValidity( )

Gets the verificationValidity element or NULL.

Gets the verificationValidity element or NULL.

Returns

string
Properties inherited from PartnerAPIType
$elems
Magic properties summary
public string $email
#

Gets the email element.

Gets the email element.

public boolean $verified
#

Gets the verified element.

Gets the verified element.

public string $sendDate
#

Gets the sendDate element.

Gets the sendDate element.

public string $verificationLinkValidityDate
#

Gets the verificationLinkValidityDate element.

Gets the verificationLinkValidityDate element.

public string $verificationDate
#

Gets the verificationDate element.

Gets the verificationDate element.

public string $verificationValidity
#

Gets the verificationValidity element or NULL.

Gets the verificationValidity element or NULL.

API documentation generated by ApiGen 2.8.0