예제 #1
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void DebitOtherCostsAsync(string Username, string Password, double FeeAmount, DebitType TypeOfDebit, OptionalParameters[] OptionalParam, object userState) {
     if ((this.DebitOtherCostsOperationCompleted == null)) {
         this.DebitOtherCostsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDebitOtherCostsOperationCompleted);
     }
     this.InvokeAsync("DebitOtherCosts", new object[] {
                 Username,
                 Password,
                 FeeAmount,
                 TypeOfDebit,
                 OptionalParam}, this.DebitOtherCostsOperationCompleted, userState);
 }
예제 #2
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void GetPaycloudFeeAsync(string AccessKey, string Username, string Password, decimal Amount, OptionalParameters[] OptionalParam) {
     this.GetPaycloudFeeAsync(AccessKey, Username, Password, Amount, OptionalParam, null);
 }
예제 #3
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void GenerateBonusRechargeAsync(string AccessKey, string Username, string Password, double Amount, OptionalParameters[] OptionalParam) {
     this.GenerateBonusRechargeAsync(AccessKey, Username, Password, Amount, OptionalParam, null);
 }
예제 #4
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 public eMessageResult RefundCredit(string AccessKey, string Username, string Password, string RefundUsername, decimal Amount, OptionalParameters[] OptionalParam) {
     object[] results = this.Invoke("RefundCredit", new object[] {
                 AccessKey,
                 Username,
                 Password,
                 RefundUsername,
                 Amount,
                 OptionalParam});
     return ((eMessageResult)(results[0]));
 }
예제 #5
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void RefundCreditAsync(string AccessKey, string Username, string Password, string RefundUsername, decimal Amount, OptionalParameters[] OptionalParam, object userState) {
     if ((this.RefundCreditOperationCompleted == null)) {
         this.RefundCreditOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRefundCreditOperationCompleted);
     }
     this.InvokeAsync("RefundCredit", new object[] {
                 AccessKey,
                 Username,
                 Password,
                 RefundUsername,
                 Amount,
                 OptionalParam}, this.RefundCreditOperationCompleted, userState);
 }
예제 #6
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 public eMessageProductPriceResult GetProductPrice(string username, string password, string product, OptionalParameters[] OptionalParam) {
     object[] results = this.Invoke("GetProductPrice", new object[] {
                 username,
                 password,
                 product,
                 OptionalParam});
     return ((eMessageProductPriceResult)(results[0]));
 }
예제 #7
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void GetProductPriceAsync(string username, string password, string product, OptionalParameters[] OptionalParam, object userState) {
     if ((this.GetProductPriceOperationCompleted == null)) {
         this.GetProductPriceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetProductPriceOperationCompleted);
     }
     this.InvokeAsync("GetProductPrice", new object[] {
                 username,
                 password,
                 product,
                 OptionalParam}, this.GetProductPriceOperationCompleted, userState);
 }
예제 #8
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void AssignUserSalesAsync(string AccessKey, string Username, string Password, string MessageProductType, double Percentage, OptionalParameters[] OptionalParam, object userState) {
     if ((this.AssignUserSalesOperationCompleted == null)) {
         this.AssignUserSalesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAssignUserSalesOperationCompleted);
     }
     this.InvokeAsync("AssignUserSales", new object[] {
                 AccessKey,
                 Username,
                 Password,
                 MessageProductType,
                 Percentage,
                 OptionalParam}, this.AssignUserSalesOperationCompleted, userState);
 }
예제 #9
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 public eMessageResult PurchaseServicesAndCanone(string username, string password, PurchaseItem Purchase, OptionalParameters[] OptionalParam) {
     object[] results = this.Invoke("PurchaseServicesAndCanone", new object[] {
                 username,
                 password,
                 Purchase,
                 OptionalParam});
     return ((eMessageResult)(results[0]));
 }
