Click or drag to resize
Infosoft Logo

ChangeSubscriptionPaymentTypeRequest Class

A message contract having for requesting a subscription payment type change
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.SubscriptionChangeSubscriptionPaymentTypeRequest

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

The ChangeSubscriptionPaymentTypeRequest type exposes the following members.

Properties
 NameDescription
Public propertyChangeSignature Gets or sets the signature that will be registered for the change. Commonly set to "WEB" or another identifier for the service caller.
Public propertyInvoiceDistributionMethod Gets or sets the invoice distribution method, this is an enum and valid values are 'Email' and 'File'. The customer can choose to have their invoice sent either through email (Email), or generated as a PDF file (File). If this is null, it will default to 'File'.
Public propertyPaymentTypeCode Gets or sets the payment type code.
Public propertySubscriptionIdentifier Gets or sets the subscription identifier.
Top
See Also