ePages 7.21.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
$BasketOrOrder (
DE_EPAGES::Order::API::Object::Basket
DE_EPAGES::Order::API::Object::CustomerOrder)
Basket or order 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