Click or drag to resize
Infosoft Logo

OrderSubscriptionRequestDynamicAttributes Property

Gets or sets the dynamic attributes that should be applied to the customer.

Namespace: Infosoft.Webservices.Subscription
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public List<DynamicAttributeData> DynamicAttributes { get; set; }

Property Value

ListDynamicAttributeData
The dynamic attributes.
See Also