Class JObligationAugmentationType
A data type for additional information about a Obligation.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JObligationAugmentationType : IEquatable<JObligationAugmentationType>
Properties
Context
jObligationAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JObligationAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JObligationAugmentationType.ContextEnum> | jObligationAugmentationType JSON-LD context |
ObligationDelinquentAmount
A dollar amount that is delinquent for Child Support. NIEM reference is j:ObligationDelinquentAmount
Declaration
[DataMember(Name = "obligationDelinquentAmount")]
public List<NcAmountType> ObligationDelinquentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAmountType> | A dollar amount that is delinquent for Child Support. NIEM reference is j:ObligationDelinquentAmount |
ObligationInterestRate
A rate of interest set against an outstanding obligation. NIEM reference is j:ObligationInterestRate
Declaration
[DataMember(Name = "obligationInterestRate")]
public List<NiemXsdecimal> ObligationInterestRate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsdecimal> | A rate of interest set against an outstanding obligation. NIEM reference is j:ObligationInterestRate |
ObligationSuspendedAmount
An amount of an obligation which has been suspended. NIEM reference is j:ObligationSuspendedAmount
Declaration
[DataMember(Name = "obligationSuspendedAmount")]
public List<NcAmountType> ObligationSuspendedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAmountType> | An amount of an obligation which has been suspended. NIEM reference is j:ObligationSuspendedAmount |
Methods
Equals(JObligationAugmentationType)
Returns true if JObligationAugmentationType instances are equal
Declaration
public bool Equals(JObligationAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JObligationAugmentationType | other | Instance of JObligationAugmentationType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(JObligationAugmentationType, JObligationAugmentationType)
Declaration
public static bool operator ==(JObligationAugmentationType left, JObligationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JObligationAugmentationType | left | |
JObligationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JObligationAugmentationType, JObligationAugmentationType)
Declaration
public static bool operator !=(JObligationAugmentationType left, JObligationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JObligationAugmentationType | left | |
JObligationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |