Bitpay\PayoutInstruction::setLabel PHP Метод

setLabel() публичный Метод

Set the employers label for this instruction.
public setLabel ( $label )
$label
    public function setLabel($label)
    {
        if (!empty($label)) {
            $this->label = trim($label);
        }
        return $this;
    }