Click or drag to resize

CustomerPaymentProviderSettingPartialEntity Class

CustomerPaymentProviderSettingPartialEntity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.CustomerCustomerPaymentProviderSettingPartialEntity

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

The CustomerPaymentProviderSettingPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodCustomerPaymentProviderSettingPartialEntity
Initializes a new instance of the CustomerPaymentProviderSettingPartialEntity class.
Public methodCustomerPaymentProviderSettingPartialEntity(Object)
Initializes a new instance of the CustomerPaymentProviderSettingPartialEntity class.
Top
Properties
  NameDescription
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyName
Gets or sets the name.
Public propertyPaymentProviderId
Gets or sets the payment provider identifier.
Public propertyValue
Gets or sets the value.
Top
See Also