public function Refund($credit_card_type, $cardholderName, $transarmor_token, $credit_card_expiry, $cvd_code, $amount){

        $this->setTransactionType("04");
        $this->setCreditCardType($credit_card_type);
        $this->setCardholderName($cardholderName);