mapdev\FacebookMessenger\Components\ReceiptSummary::subtotal PHP Method

subtotal() public method

public subtotal ( $subtotal )
    public function subtotal($subtotal)
    {
        $this->subtotal = $subtotal;
        return $this;
    }