PHP 클래스 PayPal\Api\ErrorDetails

Details about a specific error.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

getCode() 공개 메소드

PayPal internal error code.
사용 중단: Not publicly available
public getCode ( ) : string
리턴 string

getField() 공개 메소드

Name of the field that caused the error.
public getField ( ) : string
리턴 string

getIssue() 공개 메소드

Reason for the error.
public getIssue ( ) : string
리턴 string

getPurchaseUnitReferenceId() 공개 메소드

Reference ID of the purchase_unit associated with this error
사용 중단: Not publicly available

setCode() 공개 메소드

PayPal internal error code.
사용 중단: Not publicly available
public setCode ( string $code )
$code string

setField() 공개 메소드

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

setIssue() 공개 메소드

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

setPurchaseUnitReferenceId() 공개 메소드

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