ePages 7.38.0 - DE_EPAGES/TrustedShops/API/TrustedShopsCertificateHandler.pm

Package DE_EPAGES::TrustedShops::API::TrustedShopsCertificateHandler

Trusted Shops certificate creation controller

Functions

createCertificateObject
getCertificateObject
new

createCertificateObject

Trusted Shops certificate creation method

Syntax
createCertificateObject();
Return
$CreatedTrustedShopsID (Object ID for Trusted Shops Certificate)
integer

getCertificateObject

Returns Trusted Shops certificate object

Syntax
getCertificateObject();
Input
$TrustedShopsID
TrustedShopsCertificate ID
Return
$TrustedShopsCertificate (Object for Trusted Shops Certificate)
object

new

constuctor

Syntax
new( );
Input
$Shop
Shop
$TrustedShopsID
TrustedShopsCertificate ID
$IsExcellence
Excellence
$CertificateLanguage
Language of certificate
Return
$self (DE_EPAGES::TrustedShops::API::TrustedShopsCertificateHandler)
self