Method |
Description |
|
getCode ( ) : string |
PayPal internal error code. |
|
getField ( ) : string |
Name of the field that caused the error. |
|
getIssue ( ) : string |
Reason for the error. |
|
getPurchaseUnitReferenceId ( ) : string |
Reference ID of the purchase_unit associated with this error |
|
setCode ( string $code ) |
PayPal internal error code. |
|
setField ( string $field ) |
Name of the field that caused the error. |
|
setIssue ( string $issue ) |
Reason for the error. |
|
setPurchaseUnitReferenceId ( string $purchase_unit_reference_id ) |
Reference ID of the purchase_unit associated with this error |
|