public TotalsResponse(TotalsCResponse cresponse)
 {
     Response = cresponse;
 }
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TotalsCResponse obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
        public static TotalsCResponse get_totals()
        {
            TotalsCResponse ret = new TotalsCResponse(TransbankWrapPINVOKE.get_totals(), true);

            return(ret);
        }