예제 #10
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 public eMessageResult AssignUserSales(string AccessKey, string Username, string Password, string MessageProductType, double Percentage, OptionalParameters[] OptionalParam) {
     object[] results = this.Invoke("AssignUserSales", new object[] {
                 AccessKey,
                 Username,
                 Password,
                 MessageProductType,
                 Percentage,
                 OptionalParam});
     return ((eMessageResult)(results[0]));
 }
예제 #11
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void AssignUserSalesAsync(string AccessKey, string Username, string Password, string MessageProductType, double Percentage, OptionalParameters[] OptionalParam) {
     this.AssignUserSalesAsync(AccessKey, Username, Password, MessageProductType, Percentage, OptionalParam, null);
 }
예제 #12
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void GetTrafficAmountAsync(string Username, string Password, System.DateTime DateTo, System.DateTime DateFrom, OptionalParameters[] OptionalParam, object userState) {
     if ((this.GetTrafficAmountOperationCompleted == null)) {
         this.GetTrafficAmountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTrafficAmountOperationCompleted);
     }
     this.InvokeAsync("GetTrafficAmount", new object[] {
                 Username,
                 Password,
                 DateTo,
                 DateFrom,
                 OptionalParam}, this.GetTrafficAmountOperationCompleted, userState);
 }
예제 #13
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void GetTrafficAmountAsync(string Username, string Password, System.DateTime DateTo, System.DateTime DateFrom, OptionalParameters[] OptionalParam) {
     this.GetTrafficAmountAsync(Username, Password, DateTo, DateFrom, OptionalParam, null);
 }
예제 #14
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 public eMessageResultTrafficAmount GetTrafficAmount(string Username, string Password, System.DateTime DateTo, System.DateTime DateFrom, OptionalParameters[] OptionalParam) {
     object[] results = this.Invoke("GetTrafficAmount", new object[] {
                 Username,
                 Password,
                 DateTo,
                 DateFrom,
                 OptionalParam});
     return ((eMessageResultTrafficAmount)(results[0]));
 }
예제 #15
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void ChangeUserPriceListAsync(string username, string password, int PriceListID, OptionalParameters[] OptionalParam) {
     this.ChangeUserPriceListAsync(username, password, PriceListID, OptionalParam, null);
 }
예제 #16
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void PurchaseServicesAndCanoneAsync(string username, string password, PurchaseItem Purchase, OptionalParameters[] OptionalParam) {
     this.PurchaseServicesAndCanoneAsync(username, password, Purchase, OptionalParam, null);
 }
예제 #17
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void ChangeUserPriceListAsync(string username, string password, int PriceListID, OptionalParameters[] OptionalParam, object userState) {
     if ((this.ChangeUserPriceListOperationCompleted == null)) {
         this.ChangeUserPriceListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChangeUserPriceListOperationCompleted);
     }
     this.InvokeAsync("ChangeUserPriceList", new object[] {
                 username,
                 password,
                 PriceListID,
                 OptionalParam}, this.ChangeUserPriceListOperationCompleted, userState);
 }
예제 #18
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 public eMessageResultPrepaidSpedition PurchasePrepaidSpedition(string username, string password, PrepaidSpeditionItem Purchase, OptionalParameters[] OptionalParam) {
     object[] results = this.Invoke("PurchasePrepaidSpedition", new object[] {
                 username,
                 password,
                 Purchase,
                 OptionalParam});
     return ((eMessageResultPrepaidSpedition)(results[0]));
 }
예제 #19
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void GetProductPriceAsync(string username, string password, string product, OptionalParameters[] OptionalParam) {
     this.GetProductPriceAsync(username, password, product, OptionalParam, null);
 }
예제 #20
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void PurchasePrepaidSpeditionAsync(string username, string password, PrepaidSpeditionItem Purchase, OptionalParameters[] OptionalParam) {
     this.PurchasePrepaidSpeditionAsync(username, password, Purchase, OptionalParam, null);
 }
