public GamePortal.API.PayConfig.CardConfig[] GetCardConfigs() { GamePortal.API.PayConfig.GetCardConfigsRequest inValue = new GamePortal.API.PayConfig.GetCardConfigsRequest(); inValue.Body = new GamePortal.API.PayConfig.GetCardConfigsRequestBody(); GamePortal.API.PayConfig.GetCardConfigsResponse retVal = ((GamePortal.API.PayConfig.configSoap)(this)).GetCardConfigs(inValue); return(retVal.Body.GetCardConfigsResult); }
public System.Threading.Tasks.Task <GamePortal.API.PayConfig.GetCardConfigsResponse> GetCardConfigsAsync() { GamePortal.API.PayConfig.GetCardConfigsRequest inValue = new GamePortal.API.PayConfig.GetCardConfigsRequest(); inValue.Body = new GamePortal.API.PayConfig.GetCardConfigsRequestBody(); return(((GamePortal.API.PayConfig.configSoap)(this)).GetCardConfigsAsync(inValue)); }
System.Threading.Tasks.Task <GamePortal.API.PayConfig.GetCardConfigsResponse> GamePortal.API.PayConfig.configSoap.GetCardConfigsAsync(GamePortal.API.PayConfig.GetCardConfigsRequest request) { return(base.Channel.GetCardConfigsAsync(request)); }
GamePortal.API.PayConfig.GetCardConfigsResponse GamePortal.API.PayConfig.configSoap.GetCardConfigs(GamePortal.API.PayConfig.GetCardConfigsRequest request) { return(base.Channel.GetCardConfigs(request)); }