PHP Class PayPal\Api\ErrorDetails

Details about a specific error.
Inheritance: extends PayPal\Common\PayPalModel
Afficher le fichier Open project: paypal/rest-api-sdk-php Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

getCode() public méthode

PayPal internal error code.
Deprecation: Not publicly available
public getCode ( ) : string
Résultat string

getField() public méthode

Name of the field that caused the error.
public getField ( ) : string
Résultat string

getIssue() public méthode

Reason for the error.
public getIssue ( ) : string
Résultat string

getPurchaseUnitReferenceId() public méthode

Reference ID of the purchase_unit associated with this error
Deprecation: Not publicly available
public getPurchaseUnitReferenceId ( ) : string
Résultat string

setCode() public méthode

PayPal internal error code.
Deprecation: Not publicly available
public setCode ( string $code )
$code string

setField() public méthode

Name of the field that caused the error.
public setField ( string $field )
$field string

setIssue() public méthode

Reason for the error.
public setIssue ( string $issue )
$issue string

setPurchaseUnitReferenceId() public méthode

Reference ID of the purchase_unit associated with this error
Deprecation: Not publicly available
public setPurchaseUnitReferenceId ( string $purchase_unit_reference_id )
$purchase_unit_reference_id string