Click or drag to resize

CustomerDirectDebitPartialEntity Class

A customer direct debit.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.CustomerDirectDebitPartialEntity
      AMCS.Elemos.IntegrationService.Entity.FinancialCustomerDirectDebitPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Financial
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class CustomerDirectDebitPartialEntity : DirectDebitPartialEntity

The CustomerDirectDebitPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodCustomerDirectDebitPartialEntity
Initializes a new instance of the CustomerDirectDebitPartialEntity class.
Public methodCustomerDirectDebitPartialEntity(Object)
Initializes a new instance of the CustomerDirectDebitPartialEntity class.
Top
Properties
  NameDescription
Public propertyAccountName
Gets or sets the Account Name.
Public propertyAddress1
Gets or sets the address.
Public propertyAddress2
Gets or sets the address.
Public propertyAddress3
Gets or sets the address.
Public propertyAddress4
Gets or sets the address.
Public propertyAddress5
Gets or sets the address.
Public propertyAuthorisedSignatory
Gets or sets the Authorised Signatory.
Public propertyContactId
Gets or sets the Contact identifier
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyCustomerSiteId
Gets or sets the customer site identifier.
Public propertyDepartmentId
Gets or sets the department identifier.
Public propertyIsBankAuthorisationAgreed
Gets or sets the Is Bank Authorisation Agreed flag.
Public propertyIsConfirmedAuthorityAgreed
Gets or sets the Is Confirmed Authority Agreed flag.
Public propertyIsTermsAndConditionsAgreed
Gets or sets the Is Terms And Conditions Agreed flag.
Public propertyPostcode
Gets or sets the postcode.
Top
See Also