コード例 #1
0
 public System.Threading.Tasks.Task <ZarinpalServiceReference.PaymentVerificationWithExtraResponse> PaymentVerificationWithExtraAsync(string MerchantID, string Authority, int Amount)
 {
     ZarinpalServiceReference.PaymentVerificationWithExtraRequest inValue = new ZarinpalServiceReference.PaymentVerificationWithExtraRequest();
     inValue.Body            = new ZarinpalServiceReference.PaymentVerificationWithExtraRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     return(((ZarinpalServiceReference.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtraAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <ZarinpalServiceReference.PaymentVerificationWithExtraResponse> ZarinpalServiceReference.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtraAsync(ZarinpalServiceReference.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtraAsync(request));
 }