Click or drag to resize
Infosoft Logo

SaleExchange Class

A DTO for exchanging sales related parameters such as campaigns and activities.
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.DTOSaleExchange

Namespace: Infosoft.Webservices.DTO
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public class SaleExchange : IExtensibleDataObject

The SaleExchange type exposes the following members.

Properties
 NameDescription
Public propertyCampaignCode Gets or sets the campaign code. If specified, should exist in the database.
Public propertyDiscountCode Gets or sets the discount code.
Public propertyDiscountResponsibleCode Gets or sets the discount responsible code.
Public propertyMarketingActivityCode Gets or sets the marketing activity code. If specified, should exist in the database.
Public propertyOfferCode Gets or sets the offer code. If specified, should exist in the database.
Public propertySalesPersonCode Gets or sets the sales person code. This is optional, and if not set a default value will be set.
Top
See Also