ePages 7.3.0 - DE_EPAGES/Ipayment/API/Requirement.pm

Package DE_EPAGES::Ipayment::API::Requirement

Determines the requirements for using Ipayment.

Functions

areMandatoryFieldsSet
new

areMandatoryFieldsSet

Checks if necessary address fields are set to mandatory.

Syntax
$AreMandatoryFieldsSet = $Requirement->areMandatoryFieldsSet();
Return
(boolean)
True if all necessary fields are set to mandatory

new

Constructor

Syntax
new( $Input1 );
Input
$Shop (DE_EPAGES::Shop::API::Shop)
Shop
Return
$self (DE_EPAGES::Ipayment::API::Requirement)
self