PortfolioTransfer Class

Contains the information on the portfolio transfer.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class PortfolioTransfer
Inheritance
Object    PortfolioTransfer

Constructors

PortfolioTransferInitializes a new instance of the PortfolioTransfer class

Properties

CompanyBankId Company bank code.
Date Portfolio transfer date.
Expense1ByPayment Indicates if the value of the expense is due due.
Expense2ByPayment Indicates if the value of the expense is due due
IsPercentageExpense1 Indicates if the value is a percentage of the expense, otherwise it is considered an amount of the expense.
IsPercentageExpense2 Indicates if the value is a percentage of the expense, otherwise it is considered an amount of the expense.
Payments List of identifiers of the maturities involved in the transfer.
PortfolioCode Transfer wallet code.
PropertyType Expiration owner type (customer or supplier).
TaxTreatmentCodeExpense Expense tax treatment code [CodTratamientoGastos].
Obsolete.
ValueExpense1 Expenditure value.
ValueExpense2 Expenditure value.
VATCodeExpense1 VAT code of the expense.
Obsolete.
VATCodeExpense2 VAT code of the expense.
Obsolete.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also