Méthode |
Description |
|
getAmount ( ) : Amount |
Details including both refunded amount (to payer) and refunded fee (to payee). |
|
getDescription ( ) : string |
Description of what is being refunded for. Character length and limitations: 255 single-byte alphanumeric characters. |
|
getInvoiceNumber ( ) : string |
The invoice number that is used to track this payment. Character length and limitations: 127 single-byte alphanumeric characters. |
|
getReason ( ) : string |
Reason description for the Sale transaction being refunded. |
|
getRefundAdvice ( ) : boolean |
Flag to indicate that the buyer was already given store credit for a given transaction. |
|
getRefundSource ( ) : string |
Type of PayPal funding source (balance or eCheck) that can be used for auto refund. |
|
setAmount ( Amount $amount ) |
Details including both refunded amount (to payer) and refunded fee (to payee). |
|
setDescription ( string $description ) |
Description of what is being refunded for. Character length and limitations: 255 single-byte alphanumeric characters. |
|
setInvoiceNumber ( string $invoice_number ) |
The invoice number that is used to track this payment. Character length and limitations: 127 single-byte alphanumeric characters. |
|
setReason ( string $reason ) |
Reason description for the Sale transaction being refunded. |
|
setRefundAdvice ( boolean $refund_advice ) |
Flag to indicate that the buyer was already given store credit for a given transaction. |
|
setRefundSource ( string $refund_source ) |
Type of PayPal funding source (balance or eCheck) that can be used for auto refund. |
|