Class PostShoppingSheetCommentsRequest
Represents the a request for the PostShoppingSheetComments method.
Inheritance
System.Object
PostShoppingSheetCommentsRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PostShoppingSheetCommentsRequest : ServiceRequest
Constructors
PostShoppingSheetCommentsRequest()
Declaration
public PostShoppingSheetCommentsRequest()
Properties
ShoppingSheetComments
Declaration
public List<FaShoppingSheetCommentEntity> ShoppingSheetComments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FaShoppingSheetCommentEntity> |