예제 #21
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void DebitCreditAsync(string AccessKey, string Username, string Password, string DebitUsername, decimal Amount, OptionalParameters[] OptionalParam) {
     this.DebitCreditAsync(AccessKey, Username, Password, DebitUsername, Amount, OptionalParam, null);
 }
예제 #22
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 public eMessageResultFaxInServicePurchase PurchaseFaxINService(string username, string password, FaxInServiceItem Purchase, OptionalParameters[] OptionalParam) {
     object[] results = this.Invoke("PurchaseFaxINService", new object[] {
                 username,
                 password,
                 Purchase,
                 OptionalParam});
     return ((eMessageResultFaxInServicePurchase)(results[0]));
 }
예제 #23
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void RefundCreditAsync(string AccessKey, string Username, string Password, string RefundUsername, decimal Amount, OptionalParameters[] OptionalParam) {
     this.RefundCreditAsync(AccessKey, Username, Password, RefundUsername, Amount, OptionalParam, null);
 }
예제 #24
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void PurchaseFaxINServiceAsync(string username, string password, FaxInServiceItem Purchase, OptionalParameters[] OptionalParam) {
     this.PurchaseFaxINServiceAsync(username, password, Purchase, OptionalParam, null);
 }
예제 #25
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 public eMessageResult GetPaycloudFee(string AccessKey, string Username, string Password, decimal Amount, OptionalParameters[] OptionalParam) {
     object[] results = this.Invoke("GetPaycloudFee", new object[] {
                 AccessKey,
                 Username,
                 Password,
                 Amount,
                 OptionalParam});
     return ((eMessageResult)(results[0]));
 }
예제 #26
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void PurchaseFaxINServiceAsync(string username, string password, FaxInServiceItem Purchase, OptionalParameters[] OptionalParam, object userState) {
     if ((this.PurchaseFaxINServiceOperationCompleted == null)) {
         this.PurchaseFaxINServiceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPurchaseFaxINServiceOperationCompleted);
     }
     this.InvokeAsync("PurchaseFaxINService", new object[] {
                 username,
                 password,
                 Purchase,
                 OptionalParam}, this.PurchaseFaxINServiceOperationCompleted, userState);
 }
예제 #27
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 public eMessageResult GenerateBonusRecharge(string AccessKey, string Username, string Password, double Amount, OptionalParameters[] OptionalParam) {
     object[] results = this.Invoke("GenerateBonusRecharge", new object[] {
                 AccessKey,
                 Username,
                 Password,
                 Amount,
                 OptionalParam});
     return ((eMessageResult)(results[0]));
 }
예제 #28
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 public eMessageResult ChangeUserPriceList(string username, string password, int PriceListID, OptionalParameters[] OptionalParam) {
     object[] results = this.Invoke("ChangeUserPriceList", new object[] {
                 username,
                 password,
                 PriceListID,
                 OptionalParam});
     return ((eMessageResult)(results[0]));
 }
예제 #29
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void GenerateBonusRechargeAsync(string AccessKey, string Username, string Password, double Amount, OptionalParameters[] OptionalParam, object userState) {
     if ((this.GenerateBonusRechargeOperationCompleted == null)) {
         this.GenerateBonusRechargeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGenerateBonusRechargeOperationCompleted);
     }
     this.InvokeAsync("GenerateBonusRecharge", new object[] {
                 AccessKey,
                 Username,
                 Password,
                 Amount,
                 OptionalParam}, this.GenerateBonusRechargeOperationCompleted, userState);
 }
예제 #30
0
파일: Reference.cs 프로젝트: gipasoft/Sfera
 /// <remarks/>
 public void DebitOtherCostsAsync(string Username, string Password, double FeeAmount, DebitType TypeOfDebit, OptionalParameters[] OptionalParam) {
     this.DebitOtherCostsAsync(Username, Password, FeeAmount, TypeOfDebit, OptionalParam, null);
 }