[SerializableAttribute]
public class Payment : BindableCore<SerializableAttribute>
Public Class Payment
Inherits BindableCore| Payment | Initializes a new instance of the Payment class |
| 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]. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |