Example #1
0
 public System.Threading.Tasks.Task <PlatformAdminSite.AccountPaymentPlanService.DataAccessResponseType> CreatePaymentPlanAsync(
     string paymentPlanName,
     decimal monthlyRate,
     int maxUsers,
     int maxCategorizationsPerSet,
     int maxProductsPerSet,
     int maxProperties,
     int maxValuesPerProperty,
     int maxTags,
     bool allowSalesLeads,
     bool allowImageEnhancements,
     bool allowLocationData,
     bool allowCustomOrdering,
     bool allowThemes,
     int monthlySupportHours,
     int maxImageGroups,
     int maxImageFormats,
     int maxImageGalleries,
     int maxImagesPerGallery,
     bool visible,
     string requesterId,
     PlatformAdminSite.AccountPaymentPlanService.RequesterType requesterType,
     string sharedClientKey)
 {
     return(base.Channel.CreatePaymentPlanAsync(paymentPlanName, monthlyRate, maxUsers, maxCategorizationsPerSet, maxProductsPerSet, maxProperties, maxValuesPerProperty, maxTags, allowSalesLeads, allowImageEnhancements, allowLocationData, allowCustomOrdering, allowThemes, monthlySupportHours, maxImageGroups, maxImageFormats, maxImageGalleries, maxImagesPerGallery, visible, requesterId, requesterType, sharedClientKey));
 }
Example #2
0
 public System.Threading.Tasks.Task <PlatformAdminSite.AccountPaymentPlanService.DataAccessResponseType> DeletePaymentPlanAsync(string paymentPlanName, string requesterId, PlatformAdminSite.AccountPaymentPlanService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.DeletePaymentPlanAsync(paymentPlanName, requesterId, requesterType, sharedClientKey));
 }
Example #3
0
 public PlatformAdminSite.AccountPaymentPlanService.DataAccessResponseType DeletePaymentPlan(string paymentPlanName, string requesterId, PlatformAdminSite.AccountPaymentPlanService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.DeletePaymentPlan(paymentPlanName, requesterId, requesterType, sharedClientKey));
 }
Example #4
0
 public System.Threading.Tasks.Task <PlatformAdminSite.AccountPaymentPlanService.DataAccessResponseType> UpdatePlanVisibilityAsync(string paymentPlanName, bool newVisibility, string requesterId, PlatformAdminSite.AccountPaymentPlanService.RequesterType requesterType, string sharedClientKey)
 {
     return(base.Channel.UpdatePlanVisibilityAsync(paymentPlanName, newVisibility, requesterId, requesterType, sharedClientKey));
 }