Mollie_API_Object_Payment::isPaidOut PHP 메소드

isPaidOut() 공개 메소드

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