Class PaymentForInvoiceRequest
Inheritance
System.Object
PaymentForInvoiceRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PaymentForInvoiceRequest : ServiceRequest
Constructors
PaymentForInvoiceRequest()
Declaration
public PaymentForInvoiceRequest()
Properties
AmountPaid
AmountPaid
Declaration
public decimal AmountPaid { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
InvoiceBalance
Balance
Declaration
public decimal InvoiceBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
InvoiceNumber
InvoiceNumber
Declaration
public string InvoiceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InvoicePaymentList
PaymentTransactionList
Declaration
public List<PaymentTransactionList> InvoicePaymentList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PaymentTransactionList> |