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

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

Set the Bitpay ID for this payout instruction
public setId ( $id )
$id
    public function setId($id)
    {
        if (!empty($id)) {
            $this->id = trim($id);
        }
        return $this;
    }