ePages 7.17.0 - DE_EPAGES/PayPalPlus/API/Webservice/PatchPayment/RequestRepository.pm

Package DE_EPAGES::PayPalPlus::API::Webservice::PatchPayment::RequestRepository

class handle the shipping information of the request

Functions

collectData
getRequestDTO
new

collectData

Collect ShippingAddress to create the ShippingAddressDTO object

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

getRequestDTO

Get RequestDTO object

Syntax
getRequestDTO( );
Return
(DE_EPAGES::PayPalPlus::API::Webservice::PatchPayment::RequestDTO)
RequestDTO object

new

constructor

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