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

total_cost() public method

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