internal static global::System.Runtime.InteropServices.HandleRef getCPtr(RefundCResponse obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public RefundResponse(RefundCResponse cresponse)
 {
     Response = cresponse;
 }
        public static RefundCResponse refund(int transactionID)
        {
            RefundCResponse ret = new RefundCResponse(TransbankWrapPINVOKE.refund(transactionID), true);

            return(ret);
        }