Class PostAccountTransactionChargeTax
Inheritance
System.Object
PostAccountTransactionChargeTax
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.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostAccountTransactionChargeTax
Constructors
PostAccountTransactionChargeTax()
Declaration
public PostAccountTransactionChargeTax()
Properties
BillingTransactionCodeId
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsIncludeIn1098T
Declaration
public bool IsIncludeIn1098T { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Rate
Declaration
public decimal Rate { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
TaxAmount
Declaration
public decimal TaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
TaxRateId
Declaration
public int TaxRateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |