Class PaymentExecution
Class PaymentExecution
Let's you execute a PayPal Account based Payment resource with the payer_id obtained from web approval url.
- PayPal\Common\PayPalModel
- PayPal\Api\PaymentExecution
Methods summary
public
|
|
public
string
|
|
public
|
#
setCarrierAccountId( string $carrier_account_id )
Carrier account id for a carrier billing payment. For a carrier billing payment, payer_id is not applicable. |
public
string
|
#
getCarrierAccountId( )
Carrier account id for a carrier billing payment. For a carrier billing payment, payer_id is not applicable. |
public
|
#
setTransactions(
Transactional details including the amount and item details. |
public
|
|
public
|
|
public
|
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()