Package DE_EPAGES::PayPalPlus::API::Requirement
Provides methods in order to determine if the requirements for the usage of PayPalPlus are fullfilled.
Functions
areMandatoryFieldsSet
Determines if all necessary address fields are set as mandatory.
Syntax |
$AreMandatoryFieldsSet = $Requirement->areMandatoryFieldsSet(); |
Return |
|
isMerchantAddressSet
Determines if all necessary fields of the shop address contain a valid value.
Syntax |
$IsMerchantAddressSet = isMerchantAddressSet(); |
Return |
|
new
constructor
Syntax |
new( ); |
Input |
|
Return |
|