PayPal\Api\ErrorDetails::setField PHP 메소드

setField() 공개 메소드

Name of the field that caused the error.
public setField ( string $field )
$field string
    public function setField($field)
    {
        $this->field = $field;
        return $this;
    }