Class GetRevenueEarningMethodResponse
Represents the response for the GetRevenueEarningMethod method.
Inheritance
System.Object
GetRevenueEarningMethodResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetRevenueEarningMethodResponse : ServiceResponse
Constructors
GetRevenueEarningMethodResponse()
Declaration
public GetRevenueEarningMethodResponse()
Properties
RevenueEarningMethodList
Declaration
public ICollection<GetRevenueEarningMethod> RevenueEarningMethodList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<GetRevenueEarningMethod> |