PayPal\Api\Invoice::setPaidAmount PHP Method

setPaidAmount() public method

Payment summary of the invoice including amount paid through PayPal and other sources.
public setPaidAmount ( PaymentSummary $paid_amount )
$paid_amount PaymentSummary
    public function setPaidAmount($paid_amount)
    {
        $this->paid_amount = $paid_amount;
        return $this;
    }