ePages 6.17.39 - DE_EPAGES/PayPalPlus/API/Webservice/PatchPayment/ShippingAddressRepository.pm

Package DE_EPAGES::PayPalPlus::API::Webservice::PatchPayment::ShippingAddressRepository

class handle the shipping information of the request

Functions

collectData
getShippingAddressDTO
new

collectData

Collect ShippingAddress to create the ShippingAddressDTO object

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

getShippingAddressDTO

Get ShippingAddressDTO object

Syntax
getShippingAddressDTO( );
Return
(DE_EPAGES::PayPalPlus::API::Webservice::PatchPayment::ShippingAddressDTO)
ShippingAddressDTO object

new

constructor

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