Mollie_API_Object_Payment::isPaidOut PHP Method

isPaidOut() public method

Note: When a payment is refunded or charged back, the status 'refunded'/'charged_back' will overwrite the 'paidout' status.
public isPaidOut ( ) : boolean
return boolean
    public function isPaidOut()
    {
        return $this->status == self::STATUS_PAIDOUT;
    }