Class GenerateInterestChargesUpdateRequest
Inheritance
System.Object
GenerateInterestChargesUpdateRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GenerateInterestChargesUpdateRequest : ServiceRequest
Constructors
GenerateInterestChargesUpdateRequest()
Declaration
public GenerateInterestChargesUpdateRequest()
Properties
BillCode
Declaration
public string BillCode { get; set; }
Property Value
Type |
Description |
System.String |
|
GenerateInterestCharges
Declaration
public List<GenerateInterestCharges> GenerateInterestCharges { get; set; }
Property Value
InterestChargeBasis
Declaration
public string InterestChargeBasis { get; set; }
Property Value
Type |
Description |
System.String |
|