Payment Class

Contains payment information.

Definition

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

Constructors

PaymentInitializes a new instance of the Payment class

Properties

Amount Amount of payment [Importe].
AmountAdditionalExpense Amount of additional expense [GastoAdicional].
BankCode Bank code of payment property [CodBanco].
BankDescription Bank description of payment [DescripcionBancaria].
CompanyBankId Bank identifier of company [IdBancoPropio].
CurrencyAdditionalExpense Currency amount of additional expense [GastoAdicionalDivisa].
CurrencyAmount Currency amount of payment [ImporteDivisa].
DescriptionAdditionalExpense Description of additional expense [DescripcionGastoAdicional].
DueDate Due date of payment [FechaVto].
IBAN International Bank Account Number of payment property [IBAN].
Id Document identifier [Id].
MethodPaymentCode Method payment code [CodMedioPago].
Observations Observations of payment [Observaciones].
PortfolioCode Current portfolio code of payment [CodCartera].
Reference Reference of payment [Referencia].
Retention Indicates that the payment is a retention [Retencion].
RetentionNumber Number of retention payment [NumRetencion].
SpecialSituationCode Special situation code of payment [CodSituacionEspecialVto].

Extension Methods

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

See Also