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