コード例 #1
0
 static long n_GetAmount(IntPtr jnienv, IntPtr native__this)
 {
     global::IT.Icbpi.XPaySDK.Models.WebApi.Responses.PagamentiSincroni.ApiPagaMPIResponse __this = global::Java.Lang.Object.GetObject <global::IT.Icbpi.XPaySDK.Models.WebApi.Responses.PagamentiSincroni.ApiPagaMPIResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Amount);
 }
コード例 #2
0
 static IntPtr n_GetXid(IntPtr jnienv, IntPtr native__this)
 {
     global::IT.Icbpi.XPaySDK.Models.WebApi.Responses.PagamentiSincroni.ApiPagaMPIResponse __this = global::Java.Lang.Object.GetObject <global::IT.Icbpi.XPaySDK.Models.WebApi.Responses.PagamentiSincroni.ApiPagaMPIResponse> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.Xid));
 }