Class ItObligationAugmentationType
A data type for additional information about a payment.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ItObligationAugmentationType : IEquatable<ItObligationAugmentationType>
Properties
Context
itObligationAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ItObligationAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ItObligationAugmentationType.ContextEnum> | itObligationAugmentationType JSON-LD context |
DutyTaxPaymentMethodCode
A code identifying the method of payment for the Duty Tax. NIEM reference is it:DutyTaxPaymentMethodCode
Declaration
[DataMember(Name = "dutyTaxPaymentMethodCode")]
public List<ItcodesDutyTaxPaymentMethodCodeType> DutyTaxPaymentMethodCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ItcodesDutyTaxPaymentMethodCodeType> | A code identifying the method of payment for the Duty Tax. NIEM reference is it:DutyTaxPaymentMethodCode |
ObligationGuarantee
A set of details of how the obligation will be fulfilled NIEM reference is it:ObligationGuarantee
Declaration
[DataMember(Name = "obligationGuarantee")]
public List<ItObligationGuaranteeType> ObligationGuarantee { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ItObligationGuaranteeType> | A set of details of how the obligation will be fulfilled NIEM reference is it:ObligationGuarantee |
PaymentMethodCategory
A kind of payment method. NIEM reference is it:PaymentMethodCategoryText
Declaration
[DataMember(Name = "paymentMethodCategory")]
public List<NcTextType> PaymentMethodCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of payment method. NIEM reference is it:PaymentMethodCategoryText |
Methods
Equals(ItObligationAugmentationType)
Returns true if ItObligationAugmentationType instances are equal
Declaration
public bool Equals(ItObligationAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ItObligationAugmentationType | other | Instance of ItObligationAugmentationType 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(ItObligationAugmentationType, ItObligationAugmentationType)
Declaration
public static bool operator ==(ItObligationAugmentationType left, ItObligationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ItObligationAugmentationType | left | |
ItObligationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ItObligationAugmentationType, ItObligationAugmentationType)
Declaration
public static bool operator !=(ItObligationAugmentationType left, ItObligationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ItObligationAugmentationType | left | |
ItObligationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |