ePages 7.3.0 - DE_EPAGES/PayPalPlus/API/Webservice/Base/Repository.pm

Package DE_EPAGES::PayPalPlus::API::Webservice::Base::Repository

class to prepare the base data for multiple requests

Functions

buildCredentialDTO
getCredentialDTO
new

buildCredentialDTO

build credentials DTO based on a Paymentmethod

Syntax
buildCredentialDTO( $PaymentMethod );
Input
$PaymentMethod (DE_EPAGES::PayPalPlus::API::Object::PaymentMethodPayPalPlus)
a paymentmethod

getCredentialDTO

Get CredentialDTO object

Syntax
getCredentialDTO( );
Return
(DE_EPAGES::PayPalPlus::API::Webservice::Base::CredentialDTO)
CredentialDTO object

new

constructor

Syntax
new( );
Return
$self (DE_EPAGES::PayPalPlus::API::Webservice::Base::Repository)
self