NotePayment Class

Save the information of the different types payment [Notas_FormasPago]

Definition

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

Constructors

NotePaymentInitializes a new instance of the NotePayment class

Properties

AmountAmount of payment [Importe]
DateDate of payment [Fecha]
MethodCodePayment Method [CodMedioPago]
TermCodeTerm of payment [CodTerminoPago]

Extension Methods

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

See Also