Method |
Description |
|
addDetail ( ErrorDetails $errorDetails ) |
Append Details to the list. |
|
addLink ( PayPal\Api\Links $links ) |
Append Links to the list. |
|
getCode ( ) : string |
PayPal internal error code. |
|
getDebugId ( ) : string |
PayPal internal identifier used for correlation purposes. |
|
getDetails ( ) : ErrorDetails[] |
Additional details of the error |
|
getFmfDetails ( ) : FmfDetails |
Fraud filter details. Only supported when the payment_method is set to credit_card |
|
getInformationLink ( ) : string |
URI for detailed information related to this error for the developer. |
|
getLinks ( ) : PayPal\Api\Links[] |
Gets Links |
|
getMessage ( ) : string |
Message describing the error. |
|
getName ( ) : string |
Human readable, unique name of the error. |
|
getProcessorResponse ( ) : PayPal\Api\ProcessorResponse |
response codes returned from a payment processor such as avs, cvv, etc. Only supported when the payment_method is set to credit_card. |
|
getPurchaseUnitReferenceId ( ) : string |
Reference ID of the purchase_unit associated with this error |
|
removeDetail ( ErrorDetails $errorDetails ) |
Remove Details from the list. |
|
removeLink ( PayPal\Api\Links $links ) |
Remove Links from the list. |
|
setCode ( string $code ) |
PayPal internal error code. |
|
setDebugId ( string $debug_id ) |
PayPal internal identifier used for correlation purposes. |
|
setDetails ( ErrorDetails[] $details ) |
Additional details of the error |
|
setFmfDetails ( FmfDetails $fmf_details ) |
Fraud filter details. Only supported when the payment_method is set to credit_card |
|
setInformationLink ( string $information_link ) |
URI for detailed information related to this error for the developer. |
|
setLinks ( PayPal\Api\Links[] $links ) |
Sets Links |
|
setMessage ( string $message ) |
Message describing the error. |
|
setName ( string $name ) |
Human readable, unique name of the error. |
|
setProcessorResponse ( PayPal\Api\ProcessorResponse $processor_response ) |
response codes returned from a payment processor such as avs, cvv, etc. Only supported when the payment_method is set to credit_card. |
|
setPurchaseUnitReferenceId ( string $purchase_unit_reference_id ) |
Reference ID of the purchase_unit associated with this error |
|