Click or drag to resize

PortalExternalPaymentRequestInvoicePartialEntity Class

PortalExternalPaymentRequestInvoicePartialEntity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.PaymentPortalExternalPaymentRequestInvoicePartialEntity

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 PortalExternalPaymentRequestInvoicePartialEntity : IntegrationEntity

The PortalExternalPaymentRequestInvoicePartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodPortalExternalPaymentRequestInvoicePartialEntity
Initializes a new instance of the PortalExternalPaymentRequestInvoicePartialEntity class.
Public methodPortalExternalPaymentRequestInvoicePartialEntity(Object)
Initializes a new instance of the PortalExternalPaymentRequestInvoicePartialEntity class.
Top
Properties
  NameDescription
Public propertyInvoiceId
Gets or sets the invoice identifier.
Public propertyPortalExternalPaymentRequestId
Gets or sets the portal external payment request identifier.
Public propertyPortalExternalPaymentRequestInvoiceId
Gets or sets the portal external payment request invoice identifier.
Top
See Also