public unsafe void PagamentoRicorrenteMOTO(global::IT.Icbpi.XPaySDK.Models.WebApi.Requests.Ricorrenze.ApiPagamentoRicorrenteMOTORequest p0, global::IT.Icbpi.XPaySDK.CallBacks.IApiResponseCallback p1)
 {
     if (id_pagamentoRicorrenteMOTO_Lit_icbpi_XPaySDK_Models_WebApi_Requests_Ricorrenze_ApiPagamentoRicorrenteMOTORequest_Lit_icbpi_XPaySDK_CallBacks_ApiResponseCallback_ == IntPtr.Zero)
     {
         id_pagamentoRicorrenteMOTO_Lit_icbpi_XPaySDK_Models_WebApi_Requests_Ricorrenze_ApiPagamentoRicorrenteMOTORequest_Lit_icbpi_XPaySDK_CallBacks_ApiResponseCallback_ = JNIEnv.GetMethodID(class_ref, "pagamentoRicorrenteMOTO", "(Lit/icbpi/XPaySDK/Models/WebApi/Requests/Ricorrenze/ApiPagamentoRicorrenteMOTORequest;Lit/icbpi/XPaySDK/CallBacks/ApiResponseCallback;)V");
     }
     try {
         JValue *__args = stackalloc JValue [2];
         __args [0] = new JValue(p0);
         __args [1] = new JValue(p1);
         JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_pagamentoRicorrenteMOTO_Lit_icbpi_XPaySDK_Models_WebApi_Requests_Ricorrenze_ApiPagamentoRicorrenteMOTORequest_Lit_icbpi_XPaySDK_CallBacks_ApiResponseCallback_, __args);
     } finally {
     }
 }
Example #2
0
 static long n_GetAmount(IntPtr jnienv, IntPtr native__this)
 {
     global::IT.Icbpi.XPaySDK.Models.WebApi.Requests.Ricorrenze.ApiPagamentoRicorrenteMOTORequest __this = global::Java.Lang.Object.GetObject <global::IT.Icbpi.XPaySDK.Models.WebApi.Requests.Ricorrenze.ApiPagamentoRicorrenteMOTORequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Amount);
 }
Example #3
0
 static IntPtr n_GetNContract(IntPtr jnienv, IntPtr native__this)
 {
     global::IT.Icbpi.XPaySDK.Models.WebApi.Requests.Ricorrenze.ApiPagamentoRicorrenteMOTORequest __this = global::Java.Lang.Object.GetObject <global::IT.Icbpi.XPaySDK.Models.WebApi.Requests.Ricorrenze.ApiPagamentoRicorrenteMOTORequest> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.NContract));
 }