Click or drag to resize

AutoPayTopUpAmountPartialEntity Class

Auto Pay Top Up Amount Partial Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.AutoPayAutoPayTopUpAmountPartialEntity

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

The AutoPayTopUpAmountPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodAutoPayTopUpAmountPartialEntity
Initializes a new instance of the AutoPayTopUpAmountPartialEntity class.
Public methodAutoPayTopUpAmountPartialEntity(Object)
Initializes a new instance of the AutoPayTopUpAmountPartialEntity class.
Top
Properties
  NameDescription
Public propertyAmount
Gets or sets the amount.
Public propertyAutoPayTopUpAmountId
Gets or sets the automatic pay top up amount identifier.
Public propertyCurrencySymbol
Gets or sets the currency symbol.
Public propertyIsDeleted
Gets or sets a value indicating whether [is deleted].
Top
See Also