Click or drag to resize

PaymentTypePartialEntity Class

Payment Type Partial Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.PaymentPaymentTypePartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Payment
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class PaymentTypePartialEntity : IntegrationEntity

The PaymentTypePartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodPaymentTypePartialEntity
Initializes a new instance of the PaymentTypePartialEntity class.
Public methodPaymentTypePartialEntity(Object)
Initializes a new instance of the PaymentTypePartialEntity class.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the description.
Public propertyIsAutoPay
Gets or sets a value indicating whether this instance is automatic pay.
Public propertyIsCard
Gets or sets a value indicating whether this instance is card.
Public propertyIsCash
Gets or sets a value indicating whether this instance is cash.
Public propertyIsCheque
Gets or sets a value indicating whether this instance is cheque.
Public propertyIsDeleted
Gets or sets a value indicating whether this instance is deleted.
Public propertyIsDirectDebit
Gets or sets a value indicating whether this instance is direct debit.
Public propertyPaymentTypeId
Gets or sets the payment type identifier.
Top
See Also