Class PostAutomaticBillingBatchDetailRequest
Represents the a request for the PostAutomaticBillingBatchDetail method.
Inheritance
System.Object
PostAutomaticBillingBatchDetailRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostAutomaticBillingBatchDetailRequest : ServiceRequest
Constructors
PostAutomaticBillingBatchDetailRequest()
Declaration
public PostAutomaticBillingBatchDetailRequest()
Properties
BillingCodeTransactionList
BillingCodeTransactionList
Declaration
public List<BillingCodeTransaction> BillingCodeTransactionList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BillingCodeTransaction> |
BillingType
BillingType
Declaration
public string BillingType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusId
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsPostingFee
This should be True inorder to Save and Post Fee. If this is False then the data will be Saved without Posting Fee.
Declaration
public bool IsPostingFee { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Reference
Reference
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermId
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TransactionDate
TransactionDate
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UserId
UserId
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |