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