Class PostBatchChargeRequest
Represents the PostBatchChargeRequest service request.
Inheritance
System.Object
PostBatchChargeRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostBatchChargeRequest : BatchChargeRequest
Constructors
PostBatchChargeRequest()
Declaration
public PostBatchChargeRequest()
Properties
BatchName
Declaration
public string BatchName { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsEnrollmentDateBilledUpdateRequired
Declaration
public bool IsEnrollmentDateBilledUpdateRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsGenerateInvoice
Declaration
public bool? IsGenerateInvoice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsSubsidiary
Declaration
public bool IsSubsidiary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTaxIncluded
Declaration
public bool? IsTaxIncluded { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
LoggedInUserdId
Declaration
public int LoggedInUserdId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ParentTermId
Declaration
public int ParentTermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PostBatchChargeList
Declaration
public List<StudentBatchCharge> PostBatchChargeList { get; set; }
Property Value
PostBatchChargeTaxList
Declaration
public List<PostAccountTransactionChargeTax> PostBatchChargeTaxList { get; set; }
Property Value
TransactionAmount
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|