コード例 #1
0
 public RegisterTokenResponse(ServiceReference1.ecomPaymentType RegisterTokenResponse1)
 {
     this.RegisterTokenResponse1 = RegisterTokenResponse1;
 }
コード例 #2
0
 public System.Threading.Tasks.Task <ServiceReference1.AuthenticateResponse> AuthenticateAsync(ServiceReference1.ecomPaymentType AuthenticateRequest1)
 {
     ServiceReference1.AuthenticateRequest inValue = new ServiceReference1.AuthenticateRequest();
     inValue.AuthenticateRequest1 = AuthenticateRequest1;
     return(((ServiceReference1.EcomPortType)(this)).AuthenticateAsync(inValue));
 }
コード例 #3
0
 public GetPaymentResponse(ServiceReference1.ecomPaymentType GetPaymentResponse1)
 {
     this.GetPaymentResponse1 = GetPaymentResponse1;
 }
コード例 #4
0
 public RegisterTokenRequest(ServiceReference1.ecomPaymentType RegisterTokenRequest1)
 {
     this.RegisterTokenRequest1 = RegisterTokenRequest1;
 }
コード例 #5
0
 public CloseResponse(ServiceReference1.ecomPaymentType CloseResponse1)
 {
     this.CloseResponse1 = CloseResponse1;
 }
コード例 #6
0
 public GetPaymentRequest(ServiceReference1.ecomPaymentType GetPaymentRequest1)
 {
     this.GetPaymentRequest1 = GetPaymentRequest1;
 }
コード例 #7
0
 public ReverseResponse(ServiceReference1.ecomPaymentType ReverseResponse1)
 {
     this.ReverseResponse1 = ReverseResponse1;
 }
コード例 #8
0
 public PaymentResponse(ServiceReference1.ecomPaymentType PaymentResponse1)
 {
     this.PaymentResponse1 = PaymentResponse1;
 }
コード例 #9
0
 public DepositResponse(ServiceReference1.ecomPaymentType DepositResponse1)
 {
     this.DepositResponse1 = DepositResponse1;
 }
コード例 #10
0
 public ReverseRequest(ServiceReference1.ecomPaymentType ReverseRequest1)
 {
     this.ReverseRequest1 = ReverseRequest1;
 }
コード例 #11
0
 public DepositRequest(ServiceReference1.ecomPaymentType DepositRequest1)
 {
     this.DepositRequest1 = DepositRequest1;
 }
コード例 #12
0
 public AuthenticateResponse(ServiceReference1.ecomPaymentType AuthenticateResponse1)
 {
     this.AuthenticateResponse1 = AuthenticateResponse1;
 }
コード例 #13
0
 public AuthenticateRequest(ServiceReference1.ecomPaymentType AuthenticateRequest1)
 {
     this.AuthenticateRequest1 = AuthenticateRequest1;
 }
コード例 #14
0
 public System.Threading.Tasks.Task <ServiceReference1.GetPaymentResponse> GetPaymentAsync(ServiceReference1.ecomPaymentType GetPaymentRequest1)
 {
     ServiceReference1.GetPaymentRequest inValue = new ServiceReference1.GetPaymentRequest();
     inValue.GetPaymentRequest1 = GetPaymentRequest1;
     return(((ServiceReference1.EcomPortType)(this)).GetPaymentAsync(inValue));
 }
コード例 #15
0
 public CloseRequest(ServiceReference1.ecomPaymentType CloseRequest1)
 {
     this.CloseRequest1 = CloseRequest1;
 }
コード例 #16
0
 public System.Threading.Tasks.Task <ServiceReference1.RegisterTokenResponse> RegisterTokenAsync(ServiceReference1.ecomPaymentType RegisterTokenRequest1)
 {
     ServiceReference1.RegisterTokenRequest inValue = new ServiceReference1.RegisterTokenRequest();
     inValue.RegisterTokenRequest1 = RegisterTokenRequest1;
     return(((ServiceReference1.EcomPortType)(this)).RegisterTokenAsync(inValue));
 }
コード例 #17
0
 public PaymentRequest(ServiceReference1.ecomPaymentType PaymentRequest1)
 {
     this.PaymentRequest1 = PaymentRequest1;
 }