Exemple #1
0
 public System.Threading.Tasks.Task <AIA.Life.Integration.Services.AIAOnlinePremiumService.paymentReversalResponse> paymentReversalAsync(string policyNo, string instType, string instNo, double amount, string clientID, string password)
 {
     AIA.Life.Integration.Services.AIAOnlinePremiumService.paymentReversalRequest inValue = new AIA.Life.Integration.Services.AIAOnlinePremiumService.paymentReversalRequest();
     inValue.Body          = new AIA.Life.Integration.Services.AIAOnlinePremiumService.paymentReversalRequestBody();
     inValue.Body.policyNo = policyNo;
     inValue.Body.instType = instType;
     inValue.Body.instNo   = instNo;
     inValue.Body.amount   = amount;
     inValue.Body.clientID = clientID;
     inValue.Body.password = password;
     return(((AIA.Life.Integration.Services.AIAOnlinePremiumService.Life)(this)).paymentReversalAsync(inValue));
 }
Exemple #2
0
 public int paymentReversal(string policyNo, string instType, string instNo, double amount, string clientID, string password)
 {
     AIA.Life.Integration.Services.AIAOnlinePremiumService.paymentReversalRequest inValue = new AIA.Life.Integration.Services.AIAOnlinePremiumService.paymentReversalRequest();
     inValue.Body          = new AIA.Life.Integration.Services.AIAOnlinePremiumService.paymentReversalRequestBody();
     inValue.Body.policyNo = policyNo;
     inValue.Body.instType = instType;
     inValue.Body.instNo   = instNo;
     inValue.Body.amount   = amount;
     inValue.Body.clientID = clientID;
     inValue.Body.password = password;
     AIA.Life.Integration.Services.AIAOnlinePremiumService.paymentReversalResponse retVal = ((AIA.Life.Integration.Services.AIAOnlinePremiumService.Life)(this)).paymentReversal(inValue);
     return(retVal.Body.@return);
 }
Exemple #3
0
 System.Threading.Tasks.Task <AIA.Life.Integration.Services.AIAOnlinePremiumService.paymentReversalResponse> AIA.Life.Integration.Services.AIAOnlinePremiumService.Life.paymentReversalAsync(AIA.Life.Integration.Services.AIAOnlinePremiumService.paymentReversalRequest request)
 {
     return(base.Channel.paymentReversalAsync(request));
 }
Exemple #4
0
 AIA.Life.Integration.Services.AIAOnlinePremiumService.paymentReversalResponse AIA.Life.Integration.Services.AIAOnlinePremiumService.Life.paymentReversal(AIA.Life.Integration.Services.AIAOnlinePremiumService.paymentReversalRequest request)
 {
     return(base.Channel.paymentReversal(request));
 }