Class ScheduledRefundDetail
Inheritance
System.Object
ScheduledRefundDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ScheduledRefundDetail
Constructors
ScheduledRefundDetail()
Declaration
public ScheduledRefundDetail()
Properties
RefundId
REQUIRED. specify the Id of the scheduled refund row in the Refund entity that is being updated.
Declaration
public int RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Status
REQUIRED. Valid Values: N, S. If the current status of the Refund is not N or S, a validation message will be generated. If the current status of the Refund is N and the value specified for this property is N, a validation message will be generated. If the current status of the Refund is S and the value specified for this property is S, a validation message will be generated.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |