Package DE_EPAGES::PayPalPlus::API::Webservice::GetMerchantStatus::Service
class to handle the GetMerchantStatus for PayPal plus
Functions
- doRequest
- getMerchantClientId
- getMerchantId
- getMerchantStatusConflicts
- getPaymentsReceivable
- getPrimaryEmail
- getPrimaryEmailConfirmed
- getProducts
- hasMerchantStatusConflicts
- new
- persistResponse
doRequest
Create request to epagesj and handle the answer
Syntax |
$WasSuccessful = $self->doRequest( $PaymentMethodPayPalPlus ); |
Input |
|
Return |
|
getMerchantClientId
return obtained merchant client id value from service call
Syntax |
$MerchantClientId = $self->getMerchantClientId( ); |
Return |
|
getMerchantId
return obtained merchant id value from service call
Syntax |
$MerchantId = $self->getMerchantId( ); |
Return |
|
getMerchantStatusConflicts
return merchant status non conformant for operation values (conflicts)
Syntax |
$aConflicts = $self->getMerchantStatusConflicts( ); |
Return |
|
getPaymentsReceivable
return service call information whether payments are receivable for the PayPal account
Syntax |
$PaymentsReceivable = $self->getPaymentsReceivable( ); |
Return |
|
getPrimaryEmail
return service call information about primary email used for the PayPal account
Syntax |
$PrimaryEmail = $self->getPrimaryEmail( ); |
Return |
|
getPrimaryEmailConfirmed
return service call information whether primary email is confirmed for the PayPal account
Syntax |
$PrimaryEmailConfirmed = $self->getPrimaryEmailConfirmed( ); |
Return |
|
getProducts
return available products for the PayPal account from service call
Syntax |
$aProducts = $self->getProducts( ); |
Return |
|
hasMerchantStatusConflicts
return either merchant status has non conformant for operation values (conflicts) or not
Syntax |
$HasMerchantStatusConflicts = $self->hasMerchantStatusConflicts( ); |
Return |
|
new
constructor
Syntax |
new( ); |
Return |
|
persistResponse
save required response entries into repository
Syntax |
$WasSuccessful = $self->persistResponse( $PaymentMethodPayPalPlus ); |
Input |
|
Return |
|