ePages 6.17.52 - DE_EPAGES/PayPalPlus/API/Webservice/PatchPayment/AddressRepository.pm

Package DE_EPAGES::PayPalPlus::API::Webservice::PatchPayment::AddressRepository

class handle the shipping information of the request

Functions

collectData
getAddressDTO
new

collectData

Collect Address to create the AddressDTO object

Syntax
collectData( $Address );
Input
$Address (DE_EPAGES::Address::API::Object::Address)
Address object
Return
(boolean)
boolean flag if AddressDTO was successful created

getAddressDTO

Get AddressDTO object

Syntax
getAddressDTO( );
Return
(DE_EPAGES::PayPalPlus::API::Webservice::PatchPayment::AddressDTO)
AddressDTO object

new

constructor

Syntax
new( );
Return
$self (DE_EPAGES::PayPalPlus::API::Webservice::PatchPayment::AddressRepository)
self