Class PaymentInstruction
Class PaymentInstruction
Contain details of how and when the payment should be made to PayPal in cases of manual bank transfer.
- PayPal\Common\PayPalModel
-
PayPal\Common\PayPalResourceModel
implements
PayPal\Rest\IResource
-
PayPal\Api\PaymentInstruction
Methods summary
public
|
|
public
string
|
|
public
|
#
setInstructionType( string $instruction_type )
Type of payment instruction Valid Values: ["MANUAL_BANK_TRANSFER", "PAY_UPON_INVOICE"] |
public
string
|
|
public
|
#
setRecipientBankingInstruction(
Recipient bank Details. |
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public static
|
#
get( string $paymentId,
Retrieve a payment instruction by passing the payment_id in the request URI. Use this request if you are implementing a solution that includes delayed payment like Pay Upon Invoice (PUI). |
Methods inherited from PayPal\Common\PayPalResourceModel
addLink(),
executeCall(),
getLink(),
getLinks(),
removeLink(),
setLinks(),
updateAccessToken()
Methods inherited from PayPal\Common\PayPalModel
__construct(),
__get(),
__isset(),
__set(),
__toString(),
__unset(),
fromArray(),
fromJson(),
getList(),
setCredential(),
toArray(),
toJSON()