Click or drag to resize
Infosoft Logo

UpdateFixedSettlingDateRequest Class

A message contract containing all parameters for setting the fixed settling date for a subscription.
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.SubscriptionUpdateFixedSettlingDateRequest

Namespace: Infosoft.Webservices.Subscription
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public class UpdateFixedSettlingDateRequest

The UpdateFixedSettlingDateRequest type exposes the following members.

Properties
 NameDescription
Public propertyFixedSettlingDay Gets or sets the fixed settling day - the day in the month. The value can not be outside the range from 1 to 31. When used on invoices and the FixedSettlingDay are greater than the number of days in the month, the value will be adjusted to the month it's being used in.
Public propertyFixedSettlingMonth Gets or sets the fixed settling month. The value can not be outside the range from 1 to 12 and it's optional.
Public propertySubscriptionIdentifier Gets or sets the subscription identifier.
Top
See Also